Skip to content

Commit

Permalink
[pip] (deps): Bump the dev-dependencies group across 1 directory with…
Browse files Browse the repository at this point in the history
… 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]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 4da2a53 commit d7751ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - requests
#

certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
# via requests
Expand All @@ -17,7 +17,7 @@ makefun==1.15.6
# via hatch.envs.default
pychoir==0.0.27
# via hatch.envs.default
python-json-logger==3.2.0
python-json-logger==3.2.1
# via hatch.envs.default
requests==2.32.3
# via hatch.envs.default
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# - requests
#

certifi==2024.8.30
certifi==2024.12.14
# via requests
cfgv==3.4.0
# via pre-commit
Expand All @@ -46,7 +46,7 @@ idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
junit-xml==1.8
junit-xml==1.9
# via mutmut
linkify-it-py==2.0.3
# via markdown-it-py
Expand Down Expand Up @@ -105,7 +105,7 @@ pytest-randomly==3.16.0
# via hatch.envs.dev
python-dateutil==2.9.0.post0
# via freezegun
python-json-logger==3.2.0
python-json-logger==3.2.1
# via hatch.envs.dev
pyyaml==6.0.2
# via pre-commit
Expand Down

0 comments on commit d7751ff

Please sign in to comment.