build(deps): bump packaging from 24.2 to 25.0 (#500)

Bumps [packaging](https://github.com/pypa/packaging) from 24.2 to 25.0.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/24.2...25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-22 23:44:17 +03:00
committed by GitHub
parent e7be281041
commit f7d058a4a4

View File

@@ -86,7 +86,7 @@ full = [
"watchdog==6.0.0", # to poll files for updates
"typst==0.13.1", # to render PDF from Typst source files
"rendercv-fonts", # some font files for RenderCV
"packaging==24.2", # to validate the version number
"packaging==25.0", # to validate the version number
]
[project.urls]