From 1e59a36258726448f59d81138f54ef7225c82760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 22:53:07 +0000 Subject: [PATCH] chore(deps-dev): Bump requests from 2.34.0 to 2.34.1 Bumps [requests](https://github.com/psf/requests) from 2.34.0 to 2.34.1. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.34.0...v2.34.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbd61042..9d683548 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ optional-dependencies.dev = [ "pytest==9.0.3", "pytest-beartype-tests==2026.4.26", "pytest-cov==7.1.0", - "requests==2.34.0", + "requests==2.34.1", "ruff==0.15.12", # We add shellcheck-py not only for shell scripts and shell code blocks, # but also because having it installed means that ``actionlint-py`` will