Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 1a3a6df commit db34f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_slug }}/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mypy-extensions==1.0.0
# via mypy
nodeenv==1.9.1
# via pre-commit
packaging==24.1
packaging==24.2
# via
# build
# pytest
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_slug }}/doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ mkdocstrings==0.26.2
# {{ cookiecutter.project_slug }} (pyproject.toml)
mkdocstrings-python==1.12.2
# via {{ cookiecutter.project_slug }} (pyproject.toml)
packaging==24.1
packaging==24.2
# via mkdocs
paginate==0.5.7
# via mkdocs-material
Expand Down

0 comments on commit db34f48

Please sign in to comment.