From fcc943d55267d9d48dfc68d34b978ab3e2b3d643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 08:01:46 -0400 Subject: [PATCH] Bump packaging from 23.0 to 23.1 (#15510) --- changelog.d/15510.misc | 1 + poetry.lock | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 changelog.d/15510.misc diff --git a/changelog.d/15510.misc b/changelog.d/15510.misc new file mode 100644 index 000000000..bff25e824 --- /dev/null +++ b/changelog.d/15510.misc @@ -0,0 +1 @@ +Bump packaging from 23.0 to 23.1. diff --git a/poetry.lock b/poetry.lock index f4ba4569d..65c881766 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1593,14 +1593,14 @@ tests = ["Sphinx", "doubles", "flake8", "flake8-quotes", "gevent", "mock", "pyte [[package]] name = "packaging" -version = "23.0" +version = "23.1" description = "Core utilities for Python packages" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "packaging-23.0-py3-none-any.whl", hash = "sha256:714ac14496c3e68c99c29b00845f7a2b85f3bb6f1078fd9f72fd20f0570002b2"}, - {file = "packaging-23.0.tar.gz", hash = "sha256:b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97"}, + {file = "packaging-23.1-py3-none-any.whl", hash = "sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61"}, + {file = "packaging-23.1.tar.gz", hash = "sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f"}, ] [[package]]