From 86fa57d151f489762573e11e44e609a0bc1348d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 01:13:48 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group across 1 directory with 10 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), [matplotlib](https://github.com/matplotlib/matplotlib), [idna](https://github.com/kjd/idna) and [tzdata](https://github.com/python/tzdata) 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.8.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.8.0) Updates `ruff` to 0.16.8 - [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.8) 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.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.6 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.6) Updates `matplotlib` from 3.10.9 to 3.11.2 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.9...v3.11.2) Updates `idna` from 3.19 to 3.20 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.19...v3.20) Updates `tzdata` from 2026.3 to 2026.4 - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2026.3...2026.4) --- 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.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.8 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.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: matplotlib dependency-version: 3.11.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: idna dependency-version: '3.20' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: tzdata dependency-version: '2026.4' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 16 ++++++++-------- requirements-dev.lock.txt | 6 +++--- requirements-dev.txt | 4 ++-- requirements.lock.txt | 6 +++--- requirements.txt | 4 ++-- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e9a0a4..4b02286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,20 +7,20 @@ 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.8.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", - "pandas>=2.3,<2.4", - "matplotlib>=3.10,<3.11", + "ruff>=0.16.8", + "mypy>=2.3.1", + "types-PyYAML>=6.0.12.20260906", + "types-requests>=2.33.0.20260906", + "pandas>=3.0.6,<3.1", + "matplotlib>=3.11.2,<3.12", ] [tool.pytest.ini_options] diff --git a/requirements-dev.lock.txt b/requirements-dev.lock.txt index 9d5b0a2..a843603 100644 --- a/requirements-dev.lock.txt +++ b/requirements-dev.lock.txt @@ -13,12 +13,12 @@ contourpy==1.4.0 cycler==0.12.1 fonttools==4.65.0 kiwisolver==1.5.1 -matplotlib==3.10.9 +matplotlib==3.11.2 numpy==2.5.3 -pandas==2.3.3 +pandas==3.0.6 pillow==12.3.0 pyparsing==3.3.2 python-dateutil==2.9.0.post0 pytz==2026.3.post1 six==1.17.0 -tzdata==2026.3 +tzdata==2026.4 diff --git a/requirements-dev.txt b/requirements-dev.txt index 2137822..4aa41c8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt pytest==9.1.1 jsonschema>=4.20.0 -pandas==2.3.3 -matplotlib==3.10.9 +pandas==3.0.6 +matplotlib==3.11.2 diff --git a/requirements.lock.txt b/requirements.lock.txt index bbdff30..7b976cc 100644 --- a/requirements.lock.txt +++ b/requirements.lock.txt @@ -1,6 +1,6 @@ PyYAML==6.0.3 certifi==2026.7.22 charset-normalizer==3.5.1 -idna==3.19 -requests==2.32.5 -urllib3==2.6.3 +idna==3.20 +requests==2.34.2 +urllib3==2.8.0 diff --git a/requirements.txt b/requirements.txt index 4d2c6a5..3d356f2 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.8.0