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 301bdfa commit e0b9849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
python_requires='>=3.8',
install_requires=[
'pytest==8.1.0',
'packaging==23.2',
'packaging==24.0',
'colorama>=0.4.4',
],
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit e0b9849

Please sign in to comment.