Skip to content

Commit 24a0097

Browse files
[pip] (deps): Bump the dev-dependencies group across 1 directory with 12 updates
Bumps the dev-dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [python-json-logger](https://github.com/nhairs/python-json-logger) | `3.2.0` | `3.2.1` | | [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.0` | `3.4.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.9` | `7.6.10` | | [identify](https://github.com/pre-commit/identify) | `2.6.3` | `2.6.5` | | [junit-xml](https://github.com/kyrus/python-junit-xml) | `1.8` | `1.9` | | [pygments](https://github.com/pygments/pygments) | `2.18.0` | `2.19.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.390` | `1.1.391` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.3` | `0.8.6` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.28.0` | `20.28.1` | Updates `python-json-logger` from 3.2.0 to 3.2.1 - [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@v3.2.0...v3.2.1) Updates `certifi` from 2024.8.30 to 2024.12.14 - [Commits](certifi/python-certifi@2024.08.30...2024.12.14) Updates `charset-normalizer` from 3.4.0 to 3.4.1 - [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.0...3.4.1) Updates `urllib3` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.3...2.3.0) Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.7...8.1.8) Updates `coverage` from 7.6.9 to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.6.9...7.6.10) Updates `identify` from 2.6.3 to 2.6.5 - [Commits](pre-commit/identify@v2.6.3...v2.6.5) Updates `junit-xml` from 1.8 to 1.9 - [Commits](https://github.com/kyrus/python-junit-xml/commits) Updates `pygments` from 2.18.0 to 2.19.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.18.0...2.19.0) Updates `pyright` from 1.1.390 to 1.1.391 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.390...v1.1.391) Updates `ruff` from 0.8.3 to 0.8.6 - [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.8.3...0.8.6) Updates `virtualenv` from 20.28.0 to 20.28.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.28.0...20.28.1) --- updated-dependencies: - dependency-name: python-json-logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: click dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: identify dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: junit-xml dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pygments dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: virtualenv dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53a7fb5 commit 24a0097

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
# - requests
88
#
99

10-
certifi==2024.8.30
10+
certifi==2024.12.14
1111
# via requests
12-
charset-normalizer==3.4.0
12+
charset-normalizer==3.4.1
1313
# via requests
1414
idna==3.10
1515
# via requests
1616
makefun==1.15.6
1717
# via hatch.envs.default
1818
pychoir==0.0.27
1919
# via hatch.envs.default
20-
python-json-logger==3.2.0
20+
python-json-logger==3.2.1
2121
# via hatch.envs.default
2222
requests==2.32.3
2323
# via hatch.envs.default
24-
urllib3==2.2.3
24+
urllib3==2.3.0
2525
# via requests

requirements/requirements-dev.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
# - requests
2121
#
2222

23-
certifi==2024.8.30
23+
certifi==2024.12.14
2424
# via requests
2525
cfgv==3.4.0
2626
# via pre-commit
27-
charset-normalizer==3.4.0
27+
charset-normalizer==3.4.1
2828
# via requests
29-
click==8.1.7
29+
click==8.1.8
3030
# via mutmut
31-
coverage==7.6.9
31+
coverage==7.6.10
3232
# via
3333
# hatch.envs.dev
3434
# pytest-cov
@@ -40,13 +40,13 @@ filelock==3.16.1
4040
# via virtualenv
4141
freezegun==1.5.1
4242
# via pytest-freezer
43-
identify==2.6.3
43+
identify==2.6.5
4444
# via pre-commit
4545
idna==3.10
4646
# via requests
4747
iniconfig==2.0.0
4848
# via pytest
49-
junit-xml==1.8
49+
junit-xml==1.9
5050
# via mutmut
5151
linkify-it-py==2.0.3
5252
# via markdown-it-py
@@ -81,9 +81,9 @@ pre-commit==4.0.1
8181
# via hatch.envs.dev
8282
pychoir==0.0.27
8383
# via hatch.envs.dev
84-
pygments==2.18.0
84+
pygments==2.19.0
8585
# via rich
86-
pyright==1.1.390
86+
pyright==1.1.391
8787
# via hatch.envs.dev
8888
pytest==8.3.4
8989
# via
@@ -105,7 +105,7 @@ pytest-randomly==3.16.0
105105
# via hatch.envs.dev
106106
python-dateutil==2.9.0.post0
107107
# via freezegun
108-
python-json-logger==3.2.0
108+
python-json-logger==3.2.1
109109
# via hatch.envs.dev
110110
pyyaml==6.0.2
111111
# via pre-commit
@@ -117,7 +117,7 @@ requests-mock==1.12.1
117117
# via hatch.envs.dev
118118
rich==13.9.4
119119
# via textual
120-
ruff==0.8.3
120+
ruff==0.8.6
121121
# via hatch.envs.dev
122122
setproctitle==1.3.4
123123
# via mutmut
@@ -141,7 +141,7 @@ typing-extensions==4.12.2
141141
# textual
142142
uc-micro-py==1.0.3
143143
# via linkify-it-py
144-
urllib3==2.2.3
144+
urllib3==2.3.0
145145
# via requests
146-
virtualenv==20.28.0
146+
virtualenv==20.28.1
147147
# via pre-commit

0 commit comments

Comments
 (0)