Skip to content

Commit 92b5cd1

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

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ 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.0
2323
# via hatch.envs.default
2424
urllib3==2.6.3
2525
# via requests

requirements/requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.0
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.8
9797
# via hatch.envs.dev
9898
six==1.17.0
9999
# via python-dateutil

0 commit comments

Comments
 (0)