From 3819efc31948e1be545904f67f5a9566a7f349f8 Mon Sep 17 00:00:00 2001 From: Benjamin Pelletier Date: Mon, 18 May 2026 15:53:32 +0000 Subject: [PATCH 1/2] Update Python to 3.13.11 --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 20d3233b04..ddc58b71b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "monitoring" version = "0.1.0" description = "Monitoring framework to test UAS Service Suppliers" readme = "README.md" -requires-python = "==3.13.5" +requires-python = "==3.13.11" dependencies = [ "aiohttp", "arrow", diff --git a/uv.lock b/uv.lock index 91d1fbbecd..8059bbf6de 100644 --- a/uv.lock +++ b/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 3 -requires-python = "==3.13.5" +requires-python = "==3.13.11" resolution-markers = [ "sys_platform == 'win32'", "sys_platform == 'emscripten'", @@ -8,7 +8,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-05-05T08:21:47.595193653Z" +exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values. exclude-newer-span = "P7D" [[package]] From 34bea193168bcbd43ddb4c684f7ece0080434c5a Mon Sep 17 00:00:00 2001 From: Benjamin Pelletier Date: Mon, 18 May 2026 16:08:07 +0000 Subject: [PATCH 2/2] Update urllib3 --- uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uv.lock b/uv.lock index 8059bbf6de..e6dd9520a9 100644 --- a/uv.lock +++ b/uv.lock @@ -1840,11 +1840,11 @@ wheels = [ [[package]] name = "urllib3" -version = "2.6.3" +version = "2.7.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/c7/24/5f1b3bdffd70275f6661c76461e25f024d5a38a46f04aaca912426a2b1d3/urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", size = 435556, upload-time = "2026-01-07T16:24:43.925Z" } +sdist = { url = "https://files.pythonhosted.org/packages/53/0c/06f8b233b8fd13b9e5ee11424ef85419ba0d8ba0b3138bf360be2ff56953/urllib3-2.7.0.tar.gz", hash = "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c", size = 433602, upload-time = "2026-05-07T16:13:18.596Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/39/08/aaaad47bc4e9dc8c725e68f9d04865dbcb2052843ff09c97b08904852d84/urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4", size = 131584, upload-time = "2026-01-07T16:24:42.685Z" }, + { url = "https://files.pythonhosted.org/packages/7f/3e/5db95bcf282c52709639744ca2a8b149baccf648e39c8cc87553df9eae0c/urllib3-2.7.0-py3-none-any.whl", hash = "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897", size = 131087, upload-time = "2026-05-07T16:13:17.151Z" }, ] [[package]]