From 8ff52cb8f282035b397e3b0eb4cf0f7384f31329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:25:49 +0000 Subject: [PATCH] Bump packaging from 24.0 to 24.2 Bumps [packaging](https://github.com/pypa/packaging) from 24.0 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.0...24.2) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 96ddc04..8f7b66a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "adsbxcot" @@ -2840,13 +2840,13 @@ asn1crypto = ">=1.5.1" [[package]] name = "packaging" -version = "24.0" +version = "24.2" description = "Core utilities for Python packages" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "packaging-24.0-py3-none-any.whl", hash = "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5"}, - {file = "packaging-24.0.tar.gz", hash = "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"}, + {file = "packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759"}, + {file = "packaging-24.2.tar.gz", hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"}, ] [[package]] @@ -4794,4 +4794,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.14" -content-hash = "2aee60f39bfcd113d9a51fc634392a0956404e40c36ed6678b0e60cc3aec7dff" +content-hash = "ccb627e99e8745667a82a3530f9a2559357290fd1b2405dc1d877f3853b7cbae" diff --git a/pyproject.toml b/pyproject.toml index bf9e9d3..eafc3ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ unishox2-py3 = "1.0.0" # Fixed dependency versions to resolve conflicts cachecontrol = "0.13.1" attrs = "23.1.0" -packaging = "24.0" # Updated to meet meshtastic requirement +packaging = "24.2" # Updated to meet meshtastic requirement virtualenv = "20.25.0" [tool.poetry-dynamic-versioning]