From eb7959faad341b5e6ce5b02cb10cd6697fd2c6a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 05:00:51 +0000 Subject: [PATCH] Bump packaging from 21.0 to 21.2 Bumps [packaging](https://github.com/pypa/packaging) from 21.0 to 21.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/21.0...21.2) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- news/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/requirements.txt b/news/requirements.txt index dccf36bff1a0..5635f6338528 100644 --- a/news/requirements.txt +++ b/news/requirements.txt @@ -10,7 +10,7 @@ docopt==0.6.2 # via -r news/requirements.in iniconfig==1.0.1 # via pytest -packaging==21.0 +packaging==21.2 # via pytest pluggy==0.13.1 # via pytest