Skip to content

Commit 61d8162

Browse files
chore(deps): bump the python-dependencies group across 1 directory with 8 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), [types-requests](https://github.com/python/typeshed), [pandas](https://github.com/pandas-dev/pandas) and [matplotlib](https://github.com/matplotlib/matplotlib) 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.20260906 - [Commits](https://github.com/python/typeshed/commits) Updates `types-requests` to 2.33.0.20260906 - [Commits](https://github.com/python/typeshed/commits) Updates `pandas` from 2.3.3 to 3.0.5 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.3...v3.0.5) Updates `matplotlib` from 3.10.9 to 3.11.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.9...v3.11.1) --- 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.20260906 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: types-requests dependency-version: 2.33.0.20260906 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9bf17e commit 61d8162

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ 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",
22-
"pandas>=2.3,<2.4",
23-
"matplotlib>=3.10,<3.11",
18+
"ruff>=0.16.6",
19+
"mypy>=2.3.1",
20+
"types-PyYAML>=6.0.12.20260906",
21+
"types-requests>=2.33.0.20260906",
22+
"pandas>=3.0.5,<3.1",
23+
"matplotlib>=3.11.1,<3.12",
2424
]
2525

2626
[tool.pytest.ini_options]

requirements-dev.lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ contourpy==1.4.0
1313
cycler==0.12.1
1414
fonttools==4.65.0
1515
kiwisolver==1.5.1
16-
matplotlib==3.10.9
16+
matplotlib==3.11.1
1717
numpy==2.5.3
18-
pandas==2.3.3
18+
pandas==3.0.5
1919
pillow==12.3.0
2020
pyparsing==3.3.2
2121
python-dateutil==2.9.0.post0

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.txt
22
pytest==9.1.1
33
jsonschema>=4.20.0
4-
pandas==2.3.3
5-
matplotlib==3.10.9
4+
pandas==3.0.5
5+
matplotlib==3.11.1

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)