Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>

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] committed Jan 12, 2023
1 parent 511498f commit 204f9a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jinja2==3.1.2
# via sphinx
markupsafe==2.1.1
# via jinja2
packaging==22.0
packaging==23.0
# via sphinx
pycparser==2.21
# via cffi
Expand Down
2 changes: 1 addition & 1 deletion lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mypy==0.910
# via -r lint-requirements.in
mypy-extensions==0.4.3
# via mypy
packaging==22.0
packaging==23.0
# via pytest
pluggy==1.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ idna==3.4
# via -r test-requirements.in
iniconfig==1.1.1
# via pytest
packaging==22.0
packaging==23.0
# via pytest
pluggy==1.0.0
# via pytest
Expand Down

0 comments on commit 204f9a0

Please sign in to comment.