diff --git a/requirements.txt b/requirements.txt index 7f9cfb1..9f153d8 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.2 +cachetools==7.0.3 sentry-sdk>=1.37.1 setuptools>=70.0.0 pydantic-settings==2.13.1 diff --git a/setup.cfg b/setup.cfg index 8fb90bf..ef545cc 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.2 + cachetools==7.0.3 pydantic-settings==2.13.1 boto3