Skip to content

Commit 23d224a

Browse files
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](psf/requests@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](urllib3/urllib3@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](astral-sh/ruff@0.9.0...0.16.6) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@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] <support@github.com>
1 parent a97d490 commit 23d224a

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ requires-python = ">=3.11"
77
license = { text = "MIT" }
88
dependencies = [
99
"PyYAML>=6.0.2",
10-
"requests>=2.32.3",
11-
"urllib3>=2.3.0",
10+
"requests>=2.34.2",
11+
"urllib3>=2.7.0",
1212
]
1313

1414
[project.optional-dependencies]
1515
dev = [
1616
"pytest>=8.3.0",
1717
"jsonschema>=4.20.0",
18-
"ruff>=0.9.0",
19-
"mypy>=1.14.0",
20-
"types-PyYAML>=6.0.12.20241230",
21-
"types-requests>=2.32.0.20241016",
18+
"ruff>=0.16.6",
19+
"mypy>=2.3.1",
20+
"types-PyYAML>=6.0.12.20260815",
21+
"types-requests>=2.33.0.20260712",
2222
]
2323

2424
[tool.pytest.ini_options]

requirements.lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ PyYAML==6.0.3
22
certifi==2026.7.22
33
charset-normalizer==3.5.1
44
idna==3.19
5-
requests==2.32.5
6-
urllib3==2.6.3
5+
requests==2.34.2
6+
urllib3==2.7.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PyYAML==6.0.3
2-
requests==2.32.5
3-
urllib3==2.6.3
2+
requests==2.34.2
3+
urllib3==2.7.0

0 commit comments

Comments
 (0)