From 2cdc348ed1c46782dbf7c0e8e5ed8793d0250de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 19:01:51 +0000 Subject: [PATCH 1/2] build(deps): Bump django from 4.2.20 to 4.2.22 Bumps [django](https://github.com/django/django) from 4.2.20 to 4.2.22. - [Commits](https://github.com/django/django/compare/4.2.20...4.2.22) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 ++++---------- requirements_dev.txt | 28 +++++++++++++++------------- 2 files changed, 19 insertions(+), 23 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2c62f49..d0fce6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ contextlib2==0.6.0.post1 # via schema defusedxml==0.7.1 # via odfpy -django==4.2.20 +django==4.2.22 # via # -r requirements.in # django-bootstrap3 @@ -47,7 +47,7 @@ flattentool==0.26.0 # -r requirements.in # libcove # libcoveweb -gunicorn==23.0.0 +gunicorn[setproctitle]==23.0.0 # via -r requirements.in idna==3.7 # via requests @@ -72,9 +72,9 @@ libcove==0.32.1 # -r requirements.in # libcoveocds # libcoveweb -libcoveocds==0.16.5 +libcoveocds[perf,web]==0.16.5 # via -r requirements.in -libcoveweb @ git+https://github.com/jpmckinney/lib-cove-web.git@b2f7a6e1fa8d8cbaec574a38792dc3c6bb881eb4#egg=libcoveweb +libcoveweb @ git+https://github.com/jpmckinney/lib-cove-web.git@patch-2 # via -r requirements.in lxml==4.9.1 # via flattentool @@ -137,12 +137,6 @@ sentry-sdk==2.8.0 # via -r requirements.in setproctitle==1.3.3 # via gunicorn -setuptools==77.0.3 - # via - # zc-lockfile - # zc-zlibstorage - # zodbpickle - # zope-interface six==1.16.0 # via # bleach diff --git a/requirements_dev.txt b/requirements_dev.txt index a35bcd2..381e210 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -17,7 +17,9 @@ backports-datetime-fromisoformat==1.0.0 # -r requirements.txt # flattentool bleach==6.0.0 - # via -r requirements.txt + # via + # -r requirements.txt + # libcoveocds btrees==4.8.0 # via # -r requirements.txt @@ -55,10 +57,11 @@ defusedxml==0.7.1 # via # -r requirements.txt # odfpy -django==4.2.20 +django==4.2.22 # via # -r requirements.txt # django-bootstrap3 + # libcoveocds # libcoveweb django-bootstrap3==24.2 # via @@ -76,7 +79,7 @@ flattentool==0.26.0 # libcoveweb greenlet==3.2.3 # via playwright -gunicorn==23.0.0 +gunicorn[setproctitle]==23.0.0 # via -r requirements.txt hypothesis==6.72.4 # via -r requirements_dev.in @@ -115,9 +118,9 @@ libcove==0.32.1 # -r requirements.txt # libcoveocds # libcoveweb -libcoveocds==0.16.5 +libcoveocds[perf,web]==0.16.5 # via -r requirements.txt -libcoveweb @ git+https://github.com/jpmckinney/lib-cove-web.git@b2f7a6e1fa8d8cbaec574a38792dc3c6bb881eb4#egg=libcoveweb +libcoveweb @ git+https://github.com/jpmckinney/lib-cove-web.git@patch-2 # via -r requirements.txt libsass==0.20.1 # via -r requirements_dev.in @@ -126,7 +129,9 @@ lxml==4.9.1 # -r requirements.txt # flattentool markdown-it-py==2.2.0 - # via -r requirements.txt + # via + # -r requirements.txt + # libcoveocds markupsafe==2.1.2 # via # -r requirements.txt @@ -148,7 +153,9 @@ openpyxl==3.0.7 # -r requirements.txt # flattentool orjson==3.9.15 - # via -r requirements.txt + # via + # -r requirements.txt + # libcoveocds packaging==24.1 # via # -r requirements.txt @@ -227,14 +234,9 @@ schema==0.7.4 sentry-sdk==2.8.0 # via -r requirements.txt setproctitle==1.3.3 - # via -r requirements.txt -setuptools==77.0.3 # via # -r requirements.txt - # zc-lockfile - # zc-zlibstorage - # zodbpickle - # zope-interface + # gunicorn six==1.16.0 # via # -r requirements.txt From 8a745949543aae03e09877c4af13efe0b5d25e56 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 19:02:38 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_views.py b/tests/test_views.py index 68468d0..9e0e093 100644 --- a/tests/test_views.py +++ b/tests/test_views.py @@ -393,7 +393,7 @@ def test_url_input(server_url, client, filename, expected, not_expected, convers assert not file.getnext().text_content().startswith("0") assert "unflattened.json" if excel else "flattened.xlsx" in path assert file.text_content().startswith( - f"{'JSON' if excel else 'Excel Spreadsheet (.xlsx)'} " "(Converted from Original using schema version " + f"{'JSON' if excel else 'Excel Spreadsheet (.xlsx)'} (Converted from Original using schema version " )