diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14c02360310df25fec4e23363a7959a7ab3ec3ed..fc78edf897906308d9303a04af51b5a15a309881 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,10 @@ include: - project: "uis/devops/continuous-delivery/ci-templates" file: "auto-devops-stages.yml" - ref: "v6.7.2" + ref: "v6.7.3" - project: "uis/devops/continuous-delivery/ci-templates" file: "auto-devops/python-tox.yml" - ref: "v6.7.2" + ref: "v6.7.3" - template: "Workflows/Branch-Pipelines.gitlab-ci.yml" python:tox: diff --git a/requirements.txt b/requirements.txt index 52c74df73344571b9dcf21109c97d00e360213f4..b06a8a062759802f21ba5634b540a9be22ffadf1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,12 +7,12 @@ binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ -flake8==7.1.2 -pycodestyle==2.12.1 -pyflakes==3.2.0 +flake8==7.2.0 +pycodestyle==2.13.0 +pyflakes==3.3.1 # Testing # ------------------------------------------------------------------------------ -tox==4.24.2 +tox==4.25.0 pytest==8.3.5 -poetry==2.1.1 +poetry==2.1.2 diff --git a/template-requirements.txt b/template-requirements.txt index d31e929a2873e630ccabf14c7bd633babef82d0c..3b501dc02cabb7bb6d604e4e078b320737574277 100644 --- a/template-requirements.txt +++ b/template-requirements.txt @@ -2,30 +2,30 @@ # intended that renovatebot keeps this list fresh. better-exceptions==0.3.3 black==25.1.0 -coverage==7.7.0 +coverage==7.8.0 debugpy==1.8.13 django-cors-headers==4.7.0 django-crispy-forms==2.3 -django-debug-toolbar==5.0.1 +django-debug-toolbar==5.1.0 django-filter==25.1 django-structlog==9.0.1 django==5.1.7 djangorestframework-camel-case==1.4.2 -djangorestframework==3.15.2 +djangorestframework==3.16.0 drf-spectacular==0.28.0 -faker==37.0.1 +faker==37.1.0 gitignorefile==1.1.2 gunicorn==23.0.0 ipython==9.0.2 mkdocs-gen-files==0.5.0 mkdocs-literate-nav==0.6.2 -mkdocs-material==9.6.9 +mkdocs-material==9.6.10 mkdocs-section-index==0.3.9 mkdocs==1.6.1 -mkdocstrings-python==1.16.6 -mkdocstrings==0.29.0 -poetry-core==2.1.1 -poetry==2.1.1 +mkdocstrings-python==1.16.8 +mkdocstrings==0.29.1 +poetry-core==2.1.2 +poetry==2.1.2 pre-commit==4.2.0 proxyprefix==0.1.3 psycopg==3.2.6 @@ -36,5 +36,5 @@ pytest==8.3.5 pyyaml==6.0.2 social-auth-app-django==5.4.3 structlog==25.2.0 -tox==4.24.2 +tox==4.25.0 whitenoise==6.9.0