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
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ azure-storage-blob==12.27.1
# via -r requirements.in
azure-storage-queue==12.14.1
# via -r requirements.in
certifi==2026.5.20
certifi==2026.6.17
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
cryptography==48.0.1
cryptography==49.0.0
# via
# azure-identity
# azure-keyvault-keys
Expand All @@ -52,7 +52,7 @@ datapunt-authorization-django==2.1.0
# via -r requirements.in
debtcollector==3.0.0
# via python-keystoneclient
django==6.0.5
django==6.0.6
# via
# -r requirements.in
# datapunt-authorization-django
Expand All @@ -63,9 +63,9 @@ django-ratelimit==4.1.0
# via -r requirements.in
googleapis-common-protos==1.75.0
# via opentelemetry-exporter-otlp-proto-grpc
grpcio==1.81.0
grpcio==1.81.1
# via opentelemetry-exporter-otlp-proto-grpc
idna==3.17
idna==3.18
# via requests
importlib-metadata==8.7.1
# via opentelemetry-api
Expand All @@ -80,7 +80,7 @@ isodate==0.7.2
# azure-keyvault-secrets
# azure-storage-blob
# azure-storage-queue
jwcrypto==1.5.7
jwcrypto==1.5.8
# via datapunt-authorization-django
keystoneauth1==5.14.0
# via python-keystoneclient
Expand Down Expand Up @@ -170,7 +170,7 @@ opentelemetry-util-http==0.60b1
# opentelemetry-instrumentation-wsgi
os-service-types==1.8.2
# via keystoneauth1
oslo-config==10.4.0
oslo-config==10.5.0
# via python-keystoneclient
oslo-i18n==6.8.0
# via
Expand All @@ -179,7 +179,7 @@ oslo-i18n==6.8.0
# python-keystoneclient
oslo-serialization==5.10.0
# via python-keystoneclient
oslo-utils==10.1.0
oslo-utils==10.1.1
# via
# oslo-serialization
# python-keystoneclient
Expand Down
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
build==1.5.0
# via pip-tools
click==8.4.1
click==8.4.2
# via pip-tools
coverage[toml]==7.14.1
coverage[toml]==7.14.3
# via pytest-cov
iniconfig==2.3.0
# via pytest
Expand All @@ -29,7 +29,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==9.0.3
pytest==9.1.1
# via
# -r requirements_dev.in
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements_linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# pip-compile --allow-unsafe --output-file=requirements_linting.txt requirements_linting.in
#
ruff==0.15.15
ruff==0.15.20
# via -r requirements_linting.in
Loading