From 14cf33d0e450b5b72a771743070fe0d3375424d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:11:47 +0000 Subject: [PATCH] chore(deps-dev): update packaging requirement Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version. - [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.3...23.0) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73c7321db..e53ebd09b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "requests >=2.28.0,<3.0.0", "pydriller >=2.0,<3.0.0", "yamale >=4.0.3,<5.0.0", - "packaging >=21.3,<23.0.0", + "packaging >=21.3,<24.0.0", "jinja2 >=3.1.2,<4.0.0" ] keywords = []