From 23d224a82f1e9176b21c90c91728148df6dc9096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 01:13:10 +0000 Subject: [PATCH] Bump the python-dependencies group with 6 updates Updates the requirements on [requests](https://github.com/psf/requests), [urllib3](https://github.com/urllib3/urllib3), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy), [types-pyyaml](https://github.com/python/typeshed) and [types-requests](https://github.com/python/typeshed) to permit the latest version. Updates `requests` from 2.32.5 to 2.34.2 - [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.32.5...v2.34.2) Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) Updates `ruff` to 0.16.6 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.0...0.16.6) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.0...v2.3.1) Updates `types-pyyaml` to 6.0.12.20260815 - [Commits](https://github.com/python/typeshed/commits) Updates `types-requests` to 2.33.0.20260712 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.6 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: types-pyyaml dependency-version: 6.0.12.20260815 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: types-requests dependency-version: 2.33.0.20260712 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ requirements.lock.txt | 4 ++-- requirements.txt | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8385c11..3c8b60a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,18 +7,18 @@ requires-python = ">=3.11" license = { text = "MIT" } dependencies = [ "PyYAML>=6.0.2", - "requests>=2.32.3", - "urllib3>=2.3.0", + "requests>=2.34.2", + "urllib3>=2.7.0", ] [project.optional-dependencies] dev = [ "pytest>=8.3.0", "jsonschema>=4.20.0", - "ruff>=0.9.0", - "mypy>=1.14.0", - "types-PyYAML>=6.0.12.20241230", - "types-requests>=2.32.0.20241016", + "ruff>=0.16.6", + "mypy>=2.3.1", + "types-PyYAML>=6.0.12.20260815", + "types-requests>=2.33.0.20260712", ] [tool.pytest.ini_options] diff --git a/requirements.lock.txt b/requirements.lock.txt index bbdff30..2176372 100644 --- a/requirements.lock.txt +++ b/requirements.lock.txt @@ -2,5 +2,5 @@ PyYAML==6.0.3 certifi==2026.7.22 charset-normalizer==3.5.1 idna==3.19 -requests==2.32.5 -urllib3==2.6.3 +requests==2.34.2 +urllib3==2.7.0 diff --git a/requirements.txt b/requirements.txt index 4d2c6a5..854b42e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ PyYAML==6.0.3 -requests==2.32.5 -urllib3==2.6.3 +requests==2.34.2 +urllib3==2.7.0