diff --git a/poetry.lock b/poetry.lock index d5e203e..a58c10b 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.5.0.20240820" 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.5.0.20240820.tar.gz", hash = "sha256:b888ab5c1a48116f7799cd5004b18474cd82b5463acb5ffb2db2fc9c7b053bc0"}, + {file = "types_cachetools-5.5.0.20240820-py3-none-any.whl", hash = "sha256:efb2ed8bf27a4b9d3ed70d33849f536362603a90b8090a328acf0cd42fda82e2"}, ] [[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 = "04094394f04c2c00bd864ea2abfd6eafdc168461b6cd57b1baaa6a7b345962c9" diff --git a/pyproject.toml b/pyproject.toml index 103bbbf..e8c5762 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.5.0.20240820" [tool.poetry.group.docker]