From 460db31fa69471cbc36eecd77eed78c2ec12581b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:46:35 +0200 Subject: [PATCH 1/2] Update python Docker tag to v3.13.5 (#453) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .python-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.python-version b/.python-version index 0d9339e..86f8c02 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13.4 +3.13.5 From f3c22c98531b47f33c41ec2c3669bf9c2f45ce32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:51:02 +0200 Subject: [PATCH 2/2] Update dependency pytest to v8.4.1 (#458) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements-test.txt b/app/requirements-test.txt index 08a0aaf..77b0b72 100644 --- a/app/requirements-test.txt +++ b/app/requirements-test.txt @@ -1,5 +1,5 @@ flake8==7.2.0 - pytest==8.4.0 + pytest==8.4.1 pytest-asyncio==1.0.0 pytest-cov==6.2.1 python-dotenv==1.1.0