Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: packaging
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 342c36e commit ca69f26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
7 changes: 1 addition & 6 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ mypy-extensions==1.0.0
# mypy
nodeenv==1.8.0
# via pre-commit
packaging==21.3
packaging==23.2
# via
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
Expand Down Expand Up @@ -161,11 +161,6 @@ pylint-django==2.5.5
# via -r requirements/dev-requirements.in
pylint-plugin-utils==0.8.2
# via pylint-django
pyparsing==3.0.8
# via
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
# packaging
pytz==2023.3.post1
# via
# -c requirements/requirements.txt
Expand Down
4 changes: 1 addition & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ oauthlib==3.2.2
# via
# -r requirements/requirements.in
# requests-oauthlib
packaging==21.3
packaging==23.2
# via
# build
# plotly
Expand All @@ -123,8 +123,6 @@ pyjwt[crypto]==2.8.0
# via
# -r requirements/requirements.in
# django-allauth
pyparsing==3.0.8
# via packaging
pyproject-hooks==1.0.0
# via build
python-fsutil==0.11.0
Expand Down
6 changes: 1 addition & 5 deletions requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,13 @@ idna==3.3
# requests
iniconfig==2.0.0
# via pytest
packaging==21.3
packaging==23.2
# via
# -c requirements/requirements.txt
# pytest
# pytest-sugar
pluggy==1.3.0
# via pytest
pyparsing==3.0.8
# via
# -c requirements/requirements.txt
# packaging
pytest==7.4.3
# via
# -r requirements/test-requirements.in
Expand Down

0 comments on commit ca69f26

Please sign in to comment.