Skip to content

Commit d7751ff

Browse files
[pip] (deps): Bump the dev-dependencies group across 1 directory with 3 updates
Bumps the dev-dependencies group with 3 updates in the / directory: [python-json-logger](https://github.com/nhairs/python-json-logger), [certifi](https://github.com/certifi/python-certifi) and [junit-xml](https://github.com/kyrus/python-junit-xml). 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 `junit-xml` from 1.8 to 1.9 - [Commits](https://github.com/kyrus/python-junit-xml/commits) --- 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: junit-xml dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4da2a53 commit d7751ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

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

10-
certifi==2024.8.30
10+
certifi==2024.12.14
1111
# via requests
1212
charset-normalizer==3.4.0
1313
# via requests
@@ -17,7 +17,7 @@ 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

requirements/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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
@@ -46,7 +46,7 @@ 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
@@ -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

0 commit comments

Comments
 (0)