From 5d0f258c0451b0c7b0b9eb8677e695060864db7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:02:51 +0000 Subject: [PATCH] Bump packaging from 20.9 to 23.0 Bumps [packaging](https://github.com/pypa/packaging) from 20.9 to 23.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.9...23.0) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- news/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/news/requirements.txt b/news/requirements.txt index e81d9898c5a6..bbd4deca08e1 100644 --- a/news/requirements.txt +++ b/news/requirements.txt @@ -10,14 +10,12 @@ docopt==0.6.2 # via -r news/requirements.in iniconfig==1.0.1 # via pytest -packaging==20.9 +packaging==23.0 # via pytest pluggy==0.13.1 # via pytest py==1.9.0 # via pytest -pyparsing==2.4.5 - # via packaging pytest==6.1.2 # via -r news/requirements.in toml==0.10.1