diff --git a/poetry.lock b/poetry.lock index e880b7e..4b1f41a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1097,14 +1097,14 @@ files = [ [[package]] name = "types-cachetools" -version = "5.5.0.20240820" +version = "6.2.0.20250827" description = "Typing stubs for cachetools" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {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"}, + {file = "types_cachetools-6.2.0.20250827-py3-none-any.whl", hash = "sha256:96ae5abcb5ea1e1f1faf811a2ff8b2ce7e6d820fc42c4fcb4b332b2da485de16"}, + {file = "types_cachetools-6.2.0.20250827.tar.gz", hash = "sha256:f27febfd1b5e517e3cb1ca6daf38ad6ddb4eeb1e29bdbd81a082971ba30c0d8e"}, ] [[package]] @@ -1143,4 +1143,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "92167d2ff902527b58a43bf0f7afb077e902a8120f9bd3ca781324fba0cdd494" +content-hash = "ef2c6e985735dc9a8367b55dd8a297c0e5fa9c8cec6ded4366eca49227a9e67f" diff --git a/pyproject.toml b/pyproject.toml index e3d44ef..02b391f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ pydantic = "^2.7.1" fastapi = ">=0.111.0, <1.0" pyjwt = { extras = ["crypto"], version = "^2.8.0" } cachetools = "^5.3.3" -types-cachetools = "^5.3.0.7" +types-cachetools = "^6.2.0.20250827" cryptography = "^44.0.2" httpx = ">=0.27.0, <1.0"