From 8a59b2aee5b4ccb3d4a2f0e68c30b470520339c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 15:22:04 +0000 Subject: [PATCH] Bump packaging from 21.0 to 21.3 Bumps [packaging](https://github.com/pypa/packaging) from 21.0 to 21.3. - [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/21.0...21.3) --- 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 d1afb91..f214771 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements-test.txt black==21.12b0 -packaging==21.0 +packaging==21.3 pre-commit~=2.15 PyGithub~=1.54 pyupgrade~=2.31