From b5308e796d35bd18449c4938cd303561b2e51be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 21:04:37 +0000 Subject: [PATCH] [pip] (deps): Bump the dev-dependencies group across 1 directory with 9 updates Bumps the dev-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [python-json-logger](https://github.com/nhairs/python-json-logger) | `4.1.0` | `4.2.0` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.9` | `3.5.1` | | [idna](https://github.com/kjd/idna) | `3.18` | `3.19` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.32.2` | `3.32.3` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.11.0` | `4.11.3` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.1` | `4.6.2` | | [pygments](https://github.com/pygments/pygments) | `2.20.0` | `2.21.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.1` | `0.16.4` | | [virtualenv](https://github.com/pypa/virtualenv) | `21.7.1` | `21.7.4` | Updates `python-json-logger` from 4.1.0 to 4.2.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.1.0...v4.2.0) Updates `charset-normalizer` from 3.4.9 to 3.5.1 - [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.9...3.5.1) Updates `idna` from 3.18 to 3.19 - [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.18...v3.19) Updates `filelock` from 3.32.2 to 3.32.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.32.2...3.32.3) Updates `platformdirs` from 4.11.0 to 4.11.3 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.11.0...4.11.3) Updates `pre-commit` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.6.1...v4.6.2) Updates `pygments` from 2.20.0 to 2.21.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.20.0...2.21.0) Updates `ruff` from 0.16.1 to 0.16.4 - [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.16.1...0.16.4) Updates `virtualenv` from 21.7.1 to 21.7.4 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/21.7.1...21.7.4) --- updated-dependencies: - dependency-name: python-json-logger dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: charset-normalizer dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: idna dependency-version: '3.19' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: filelock dependency-version: 3.32.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: platformdirs dependency-version: 4.11.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: pygments dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: virtualenv dependency-version: 21.7.4 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 | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index 94b4aea..dff5d10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,15 +9,15 @@ certifi==2026.7.22 # via requests -charset-normalizer==3.4.9 +charset-normalizer==3.5.1 # via requests -idna==3.18 +idna==3.19 # via requests makefun==1.16.0 # via hatch.envs.default pychoir==0.0.30 # via hatch.envs.default -python-json-logger==4.1.0 +python-json-logger==4.2.0 # via hatch.envs.default requests==2.34.2 # via hatch.envs.default diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 19245d9..31b5a23 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -23,7 +23,7 @@ certifi==2026.7.22 # via requests cfgv==3.5.0 # via pre-commit -charset-normalizer==3.4.9 +charset-normalizer==3.5.1 # via requests coverage==7.15.4 # via @@ -31,13 +31,13 @@ coverage==7.15.4 # pytest-cov distlib==0.4.3 # via virtualenv -filelock==3.32.2 +filelock==3.32.3 # via virtualenv freezegun==1.5.5 # via pytest-freezer identify==2.6.19 # via pre-commit -idna==3.18 +idna==3.19 # via requests iniconfig==2.3.0 # via pytest @@ -49,17 +49,17 @@ nodeenv==1.10.0 # pyright packaging==26.3 # via pytest -platformdirs==4.11.0 +platformdirs==4.11.3 # via virtualenv pluggy==1.6.0 # via # pytest # pytest-cov -pre-commit==4.6.1 +pre-commit==4.6.2 # via hatch.envs.dev pychoir==0.0.30 # via hatch.envs.dev -pygments==2.20.0 +pygments==2.21.0 # via pytest pyright==1.1.411 # via hatch.envs.dev @@ -83,7 +83,7 @@ pytest-randomly==4.1.0 # via hatch.envs.dev python-dateutil==2.9.0.post0 # via freezegun -python-json-logger==4.1.0 +python-json-logger==4.2.0 # via hatch.envs.dev pyyaml==6.0.3 # via pre-commit @@ -93,7 +93,7 @@ requests==2.34.2 # requests-mock requests-mock==1.12.1 # via hatch.envs.dev -ruff==0.16.1 +ruff==0.16.4 # via hatch.envs.dev six==1.17.0 # via python-dateutil @@ -103,5 +103,5 @@ typing-extensions==4.16.0 # pyright urllib3==2.7.0 # via requests -virtualenv==21.7.1 +virtualenv==21.7.4 # via pre-commit