diff --git a/docker/requirements/base.txt b/docker/requirements/base.txt index 22fec8be2..aa01b3b73 100644 --- a/docker/requirements/base.txt +++ b/docker/requirements/base.txt @@ -1,33 +1,33 @@ # Base application dependencies -bleach==6.2.0 -requests==2.32.3 -tzdata==2025.2 -urllib3==2.3.0 +bleach==6.3.0 +requests==2.32.5 +tzdata==2025.3 +urllib3==2.6.3 libsass==0.23.0 -psycopg2-binary==2.9.10 -redis==5.2.1 -celery==5.5.0 -Django==5.1.8 +psycopg2-binary==2.9.11 +redis==7.2.0 +celery==5.6.2 +Django==5.2.1 Jinja2==3.1.6 -django-auth-ldap==5.1.0 -djangorestframework==3.16.0 +django-auth-ldap==5.3.0 +djangorestframework==3.16.1 djangorestframework-xml==2.0.0 -django-minify-html==1.12.0 -django-compressor==4.5.1 +django-minify-html==1.14.0 +django-compressor==4.6.0 django-cookie-law==2.2.0 -django-markdownify==0.9.5 -django-sass-processor==1.4.1 +django-markdownify==0.9.6 +django-sass-processor==1.4.2 django-postgresql-dag==0.4.0 -django-simple-history==3.8.0 -django-redis==5.4.0 -django-celery-beat==2.7.0 -django-celery-results==2.5.1 -drf-yasg==1.21.10 -python-crontab==3.2.0 +django-simple-history==3.11.0 +django-redis==6.0.0 +django-celery-beat==2.8.1 +django-celery-results==2.6.0 +drf-yasg==1.21.14 +python-crontab==3.3.0 python-dateutil==2.9.0 python-decouple==3.8 -pyhtml2md==1.6.6 -django-easy-audit==1.3.7 -html-to-markdown==1.3.3 +pyhtml2md==1.8.0 +django-easy-audit==1.3.8 +html-to-markdown==2.25.1 # GAPI -google-auth==2.41.1 \ No newline at end of file +google-auth==2.48.0 diff --git a/docker/requirements/dev.txt b/docker/requirements/dev.txt index bc683e117..60baa4267 100644 --- a/docker/requirements/dev.txt +++ b/docker/requirements/dev.txt @@ -2,5 +2,5 @@ -r base.txt # Dev requirements -debugpy==1.8.7 +debugpy==1.8.20 faker==30.6.0 diff --git a/docker/requirements/test.txt b/docker/requirements/test.txt index ad1b30ea3..715058a2a 100644 --- a/docker/requirements/test.txt +++ b/docker/requirements/test.txt @@ -2,10 +2,10 @@ -r base.txt # Test requirements -selenium==4.15.0 -pytest-django==4.9.0 -pytest-html==4.1.1 -pytest-cov==4.1.0 -pytest-random-order==1.1.1 -allure-pytest==2.13.3 -git+https://github.com/SwanseaUniversityMedical/pyconceptlibraryclient.git@v1.0.1 +selenium==4.41.0 +pytest-django==4.12.0 +pytest-html==4.2.0 +pytest-cov==7.0.0 +pytest-random-order==1.2.0 +allure-pytest==2.15.3 +git+https://github.com/SwanseaUniversityMedical/pyconceptlibraryclient.git@v1.0.2