chore(pip-prod)(deps): bump packaging from 24.0 to 24.1

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](https://github.com/pypa/packaging/compare/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>
This commit is contained in:
dependabot[bot] 2024-06-10 00:34:35 +00:00 committed by Luke Tainton
parent f17d632936
commit c45a8ff9a5
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -413,13 +413,13 @@ files = [
[[package]] [[package]]
name = "packaging" name = "packaging"
version = "24.0" version = "24.1"
description = "Core utilities for Python packages" description = "Core utilities for Python packages"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ files = [
{file = "packaging-24.0-py3-none-any.whl", hash = "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5"}, {file = "packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"},
{file = "packaging-24.0.tar.gz", hash = "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"}, {file = "packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"},
] ]
[[package]] [[package]]
@ -747,4 +747,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "59e0e5709376749a5f754e3d5577df7c59812dcf9a65039abee623943a560a27" content-hash = "bdbd2be997730563d90f180fdacdd84520227adfc1a9f1d64ecb4dfca5859816"

View File

@ -22,7 +22,7 @@ iniconfig = "2.0.0"
lazy-object-proxy = "1.10.0" lazy-object-proxy = "1.10.0"
mccabe = "0.7.0" mccabe = "0.7.0"
mypy-extensions = "1.0.0" mypy-extensions = "1.0.0"
packaging = "24.0" packaging = "24.1"
pathspec = "0.12.1" pathspec = "0.12.1"
platformdirs = "4.2.2" platformdirs = "4.2.2"
pluggy = "1.5.0" pluggy = "1.5.0"