Skip to content

Commit ca1f9f7

Browse files
authored
Merge branch 'master' into docs/co2-signal-token-403
2 parents bd9682b + 7e2676a commit ca1f9f7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

carbonserver/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
]
1717
dependencies = [
1818
"alembic<2.0.0",
19-
"authlib>=1.6.11",
19+
"authlib>=1.7.0",
2020
"bcrypt<5.0.0",
2121
"python-dateutil<3.0.0",
2222
"dependency-injector<5.0.0",

requirements/requirements-api.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ anyio==4.12.0
1111
# httpx
1212
# starlette
1313
# watchfiles
14-
authlib==1.6.11
14+
authlib==1.7.0
1515
# via carbonserver (carbonserver/pyproject.toml)
1616
bcrypt==4.3.0
1717
# via carbonserver (carbonserver/pyproject.toml)
@@ -133,7 +133,7 @@ pyjwt==2.10.1
133133
# via carbonserver (carbonserver/pyproject.toml)
134134
python-dateutil==2.9.0.post0
135135
# via carbonserver (carbonserver/pyproject.toml)
136-
python-dotenv==1.2.1
136+
python-dotenv==1.2.2
137137
# via
138138
# pydantic-settings
139139
# uvicorn

0 commit comments

Comments
 (0)