From bc6ad8979c5aeb99feb4e91772ac50d344843b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 21:04:46 +0000 Subject: [PATCH] [pip] (deps): Bump the dev-dependencies group across 1 directory with 6 updates Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [python-json-logger](https://github.com/nhairs/python-json-logger) | `4.0.0` | `4.1.0` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.6` | `3.4.7` | | [pychoir](https://github.com/kajaste/pychoir) | `0.0.29` | `0.0.30` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.33.1` | | [pygments](https://github.com/pygments/pygments) | `2.19.2` | `2.20.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.7` | `0.15.9` | Updates `python-json-logger` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/nhairs/python-json-logger/releases) - [Changelog](https://github.com/nhairs/python-json-logger/blob/main/docs/changelog.md) - [Commits](https://github.com/nhairs/python-json-logger/compare/v4.0.0...v4.1.0) Updates `charset-normalizer` from 3.4.6 to 3.4.7 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.6...3.4.7) Updates `pychoir` from 0.0.29 to 0.0.30 - [Release notes](https://github.com/kajaste/pychoir/releases) - [Commits](https://github.com/kajaste/pychoir/compare/v0.0.29...v0.0.30) Updates `requests` from 2.32.5 to 2.33.1 - [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.33.1) Updates `pygments` from 2.19.2 to 2.20.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.19.2...2.20.0) Updates `ruff` from 0.15.7 to 0.15.9 - [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.15.7...0.15.9) --- updated-dependencies: - dependency-name: python-json-logger dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: charset-normalizer dependency-version: 3.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pychoir dependency-version: 0.0.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- requirements/requirements-dev.txt | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index cddd9cc..3f0e5ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,17 +9,17 @@ certifi==2026.2.25 # via requests -charset-normalizer==3.4.6 +charset-normalizer==3.4.7 # via requests idna==3.11 # via requests makefun==1.16.0 # via hatch.envs.default -pychoir==0.0.29 +pychoir==0.0.30 # via hatch.envs.default -python-json-logger==4.0.0 +python-json-logger==4.1.0 # via hatch.envs.default -requests==2.32.5 +requests==2.33.1 # via hatch.envs.default urllib3==2.6.3 # via requests diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 2c433a0..a1a1143 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -23,7 +23,7 @@ certifi==2026.2.25 # via requests cfgv==3.5.0 # via pre-commit -charset-normalizer==3.4.6 +charset-normalizer==3.4.7 # via requests coverage==7.13.5 # via @@ -57,9 +57,9 @@ pluggy==1.6.0 # pytest-cov pre-commit==4.5.1 # via hatch.envs.dev -pychoir==0.0.29 +pychoir==0.0.30 # via hatch.envs.dev -pygments==2.19.2 +pygments==2.20.0 # via pytest pyright==1.1.408 # via hatch.envs.dev @@ -83,17 +83,17 @@ pytest-randomly==4.0.1 # via hatch.envs.dev python-dateutil==2.9.0.post0 # via freezegun -python-json-logger==4.0.0 +python-json-logger==4.1.0 # via hatch.envs.dev pyyaml==6.0.3 # via pre-commit -requests==2.32.5 +requests==2.33.1 # via # hatch.envs.dev # requests-mock requests-mock==1.12.1 # via hatch.envs.dev -ruff==0.15.7 +ruff==0.15.9 # via hatch.envs.dev six==1.17.0 # via python-dateutil