Skip to content
Open
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
29 changes: 15 additions & 14 deletions backend/kesaseteli/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile requirements-dev.in
#
build==1.3.0
build==1.4.0
# via pip-tools
certifi==2025.11.12
certifi==2026.1.4
# via
# -c requirements.txt
# requests
Expand All @@ -18,19 +18,19 @@ charset-normalizer==3.4.4
# requests
click==8.3.1
# via pip-tools
coverage[toml]==7.13.1
coverage[toml]==7.13.4
# via pytest-cov
distlib==0.4.0
# via virtualenv
et-xmlfile==2.0.0
# via openpyxl
execnet==2.1.2
# via pytest-xdist
filelock==3.20.1
filelock==3.24.3
# via virtualenv
freezegun==1.5.5
# via pytest-freezer
identify==2.6.15
identify==2.6.16
# via pre-commit
idna==3.11
# via
Expand All @@ -46,21 +46,22 @@ nodeenv==1.10.0
# via pre-commit
openpyxl==3.1.5
# via -r requirements-dev.in
packaging==25.0
packaging==26.0
# via
# build
# pytest
pip-tools==7.5.2
# wheel
pip-tools==7.5.3
# via -r requirements-dev.in
platformdirs==4.5.1
platformdirs==4.9.2
# via virtualenv
pluggy==1.6.0
# via
# pytest
# pytest-cov
pre-commit==4.5.1
# via -r requirements-dev.in
psutil==7.2.1
psutil==7.2.2
# via pytest-xdist
pygments==2.19.2
# via
Expand All @@ -79,7 +80,7 @@ pytest==9.0.2
# pytest-xdist
pytest-cov==7.0.0
# via -r requirements-dev.in
pytest-django==4.11.1
pytest-django==4.12.0
# via -r requirements-dev.in
pytest-freezer==0.4.9
# via -r requirements-dev.in
Expand All @@ -102,15 +103,15 @@ six==1.17.0
# -c requirements.txt
# langdetect
# python-dateutil
urllib3==1.26.20
urllib3==2.6.3
# via
# -c requirements.txt
# requests
virtualenv==20.35.4
virtualenv==20.38.0
# via pre-commit
werkzeug==3.1.4
werkzeug==3.1.5
# via -r requirements-dev.in
wheel==0.45.1
wheel==0.46.3
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion backend/kesaseteli/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ django-searchable-encrypted-fields
django-sequences
django-simple-history
django-storages[azure]
django==5.1.15 # FIXME: pinned to avoid nonsensical resolutions that allow 5.2 even with django~=5.1!
django~=5.2
djangorestframework
elasticsearch~=7.17 # TODO: remove and update to 8.x when elasticsearch servers are updated to elasticsearch 8
factory-boy
Expand Down
40 changes: 19 additions & 21 deletions backend/kesaseteli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
-e file:../shared
# via -r requirements.in
asgiref==3.11.0
asgiref==3.11.1
# via
# django
# django-cors-headers
asttokens==3.0.1
# via stack-data
azure-core==1.38.0
azure-core==1.38.2
# via
# azure-storage-blob
# django-storages
azure-storage-blob==12.27.1
azure-storage-blob==12.28.0
# via django-storages
certifi==2025.11.12
certifi==2026.1.4
# via
# elasticsearch
# requests
Expand All @@ -40,7 +40,7 @@ defusedxml==0.7.1
# via
# djangosaml2
# pysaml2
django==5.1.15
django==5.2.11
# via
# -r requirements.in
# django-auth-adfs
Expand All @@ -56,19 +56,19 @@ django==5.1.15
# djangosaml2
# mozilla-django-oidc
# yjdh-backend-shared
django-auth-adfs==1.15.1
django-auth-adfs==1.16.0
# via
# -r requirements.in
# yjdh-backend-shared
django-cors-headers==4.9.0
# via -r requirements.in
django-environ==0.12.0
django-environ==0.13.0
# via -r requirements.in
django-extensions==4.1
# via
# -r requirements.in
# yjdh-backend-shared
django-filter==25.1
django-filter==25.2
# via -r requirements.in
django-localflavor==5.0
# via -r requirements.in
Expand All @@ -82,23 +82,23 @@ django-storages[azure]==1.14.6
# via -r requirements.in
djangorestframework==3.16.1
# via -r requirements.in
djangosaml2==1.11.1
djangosaml2==1.12.0
# via yjdh-backend-shared
elasticsearch==7.17.12
elasticsearch==7.17.13
# via -r requirements.in
elementpath==4.8.0
# via xmlschema
executing==2.2.1
# via stack-data
factory-boy==3.3.3
# via -r requirements.in
faker==40.1.0
faker==40.4.0
# via factory-boy
filetype==1.2.0
# via -r requirements.in
idna==3.11
# via requests
ipython==9.8.0
ipython==9.10.0
# via -r requirements.in
ipython-pygments-lexers==1.1.1
# via ipython
Expand All @@ -114,7 +114,7 @@ mozilla-django-oidc==5.0.2
# via
# -r requirements.in
# yjdh-backend-shared
parso==0.8.5
parso==0.8.6
# via jedi
pexpect==4.9.0
# via ipython
Expand All @@ -130,15 +130,15 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.3
# via stack-data
pycparser==2.23
pycparser==3.0
# via cffi
pycryptodome==3.23.0
# via django-searchable-encrypted-fields
pygments==2.19.2
# via
# ipython
# ipython-pygments-lexers
pyjwt==2.10.1
pyjwt==2.11.0
# via
# django-auth-adfs
# mozilla-django-oidc
Expand All @@ -148,7 +148,7 @@ pysaml2==7.5.4
# via djangosaml2
python-dateutil==2.9.0.post0
# via pysaml2
python-stdnum==2.1
python-stdnum==2.2
# via
# -r requirements.in
# django-localflavor
Expand All @@ -159,7 +159,7 @@ requests==2.32.5
# django-auth-adfs
# mozilla-django-oidc
# pysaml2
sentry-sdk==2.48.0
sentry-sdk==2.53.0
# via -r requirements.in
six==1.17.0
# via python-dateutil
Expand All @@ -175,15 +175,13 @@ typing-extensions==4.15.0
# via
# azure-core
# azure-storage-blob
tzdata==2025.3
# via faker
urllib3==1.26.20
urllib3==2.6.3
# via
# django-auth-adfs
# elasticsearch
# requests
# sentry-sdk
wcwidth==0.2.14
wcwidth==0.6.0
# via prompt-toolkit
xlsx-streaming==2.0.1
# via -r requirements.in
Expand Down
Loading