From f05a2230743653af64a2bd289e622da3c7d6784b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:08:50 +0000 Subject: [PATCH] chore(deps-dev): bump packaging from 23.0 to 23.2 Bumps [packaging](https://github.com/pypa/packaging) from 23.0 to 23.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/23.0...23.2) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4018db1..55c219a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ markupsafe==2.1.3 ; python_version >= '3.7' mock==5.0.1 moto==4.1.0 mypy-extensions==1.0.0 -packaging==23.0 ; python_version >= '3.7' +packaging==23.2 ; python_version >= '3.7' pathspec==0.11.1 ; python_version >= '3.7' platformdirs==3.5.1 ; python_version >= '3.7' pluggy==1.0.0 ; python_version >= '3.6'