From 80242a1c3f2ec71ad143f4a8aca5c1b3212832be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 18:43:44 +0000 Subject: [PATCH] Update packaging requirement from ~=21.3 to ~=23.2 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.2) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d8b58dc..9b976c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ pytest~=7.4.2 proteinflow~=2.4.0 omegaconf~=2.3.0 -packaging~=21.3 +packaging~=23.2 setuptools~=41.2.0 numpy~=1.23.0 scipy~=1.8.1