From b4bd7cd48a9228401064a4018cdfa2af01b4c229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:33:32 +0200 Subject: [PATCH] chore(deps-dev): bump packaging from 23.2 to 24.0 (#68) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6db281c..718aedc 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'