Skip to content

Commit bc6ad89

Browse files
[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](nhairs/python-json-logger@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](jawah/charset_normalizer@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](kajaste/pychoir@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](psf/requests@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](pygments/pygments@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](astral-sh/ruff@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] <support@github.com>
1 parent 8a45a3b commit bc6ad89

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99

1010
certifi==2026.2.25
1111
# via requests
12-
charset-normalizer==3.4.6
12+
charset-normalizer==3.4.7
1313
# via requests
1414
idna==3.11
1515
# via requests
1616
makefun==1.16.0
1717
# via hatch.envs.default
18-
pychoir==0.0.29
18+
pychoir==0.0.30
1919
# via hatch.envs.default
20-
python-json-logger==4.0.0
20+
python-json-logger==4.1.0
2121
# via hatch.envs.default
22-
requests==2.32.5
22+
requests==2.33.1
2323
# via hatch.envs.default
2424
urllib3==2.6.3
2525
# via requests

requirements/requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ certifi==2026.2.25
2323
# via requests
2424
cfgv==3.5.0
2525
# via pre-commit
26-
charset-normalizer==3.4.6
26+
charset-normalizer==3.4.7
2727
# via requests
2828
coverage==7.13.5
2929
# via
@@ -57,9 +57,9 @@ pluggy==1.6.0
5757
# pytest-cov
5858
pre-commit==4.5.1
5959
# via hatch.envs.dev
60-
pychoir==0.0.29
60+
pychoir==0.0.30
6161
# via hatch.envs.dev
62-
pygments==2.19.2
62+
pygments==2.20.0
6363
# via pytest
6464
pyright==1.1.408
6565
# via hatch.envs.dev
@@ -83,17 +83,17 @@ pytest-randomly==4.0.1
8383
# via hatch.envs.dev
8484
python-dateutil==2.9.0.post0
8585
# via freezegun
86-
python-json-logger==4.0.0
86+
python-json-logger==4.1.0
8787
# via hatch.envs.dev
8888
pyyaml==6.0.3
8989
# via pre-commit
90-
requests==2.32.5
90+
requests==2.33.1
9191
# via
9292
# hatch.envs.dev
9393
# requests-mock
9494
requests-mock==1.12.1
9595
# via hatch.envs.dev
96-
ruff==0.15.7
96+
ruff==0.15.9
9797
# via hatch.envs.dev
9898
six==1.17.0
9999
# via python-dateutil

0 commit comments

Comments
 (0)