From 02d82fc4b719708402c0fe2a2013e997d901569e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:21:39 +0000 Subject: [PATCH] Bump packaging from 24.1 to 24.2 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](https://github.com/pypa/packaging/compare/24.1...24.2) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8666d9f..6713c4c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -416,13 +416,13 @@ files = [ [[package]] name = "packaging" -version = "24.1" +version = "24.2" description = "Core utilities for Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"}, - {file = "packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"}, + {file = "packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759"}, + {file = "packaging-24.2.tar.gz", hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"}, ] [[package]] @@ -594,4 +594,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "dda4b45db37b86420639412c7417520f075acd0487674eed6b859c373a8121f8" +content-hash = "193ec514eeaa4e5bd1ebc09102379fdf92f6d14b26ffd96734bd7483977c06dd" diff --git a/pyproject.toml b/pyproject.toml index 6300e44..3e3dc32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ Flask-APScheduler = "^1.13.1" Flask-Babel = "^4.0.0" Markdown = "^3.6" mistune = "^3.0.2" -packaging = "^24.0" +packaging = "^24.2" [tool.poetry.dev-dependencies] Flask-Testing = "^0.8.1"