From 61d8162aecebf07aa890432120cd69c0155510ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 06:32:43 +0000 Subject: [PATCH] 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](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.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](https://github.com/pandas-dev/pandas/compare/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](https://github.com/matplotlib/matplotlib/compare/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] --- pyproject.toml | 16 ++++++++-------- requirements-dev.lock.txt | 4 ++-- requirements-dev.txt | 4 ++-- requirements.lock.txt | 4 ++-- requirements.txt | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 275ac0f..8bfd549 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.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", - "pandas>=2.3,<2.4", - "matplotlib>=3.10,<3.11", + "ruff>=0.16.6", + "mypy>=2.3.1", + "types-PyYAML>=6.0.12.20260906", + "types-requests>=2.33.0.20260906", + "pandas>=3.0.5,<3.1", + "matplotlib>=3.11.1,<3.12", ] [tool.pytest.ini_options] diff --git a/requirements-dev.lock.txt b/requirements-dev.lock.txt index 9d5b0a2..c74dd9f 100644 --- a/requirements-dev.lock.txt +++ b/requirements-dev.lock.txt @@ -13,9 +13,9 @@ contourpy==1.4.0 cycler==0.12.1 fonttools==4.65.0 kiwisolver==1.5.1 -matplotlib==3.10.9 +matplotlib==3.11.1 numpy==2.5.3 -pandas==2.3.3 +pandas==3.0.5 pillow==12.3.0 pyparsing==3.3.2 python-dateutil==2.9.0.post0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 2137822..c40b79b 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.5 +matplotlib==3.11.1 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