diff --git a/poetry.lock b/poetry.lock index f23a218..13f12af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7046,13 +7046,13 @@ test = ["black (>=22.3.0,<23.0.0)", "coverage (>=6.2,<7.0)", "isort (>=5.0.6,<6. [[package]] name = "types-cachetools" -version = "5.3.0.6" +version = "5.3.0.7" description = "Typing stubs for cachetools" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "types-cachetools-5.3.0.6.tar.gz", hash = "sha256:595f0342d246c8ba534f5a762cf4c2f60ecb61e8002b8b2277fd5cf791d4e851"}, - {file = "types_cachetools-5.3.0.6-py3-none-any.whl", hash = "sha256:f7f8a25bfe306f2e6bc2ad0a2f949d9e72f2d91036d509c36d3810bf728bc6e1"}, + {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"}, ] [[package]] @@ -7463,4 +7463,4 @@ web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "s [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d97607ff263fa0799b567f4f61a577067c48037942e87ef13d8c09b9ce6ea449" +content-hash = "b22cc7f99b522e085a9125871695b990ab834eb2bc4c125434a9cc7600440f17" diff --git a/pyproject.toml b/pyproject.toml index 5c4d26a..5ce5986 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ pandas-stubs = "^2.0.3.230814" pip-audit = "^2.6.1" pip-licenses = "^4.3.2" ruff = "^0.1.3" -types-cachetools = "^5.3.0.6" +types-cachetools = "^5.3.0.7" types-pyOpenSSL = "*" types-requests = "^2.31.0.10" types-setuptools = "*"