From 65f74af0498f5288412ff5f42b72f529e295592c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 15:01:27 +0000 Subject: [PATCH] Bump packaging from 20.4 to 22.0 Bumps [packaging](https://github.com/pypa/packaging) from 20.4 to 22.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/20.4...22.0) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- news/requirements.txt | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/news/requirements.txt b/news/requirements.txt index 2656a4bd16de..649b09c71a6a 100644 --- a/news/requirements.txt +++ b/news/requirements.txt @@ -4,14 +4,21 @@ # # pip-compile # -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 -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 +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==22.0 + # via pytest +pluggy==0.13.1 + # via pytest +py==1.9.0 + # via pytest +pytest==6.0.1 + # via -r news/requirements.in +toml==0.10.1 + # via pytest