diff --git a/requirements.txt b/requirements.txt index e962221..7f9cfb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ requests==2.32.5 requests-oauthlib ==2.0.0 uvicorn[standard]==0.41.0 prometheus_fastapi_instrumentator==7.1.0 -cachetools==7.0.1 +cachetools==7.0.2 sentry-sdk>=1.37.1 setuptools>=70.0.0 pydantic-settings==2.13.1 diff --git a/setup.cfg b/setup.cfg index 25e77ad..8fb90bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ install_requires = requests==2.32.5 requests-oauthlib ==2.0.0 prometheus_fastapi_instrumentator==7.1.0 - cachetools==7.0.1 + cachetools==7.0.2 pydantic-settings==2.13.1 boto3