diff --git a/carbonserver/pyproject.toml b/carbonserver/pyproject.toml index edc79c74c..41979a10f 100644 --- a/carbonserver/pyproject.toml +++ b/carbonserver/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ "alembic<2.0.0", - "authlib>=1.6.11", + "authlib>=1.7.0", "bcrypt<5.0.0", "python-dateutil<3.0.0", "dependency-injector<5.0.0", diff --git a/requirements/requirements-api.txt b/requirements/requirements-api.txt index ce02b80ac..42abf97f9 100644 --- a/requirements/requirements-api.txt +++ b/requirements/requirements-api.txt @@ -11,7 +11,7 @@ anyio==4.12.0 # httpx # starlette # watchfiles -authlib==1.6.11 +authlib==1.7.0 # via carbonserver (carbonserver/pyproject.toml) bcrypt==4.3.0 # via carbonserver (carbonserver/pyproject.toml) @@ -133,7 +133,7 @@ pyjwt==2.10.1 # via carbonserver (carbonserver/pyproject.toml) python-dateutil==2.9.0.post0 # via carbonserver (carbonserver/pyproject.toml) -python-dotenv==1.2.1 +python-dotenv==1.2.2 # via # pydantic-settings # uvicorn