From 92b5cd1e8829346034dad5ba3d2ff7864bd779ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 21:04:30 +0000 Subject: [PATCH] [pip] (deps): Bump the dev-dependencies group with 5 updates Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [python-json-logger](https://github.com/nhairs/python-json-logger) | `4.0.0` | `4.1.0` | | [pychoir](https://github.com/kajaste/pychoir) | `0.0.29` | `0.0.30` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.33.0` | | [pygments](https://github.com/pygments/pygments) | `2.19.2` | `2.20.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.7` | `0.15.8` | 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 `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.0 - [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.0) 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.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.15.7...0.15.8) --- 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: 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.0 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.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- requirements/requirements-dev.txt | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index cddd9cc..dd37a3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,11 +15,11 @@ 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.0 # via hatch.envs.default urllib3==2.6.3 # via requests diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 2c433a0..2833415 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -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.0 # via # hatch.envs.dev # requests-mock requests-mock==1.12.1 # via hatch.envs.dev -ruff==0.15.7 +ruff==0.15.8 # via hatch.envs.dev six==1.17.0 # via python-dateutil