diff --git a/poetry.lock b/poetry.lock index dd7769f..c2ace17 100644 --- a/poetry.lock +++ b/poetry.lock @@ -638,13 +638,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "keyring" -version = "25.1.0" +version = "25.2.0" description = "Store and access your passwords safely." optional = false python-versions = ">=3.8" files = [ - {file = "keyring-25.1.0-py3-none-any.whl", hash = "sha256:26fc12e6a329d61d24aa47b22a7c5c3f35753df7d8f2860973cf94f4e1fb3427"}, - {file = "keyring-25.1.0.tar.gz", hash = "sha256:7230ea690525133f6ad536a9b5def74a4bd52642abe594761028fc044d7c7893"}, + {file = "keyring-25.2.0-py3-none-any.whl", hash = "sha256:19f17d40335444aab84b19a0d16a77ec0758a9c384e3446ae2ed8bd6d53b67a5"}, + {file = "keyring-25.2.0.tar.gz", hash = "sha256:7045f367268ce42dba44745050164b431e46f6e92f99ef2937dfadaef368d8cf"}, ] [package.dependencies] @@ -659,7 +659,7 @@ SecretStorage = {version = ">=3.2", markers = "sys_platform == \"linux\""} [package.extras] completion = ["shtab (>=1.1.0)"] docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["pytest (>=6,!=8.1.1)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-ruff (>=0.2.1)"] +testing = ["pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-ruff (>=0.2.1)"] [[package]] name = "keyrings-google-artifactregistry-auth" @@ -1349,4 +1349,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "011d7f052ad353f38cceaea0cb10bc10ab207cf71b4d58630c432271044c7313" +content-hash = "4fc94030fe9769414a63b60713fdb7a9976dc96552c8724286291f439e4e964f" diff --git a/pyproject.toml b/pyproject.toml index f9ce775..b8af464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache 2.0" [tool.poetry.dependencies] python = "^3.9" -keyring = "^25.1.0" +keyring = "^25.2.0" keyrings-google-artifactregistry-auth = "^1.1.2" [tool.poetry.dev-dependencies]