Skip to content

Commit

Permalink
[pip] (deps): Bump the dev-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` |
| [python-json-logger](https://github.com/nhairs/python-json-logger) | `2.0.7` | `3.2.0` |
| [junit-xml](https://github.com/kyrus/python-junit-xml) | `1.8` | `1.9` |
| [pytest-freezer](https://github.com/pytest-dev/pytest-freezer) | `0.4.8` | `0.4.9` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.2` | `0.8.3` |
| [textual](https://github.com/Textualize/textual) | `0.89.1` | `1.0.0` |


Updates `certifi` from 2024.8.30 to 2024.12.14
- [Commits](certifi/python-certifi@2024.08.30...2024.12.14)

Updates `python-json-logger` from 2.0.7 to 3.2.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@v2.0.7...v3.2.0)

Updates `junit-xml` from 1.8 to 1.9
- [Commits](https://github.com/kyrus/python-junit-xml/commits)

Updates `pytest-freezer` from 0.4.8 to 0.4.9
- [Release notes](https://github.com/pytest-dev/pytest-freezer/releases)
- [Commits](pytest-dev/pytest-freezer@0.4.8...0.4.9)

Updates `ruff` from 0.8.2 to 0.8.3
- [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.2...0.8.3)

Updates `textual` from 0.89.1 to 1.0.0
- [Release notes](https://github.com/Textualize/textual/releases)
- [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md)
- [Commits](Textualize/textual@v0.89.1...v1.0.0)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: python-json-logger
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: junit-xml
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pytest-freezer
  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: textual
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2024
1 parent bb3883c commit a7d8016
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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==2.0.7
python-json-logger==3.2.0
# via hatch.envs.default
requests==2.32.3
# via hatch.envs.default
Expand Down
12 changes: 6 additions & 6 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 @@ -95,7 +95,7 @@ pytest==8.3.4
# pytest-randomly
pytest-cov==6.0.0
# via hatch.envs.dev
pytest-freezer==0.4.8
pytest-freezer==0.4.9
# via hatch.envs.dev
pytest-github-actions-annotate-failures==0.2.0
# via hatch.envs.dev
Expand All @@ -105,7 +105,7 @@ pytest-randomly==3.16.0
# via hatch.envs.dev
python-dateutil==2.9.0.post0
# via freezegun
python-json-logger==2.0.7
python-json-logger==3.2.0
# via hatch.envs.dev
pyyaml==6.0.2
# via pre-commit
Expand All @@ -117,15 +117,15 @@ requests-mock==1.12.1
# via hatch.envs.dev
rich==13.9.4
# via textual
ruff==0.8.2
ruff==0.8.3
# via hatch.envs.dev
setproctitle==1.3.4
# via mutmut
six==1.17.0
# via
# junit-xml
# python-dateutil
textual==0.89.1
textual==1.0.0
# via mutmut
toml==0.10.2
# via mutmut
Expand Down

0 comments on commit a7d8016

Please sign in to comment.