Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ oic~=1.6.1
pip-tools~=7.4.1
psycopg2-binary~=2.9.3
pylint~=3.3.6
python-dateutil~=2.6.1
python-editor~=1.0.3
sentry-sdk[flask]~=2.24.1
six~=1.17.0
Expand Down
33 changes: 17 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt
# uv pip compile requirements.in
alembic==1.15.2
# via
# -r requirements.in
Expand All @@ -19,7 +19,7 @@ build==1.4.0
# via pip-tools
bytecode==0.17.0
# via ddtrace
certifi==2026.1.4
certifi==2026.2.25
# via
# requests
# sentry-sdk
Expand All @@ -40,13 +40,13 @@ ddtrace==4.4.0
# via -r requirements.in
defusedxml==0.7.1
# via oic
dill==0.4.0
dill==0.4.1
# via pylint
dnspython==2.8.0
# via srvlookup
envier==0.6.1
# via ddtrace
flask==3.1.2
flask==3.1.3
# via
# -r requirements.in
# flask-gzip
Expand All @@ -66,7 +66,7 @@ flask-sqlalchemy==3.1.1
# flask-migrate
future==1.0.0
# via pyjwkest
greenlet==3.3.0
greenlet==3.3.2
# via sqlalchemy
gunicorn==25.1.0
# via -r requirements.in
Expand Down Expand Up @@ -111,16 +111,18 @@ oic==1.6.1
# via
# -r requirements.in
# flask-pyoidc
opentelemetry-api==1.39.1
opentelemetry-api==1.40.0
# via ddtrace
packaging==25.0
packaging==26.0
# via
# build
# gunicorn
# wheel
pip==26.0.1
# via pip-tools
pip-tools==7.4.1
# via -r requirements.in
platformdirs==4.5.1
platformdirs==4.9.2
# via pylint
psycopg2-binary==2.9.11
# via -r requirements.in
Expand All @@ -130,7 +132,7 @@ pyasn1==0.6.2
# python-ldap
pyasn1-modules==0.4.2
# via python-ldap
pycparser==2.23
pycparser==3.0
# via cffi
pycryptodomex==3.23.0
# via
Expand All @@ -140,7 +142,7 @@ pydantic==2.12.5
# via pydantic-settings
pydantic-core==2.41.5
# via pydantic
pydantic-settings==2.12.0
pydantic-settings==2.13.1
# via oic
pyjwkest==1.4.4
# via oic
Expand All @@ -150,9 +152,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
python-dateutil==2.6.1
# via -r requirements.in
python-dotenv==1.2.1
python-dotenv==1.2.2
# via pydantic-settings
python-editor==1.0.4
# via -r requirements.in
Expand All @@ -163,13 +163,14 @@ requests==2.32.5
# flask-pyoidc
# oic
# pyjwkest
sentry-sdk[flask]==2.24.1
sentry-sdk==2.24.1
# via -r requirements.in
setuptools==82.0.0
# via pip-tools
six==1.17.0
# via
# -r requirements.in
# pyjwkest
# python-dateutil
sqlalchemy==2.0.48
# via
# -r requirements.in
Expand Down Expand Up @@ -201,7 +202,7 @@ werkzeug==3.1.6
# via
# -r requirements.in
# flask
wheel==0.46.2
wheel==0.46.3
# via pip-tools
wrapt==1.17.3
# via
Expand Down