diff --git a/poetry.lock b/poetry.lock index 564b38a..ff79b72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -484,7 +484,7 @@ files = [ name = "importlib-metadata" version = "8.5.0" description = "Read metadata from Python packages" -optional = true +optional = false python-versions = ">=3.8" files = [ {file = "importlib_metadata-8.5.0-py3-none-any.whl", hash = "sha256:45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b"}, @@ -1158,7 +1158,7 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7 name = "zipp" version = "3.20.2" description = "Backport of pathlib-compatible object wrapper for zip files" -optional = true +optional = false python-versions = ">=3.8" files = [ {file = "zipp-3.20.2-py3-none-any.whl", hash = "sha256:a817ac80d6cf4b23bf7f2828b7cabf326f15a001bea8b1f9b49631780ba28350"}, @@ -1179,4 +1179,4 @@ keyring = ["keyring"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e9f51e8e45fbdc495c967428da739edefa3ed6dfd699e179e646417d75e0df47" +content-hash = "fec1ec6b2eb24d4453d81f4140aa992a3228f742091efeb2e24ff442bcef6727" diff --git a/pyproject.toml b/pyproject.toml index 1a1b886..5b59705 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ ignore-untracked = true python = '^3.8' devpi-client = '>=3.0.0' keyring = { version = '*', optional = true } -importlib-metadata = { version = '^6.0.0', python = '<3.8' } +importlib-metadata = { version = '^8.5.0', python = '<3.8' } [tool.poetry.extras] keyring = ['keyring']