From 945c6d6260a9c66507a3c11200fdae2e6bae7897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:17:45 +0100 Subject: [PATCH 01/14] Update aiofile requirement from ==3.8.* to ==3.9.* in /server (#255) Updates the requirements on [aiofile](https://github.com/mosquito/aiofile) to permit the latest version. - [Commits](https://github.com/mosquito/aiofile/commits) --- updated-dependencies: - dependency-name: aiofile dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index c651c962..2754f211 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,5 +1,5 @@ # prod -aiofile==3.8.* +aiofile==3.9.* aiohttp==3.10.10 beautifulsoup4==4.12.* celery==5.4.* From fd017a7167fc23c30ecdce7572f16dac36a7c970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:18:04 +0100 Subject: [PATCH 02/14] Update pillow requirement from ==10.4.* to ==11.0.* in /server (#261) Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...11.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 2754f211..f4b01a46 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -19,7 +19,7 @@ matplotlib==3.9.* numpy==2.1.* orjson==3.10.* openpyxl~=3.1.4 -Pillow==10.4.* +Pillow==11.0.* pandas==2.2.* pdf2image==1.17.* pdfrw==0.4 From f20796e1d7ca59d126ccf0b52d9a4ebc1367e413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:18:17 +0100 Subject: [PATCH 03/14] Bump psycopg2 from 2.9.9 to 2.9.10 in /server (#263) Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.10. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index f4b01a46..50a428cc 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -34,7 +34,7 @@ tqdm==4.66.* websockets==13.* # deploy -psycopg2==2.9.9 +psycopg2==2.9.10 gunicorn==23.0.0 uvicorn[standard]==0.30.6 From 5de11c04b74cfaa2e09fd4be396b70008391b232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:19:56 +0100 Subject: [PATCH 04/14] Bump django-decorator-include from 3.0 to 3.2 in /server (#264) Bumps [django-decorator-include](https://github.com/twidi/django-decorator-include) from 3.0 to 3.2. - [Changelog](https://github.com/twidi/django-decorator-include/blob/main/CHANGELOG.rst) - [Commits](https://github.com/twidi/django-decorator-include/compare/3.0...3.2) --- updated-dependencies: - dependency-name: django-decorator-include dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 50a428cc..bac6bf44 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -7,7 +7,7 @@ channels==4.1.* channels_redis==4.2.* Django==4.2.* django-cors-headers==4.4.* -django-decorator-include==3.0 +django-decorator-include==3.2 django-extensions==3.2.* django-formset-js-improved django-multifactor==0.7.0 From 7bc1d46f2e6993ed1ed8c80bf75fc20478619df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:20:10 +0100 Subject: [PATCH 05/14] Bump django-multifactor from 0.7.0 to 0.7.2 in /server (#265) Bumps [django-multifactor](https://github.com/oliwarner/django-multifactor) from 0.7.0 to 0.7.2. - [Release notes](https://github.com/oliwarner/django-multifactor/releases) - [Commits](https://github.com/oliwarner/django-multifactor/compare/v0.7...v0.7.2) --- updated-dependencies: - dependency-name: django-multifactor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index bac6bf44..319a5a01 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -10,7 +10,7 @@ django-cors-headers==4.4.* django-decorator-include==3.2 django-extensions==3.2.* django-formset-js-improved -django-multifactor==0.7.0 +django-multifactor==0.7.2 djangorestframework==3.15.* emoji==2.14.* icalendar==5.0.* From 6a2a1679078012cca0722b5a3f496189fed1f31c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:20:24 +0100 Subject: [PATCH 06/14] Bump redis from 5.1.1 to 5.2.0 in /server (#266) Bumps [redis](https://github.com/redis/redis-py) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 319a5a01..94e87771 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -26,7 +26,7 @@ pdfrw==0.4 pyjwt==2.9.* python-dateutil==2.9.* pytz -redis==5.1.1 +redis==5.2.0 reportlab==4.2.* requests==2.32.* sentry-sdk==2.14.* From ac932b54a5456642cce09b67d0b62c8d3245c70a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:21:29 +0100 Subject: [PATCH 07/14] Bump pytest-cov from 5.0.0 to 6.0.0 in /server (#268) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 94e87771..4f313357 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -46,7 +46,7 @@ flake8==7.1.1 pytest==8.3.3 pytest-django==4.9.0 pytest-asyncio==0.24.0 -pytest-cov==5.0.0 +pytest-cov==6.0.0 pytest-rerunfailures==14.0 aioresponses==0.7.6 yappi==1.6.0 From 11d9ca3a6a9b4792105a28c8f7580a961af91ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:22:14 +0100 Subject: [PATCH 08/14] Update websockets requirement from ==13.* to ==14.* in /server (#270) Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/13.0...14.0) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 4f313357..92c92148 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -31,7 +31,7 @@ reportlab==4.2.* requests==2.32.* sentry-sdk==2.14.* tqdm==4.66.* -websockets==13.* +websockets==14.* # deploy psycopg2==2.9.10 From 86b73b819214cf18af5f2b26680321d256153bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:22:27 +0100 Subject: [PATCH 09/14] Update channels requirement from ==4.1.* to ==4.2.* in /server (#276) Updates the requirements on [channels](https://github.com/django/channels) to permit the latest version. - [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/4.1.0...4.2.0) --- updated-dependencies: - dependency-name: channels dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 92c92148..3637f871 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,7 +3,7 @@ aiofile==3.9.* aiohttp==3.10.10 beautifulsoup4==4.12.* celery==5.4.* -channels==4.1.* +channels==4.2.* channels_redis==4.2.* Django==4.2.* django-cors-headers==4.4.* From 096f3beb2be952fbb051af5be6df520a8443bf5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:22:51 +0100 Subject: [PATCH 10/14] Bump aioresponses from 0.7.6 to 0.7.7 in /server (#278) Bumps [aioresponses](https://github.com/pnuckowski/aioresponses) from 0.7.6 to 0.7.7. - [Release notes](https://github.com/pnuckowski/aioresponses/releases) - [Commits](https://github.com/pnuckowski/aioresponses/compare/0.7.6...0.7.7) --- updated-dependencies: - dependency-name: aioresponses dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 3637f871..7db81fe5 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -48,5 +48,5 @@ pytest-django==4.9.0 pytest-asyncio==0.24.0 pytest-cov==6.0.0 pytest-rerunfailures==14.0 -aioresponses==0.7.6 +aioresponses==0.7.7 yappi==1.6.0 From 8793c046c5b5f83ef80af49289eddc1c06c56281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:23:23 +0100 Subject: [PATCH 11/14] Update icalendar requirement from ==5.0.* to ==6.1.* in /server (#280) Updates the requirements on [icalendar](https://github.com/collective/icalendar) to permit the latest version. - [Release notes](https://github.com/collective/icalendar/releases) - [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst) - [Commits](https://github.com/collective/icalendar/compare/5.0.0a1...v6.1.0) --- updated-dependencies: - dependency-name: icalendar dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 7db81fe5..3dfc4165 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -13,7 +13,7 @@ django-formset-js-improved django-multifactor==0.7.2 djangorestframework==3.15.* emoji==2.14.* -icalendar==5.0.* +icalendar==6.1.* lxml==5.3.* matplotlib==3.9.* numpy==2.1.* From 4093eebed395162f45379ef5f24e7f531fc9b0d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:24:05 +0100 Subject: [PATCH 12/14] Bump aiohttp from 3.10.10 to 3.11.9 in /server (#287) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.10 to 3.11.9. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.10...v3.11.9) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 3dfc4165..eea2e518 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,6 +1,6 @@ # prod aiofile==3.9.* -aiohttp==3.10.10 +aiohttp==3.11.9 beautifulsoup4==4.12.* celery==5.4.* channels==4.2.* From e679842d83130f1f93924b813393bdfdf9629490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:37:48 +0100 Subject: [PATCH 13/14] Bump uvicorn[standard] from 0.30.6 to 0.32.1 in /server (#281) Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.30.6 to 0.32.1. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.30.6...0.32.1) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index eea2e518..af19589e 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -36,7 +36,7 @@ websockets==14.* # deploy psycopg2==2.9.10 gunicorn==23.0.0 -uvicorn[standard]==0.30.6 +uvicorn[standard]==0.32.1 # dev daphne==4.1.* From 63023950a46b17eac7315e254c5c91a05f88a419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:44:10 +0100 Subject: [PATCH 14/14] Update django-cors-headers requirement in /server (#267) Updates the requirements on [django-cors-headers](https://github.com/adamchainz/django-cors-headers) to permit the latest version. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.4.0...4.6.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index af19589e..4da993cd 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -6,7 +6,7 @@ celery==5.4.* channels==4.2.* channels_redis==4.2.* Django==4.2.* -django-cors-headers==4.4.* +django-cors-headers==4.6.* django-decorator-include==3.2 django-extensions==3.2.* django-formset-js-improved