From 7d05f2e5fe59184bbbb82df06e1537e5607c8faa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:15:00 +0000 Subject: [PATCH] chore(deps-dev): bump packaging from 23.2 to 24.0 Bumps [packaging](https://github.com/pypa/packaging) from 23.2 to 24.0. - [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.2...24.0) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:development update-type: version-update:semver-major ... 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 44b29fe..bd69027 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -19,7 +19,7 @@ markupsafe==2.1.5; python_version >= '3.7' mock==5.1.0; python_version >= '3.6' moto==5.0.0; python_version >= '3.8' mypy-extensions==1.0.0; python_version >= '3.5' -packaging==23.2; python_version >= '3.7' +packaging==24.0; python_version >= '3.7' pathspec==0.12.1; python_version >= '3.8' platformdirs==4.2.0; python_version >= '3.8' pluggy==1.4.0; python_version >= '3.8'