From c168287fdbf4b6cd81dd20fbadadbd0ca131161c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 12:11:34 +0000 Subject: [PATCH] Bump packaging from 20.9 to 21.3 Bumps [packaging](https://github.com/pypa/packaging) from 20.9 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/20.9...21.3) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- news/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/news/requirements.txt b/news/requirements.txt index 2448ed6fcd2b..0f651bb6f59b 100644 --- a/news/requirements.txt +++ b/news/requirements.txt @@ -7,10 +7,10 @@ attrs==19.3.0 # via pytest docopt==0.6.2 - # via -r requirements.in + # via -r news/requirements.in iniconfig==1.0.1 # via pytest -packaging==20.9 +packaging==21.3 # via pytest pluggy==0.13.1 # via pytest @@ -19,6 +19,6 @@ py==1.10.0 pyparsing==2.4.5 # via packaging pytest==6.1.2 - # via -r requirements.in + # via -r news/requirements.in toml==0.10.1 # via pytest