From 85638566aa84276df7733705151b2d384997fa92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 04:03:47 +0000 Subject: [PATCH 1/2] Bump requests from 2.33.0 to 2.34.0 in /backend Bumps [requests](https://github.com/psf/requests) from 2.33.0 to 2.34.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.0...v2.34.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 431eafc4c7..5aee8a095e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "certifi==2024.7.4", "chardet==5.2.0", "idna==3.7", - "requests==2.33.0", + "requests==2.34.0", "urllib3==2.6.3", "aniso8601==9.0.1", "whitenoise==6.7.0", From d08379642fee733f132c49a297266aefdc0bcd6a Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 22:11:10 +0000 Subject: [PATCH 2/2] Update uv.lock for requests 2.34.0 Co-authored-by: Marco Acierno --- backend/uv.lock | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/backend/uv.lock b/backend/uv.lock index 9bd0ce6468..7e2d779088 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -2,17 +2,16 @@ version = 1 revision = 3 requires-python = ">=3.13.5" resolution-markers = [ - "python_full_version < '3.14' and sys_platform == 'darwin'", "python_full_version >= '3.14' and sys_platform == 'darwin'", - "python_version < '0'", - "python_full_version < '3.14' and platform_machine == 'aarch64' and sys_platform == 'linux'", + "python_full_version < '3.14' and sys_platform == 'darwin'", "python_full_version >= '3.14' and platform_machine == 'aarch64' and sys_platform == 'linux'", - "python_full_version < '3.14' and sys_platform == 'win32'", - "python_full_version < '3.14' and sys_platform == 'emscripten'", - "(python_full_version < '3.14' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.14' and sys_platform != 'darwin' and sys_platform != 'emscripten' and sys_platform != 'linux' and sys_platform != 'win32')", + "python_full_version < '3.14' and platform_machine == 'aarch64' and sys_platform == 'linux'", "python_full_version >= '3.14' and sys_platform == 'win32'", "python_full_version >= '3.14' and sys_platform == 'emscripten'", "(python_full_version >= '3.14' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'emscripten' and sys_platform != 'linux' and sys_platform != 'win32')", + "python_full_version < '3.14' and sys_platform == 'win32'", + "python_full_version < '3.14' and sys_platform == 'emscripten'", + "(python_full_version < '3.14' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.14' and sys_platform != 'darwin' and sys_platform != 'emscripten' and sys_platform != 'linux' and sys_platform != 'win32')", ] [[package]] @@ -266,7 +265,7 @@ requires-dist = [ { name = "pyjwt", specifier = ">=2.8.0" }, { name = "pypdf", specifier = ">=6.10.2" }, { name = "redis", extras = ["hiredis"], specifier = "==5.0.2" }, - { name = "requests", specifier = "==2.33.0" }, + { name = "requests", specifier = "==2.34.0" }, { name = "scikit-learn", specifier = ">=1.5.0" }, { name = "sentence-transformers", specifier = ">=3.0.0" }, { name = "sentry-sdk", specifier = ">=2.14.0" }, @@ -278,7 +277,7 @@ requires-dist = [ { name = "urllib3", specifier = "==2.6.3" }, { name = "uwsgi", specifier = "==2.0.30" }, { name = "wagtail", specifier = "==7.2.3" }, - { name = "wagtail-factories", specifier = "==4.2.1" }, + { name = "wagtail-factories", specifier = "==4.4.0" }, { name = "wagtail-headless-preview", specifier = "==0.8.0" }, { name = "wagtail-localize", specifier = "==1.13" }, { name = "weasyprint", specifier = ">=63.1" }, @@ -302,7 +301,7 @@ dev = [ { name = "requests-mock", specifier = ">=1.11.0,<2.0.0" }, { name = "time-machine", specifier = ">=2.13.0,<3.0.0" }, { name = "typer", specifier = ">=0.12.3" }, - { name = "wagtail-factories", specifier = ">=4.1.0,<5.0.0" }, + { name = "wagtail-factories", specifier = ">=4.4.0,<5.0.0" }, { name = "websockets", specifier = ">=12.0" }, ] @@ -2373,7 +2372,7 @@ name = "pexpect" version = "4.9.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "ptyprocess", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, + { name = "ptyprocess" }, ] sdist = { url = "https://files.pythonhosted.org/packages/42/92/cc564bf6381ff43ce1f4d06852fc19a2f11d180f23dc32d9588bee2f149d/pexpect-4.9.0.tar.gz", hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f", size = 166450, upload-time = "2023-11-25T09:07:26.339Z" } wheels = [ @@ -2969,7 +2968,7 @@ wheels = [ [[package]] name = "requests" -version = "2.33.0" +version = "2.34.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "certifi" }, @@ -2977,9 +2976,9 @@ dependencies = [ { name = "idna" }, { name = "urllib3" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/34/64/8860370b167a9721e8956ae116825caff829224fbca0ca6e7bf8ddef8430/requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652", size = 134232, upload-time = "2026-03-25T15:10:41.586Z" } +sdist = { url = "https://files.pythonhosted.org/packages/43/b8/7a707d60fea4c49094e40262cc0e2ca6c768cca21587e34d3f705afec47e/requests-2.34.0.tar.gz", hash = "sha256:7d62fe92f50eb82c529b0916bb445afa1531a566fc8f35ffdc64446e771b856a", size = 142436, upload-time = "2026-05-11T19:29:51.717Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/56/5d/c814546c2333ceea4ba42262d8c4d55763003e767fa169adc693bd524478/requests-2.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b", size = 65017, upload-time = "2026-03-25T15:10:40.382Z" }, + { url = "https://files.pythonhosted.org/packages/ef/e6/e300fce5fe83c30520607a015dabd985df3251e188d234bfe9492e17a389/requests-2.34.0-py3-none-any.whl", hash = "sha256:917520a21b767485ce7c588f4ebb917c436b24a31231b44228715eaeb5a52c60", size = 73021, upload-time = "2026-05-11T19:29:49.923Z" }, ] [[package]] @@ -3679,15 +3678,15 @@ wheels = [ [[package]] name = "wagtail-factories" -version = "4.2.1" +version = "4.4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "factory-boy" }, { name = "wagtail" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d1/74/9d958709e7b9a0f637b05c73ce66126f962bc47f7fb00ade12d5155214ba/wagtail_factories-4.2.1.tar.gz", hash = "sha256:bfe158092982a2b30a3e603c482242905df0b163fc69573fa6f159df482175c5", size = 9516, upload-time = "2024-05-26T11:24:14.039Z" } +sdist = { url = "https://files.pythonhosted.org/packages/42/8c/2ece22c2757bb3f6ef34f36cf185246b136134cf594b7b1dde92cb0a331f/wagtail_factories-4.4.0.tar.gz", hash = "sha256:c77c13d438a2e999a9220ff1829f060116013aa519a81944577353f460ba8cba", size = 9939, upload-time = "2026-02-10T15:14:13.7Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/72/b9/11450ece998472b441ae9572f476c3ebd862869907a4a2eedc9d80727cc3/wagtail_factories-4.2.1-py2.py3-none-any.whl", hash = "sha256:7a180fc1b074af7a78648c634740ee89d4dbb45899917744b66431d38155b6ae", size = 10560, upload-time = "2024-05-26T11:24:12.176Z" }, + { url = "https://files.pythonhosted.org/packages/4c/85/bd5aeaa54a10b6defca927f75bc3890acb7c3a9a23df8e10f3aa42e75807/wagtail_factories-4.4.0-py2.py3-none-any.whl", hash = "sha256:be0abb96d36bf0e3c733d7520fc1944441a379ab06d93af447fc4e71b67e2a01", size = 10754, upload-time = "2026-02-10T15:14:12.773Z" }, ] [[package]]