From 3d6fe3b7441e1abdd7bdffd07243da4a16c0dcc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 07:20:06 +0000 Subject: [PATCH] Bump packaging from 20.4 to 20.8 Bumps [packaging](https://github.com/pypa/packaging) from 20.4 to 20.8. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/20.4...20.8) Signed-off-by: dependabot[bot] --- news/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/news/requirements.txt b/news/requirements.txt index 2656a4bd16de..f449036d394c 100644 --- a/news/requirements.txt +++ b/news/requirements.txt @@ -8,10 +8,9 @@ attrs==19.3.0 # via pytest docopt==0.6.2 # via -r news/requirements.in iniconfig==1.0.1 # via pytest more-itertools==8.0.0 # via pytest -packaging==20.4 # via pytest +packaging==20.8 # via pytest pluggy==0.13.1 # via pytest py==1.9.0 # via pytest pyparsing==2.4.5 # via packaging pytest==6.0.1 # via -r news/requirements.in -six==1.13.0 # via packaging toml==0.10.1 # via pytest