diff --git a/requirements-dev.txt b/requirements-dev.txt index c617815f..a09df78b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ django-stubs==1.9.0 django-stubs-ext==0.3.1 docopt==0.6.2 execnet==1.9.0 -filelock==3.0.12 +filelock==3.20.3 identify==2.2.14 iniconfig==1.1.1 mypy==0.910 @@ -33,4 +33,4 @@ types-python-dateutil==2.8.0 types-pytz==2021.1.2 types-PyYAML==5.4.10 types-requests==2.25.6 -virtualenv==20.7.2 +virtualenv==20.36.1 diff --git a/requirements-minimal.txt b/requirements-minimal.txt index 2404c062..476e8e51 100644 --- a/requirements-minimal.txt +++ b/requirements-minimal.txt @@ -1,6 +1,6 @@ cached-property celery[redis] -cryptography<39.0.2 # Due to Rust requirements (ok to remove once rustc is puppeted or we just install Rust in the container) +cryptography<46.0.6 # Due to Rust requirements (ok to remove once rustc is puppeted or we just install Rust in the container) django django-bootstrap-form django-ipware diff --git a/requirements.txt b/requirements.txt index 6d58848a..d6006043 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,16 +13,16 @@ click-didyoumean==0.3.1 click-plugins==1.1.1.2 click-repl==0.3.0 contourpy==1.3.3 -cryptography==39.0.1 +cryptography==46.0.5 cycler==0.12.1 -Django==5.2.5 +Django==5.2.11 django-bootstrap-form==3.4 django-ipware==7.0.1 django-mathfilters==1.0.0 django-prometheus==2.4.1 django-redis==6.0.0 dnspython==2.7.0 -fonttools==4.59.1 +fonttools==4.60.2 greenlet==3.2.4 gunicorn==23.0.0 idna==3.10 @@ -40,7 +40,7 @@ ocflib packaging==25.0 paramiko==4.0.0 pexpect==4.9.0 -pillow==11.3.0 +pillow==12.1.1 ply==3.11 prometheus_client==0.22.1 prompt_toolkit==3.0.51 @@ -64,9 +64,9 @@ redis==5.2.1 requests==2.32.5 six==1.17.0 SQLAlchemy==1.4.54 -sqlparse==0.5.3 +sqlparse==0.5.4 typing_extensions==4.15.0 tzdata==2025.2 -urllib3==2.5.0 +urllib3==2.6.3 vine==5.1.0 wcwidth==0.2.13