diff --git a/backend/pyproject.toml b/backend/pyproject.toml index c17bca9e1..11c63efe8 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ dependencies = [ "editables>=0.3", "importlib-metadata; python_version < '3.8'", - "packaging>=21.3", + "packaging>=22.0", "pathspec>=0.10.1", "pluggy>=1.0.0", "tomli>=1.2.2; python_version < '3.11'", diff --git a/pyproject.toml b/pyproject.toml index 000042efb..7f5de2980 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "httpx>=0.22.0", "hyperlink>=21.0.0", "keyring>=23.5.0", - "packaging>=21.3", + "packaging>=22.0", "pexpect~=4.8", "platformdirs>=2.5.0", "pyperclip>=1.8.2",