diff --git a/poetry.lock b/poetry.lock index d5e203e..99724fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "antlr4-python3-runtime" @@ -1695,13 +1695,13 @@ typing-extensions = ">=3.7.4.3" [[package]] name = "types-cachetools" -version = "5.3.0.7" +version = "5.4.0.20240717" description = "Typing stubs for cachetools" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "types-cachetools-5.3.0.7.tar.gz", hash = "sha256:27c982cdb9cf3fead8b0089ee6b895715ecc99dac90ec29e2cab56eb1aaf4199"}, - {file = "types_cachetools-5.3.0.7-py3-none-any.whl", hash = "sha256:98c069dc7fc087b1b061703369c80751b0a0fc561f6fb072b554e5eee23773a0"}, + {file = "types-cachetools-5.4.0.20240717.tar.gz", hash = "sha256:1eae90c48760bac44ab89108be938e8ce1d740910f2d4b68446dcdc82763f186"}, + {file = "types_cachetools-5.4.0.20240717-py3-none-any.whl", hash = "sha256:67c84c26df988039be68344b162afd2dd7cd3741dc08e7d67aa1954782fd2d2a"}, ] [[package]] @@ -2133,4 +2133,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "f52852de6604c85282dcda8a716b03fc1a02ec7caa63fc708b6451ef4fe63d24" +content-hash = "dcf57a15d75f9173e89b4fe8c695f5fd12938b77c8368ee7e28e210ee92e0f62" diff --git a/pyproject.toml b/pyproject.toml index 103bbbf..8017d5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ GitPython = "~3.1" [tool.poetry.group.types.dependencies] types-pyyaml = "^6.0.12.9" -types-cachetools = "^5.3.0.5" +types-cachetools = "^5.4.0.20240717" [tool.poetry.group.docker]