Skip to content

Commit

Permalink
Bump packaging from 24.0 to 24.1 (#184)
Browse files Browse the repository at this point in the history
Bumps [packaging](https://github.com/pypa/packaging) from 24.0 to 24.1.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@24.0...24.1)

---
updated-dependencies:
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent 146a8b1 commit cd3c720
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev_requirements/requirements-formatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ isort==5.13.2
# via -r dev_requirements/requirements-formatting.in
mypy-extensions==1.0.0
# via black
packaging==24.0
packaging==24.1
# via black
pathspec==0.12.1
# via black
Expand Down
6 changes: 3 additions & 3 deletions dev_requirements/requirements-test_packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile dev_requirements/requirements-test_packaging.in
#
build==1.2.1
# via -r requirements-test_packaging.in
# via -r dev_requirements/requirements-test_packaging.in
certifi==2024.7.4
# via requests
cffi==1.16.0
Expand Down Expand Up @@ -42,7 +42,7 @@ more-itertools==10.2.0
# jaraco-functools
nh3==0.2.17
# via readme-renderer
packaging==24.0
packaging==24.1
# via build
pkginfo==1.10.0
# via twine
Expand All @@ -69,7 +69,7 @@ rich==13.7.1
secretstorage==3.3.3
# via keyring
twine==5.1.1
# via -r requirements-test_packaging.in
# via -r dev_requirements/requirements-test_packaging.in
urllib3==2.2.2
# via
# requests
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ multidict==6.0.5
# via
# aiohttp
# yarl
packaging==24.0
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
Expand Down

0 comments on commit cd3c720

Please sign in to comment.