Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 78769b9 commit 5c75379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pip==24.0
setuptools==69.1.1
pytest==8.1.0
dotsetup~=0.0.2
packaging~=23.2
packaging~=24.0


2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'setuptools==69.1.1',
'pytest==8.1.0',
'dotsetup==0.0.2',
'packaging==23.2',
'packaging==24.0',
],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
Expand Down

0 comments on commit 5c75379

Please sign in to comment.