Skip to content

Commit

Permalink
Bump packaging from 24.0 to 24.1 (#24)
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 Jul 4, 2024
1 parent 4bd5245 commit bdfe3b0
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.2.1',
'packaging==24.0',
'packaging==24.1',
'colorama>=0.4.4',
],
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit bdfe3b0

Please sign in to comment.