From e126f4e78060ca731f64c577bb81d4ef0a012ea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 20:36:52 +0200 Subject: [PATCH] Update dependency pytest-asyncio to v1.1.0 (#476) * Update dependency pytest-asyncio to v1.1.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Stefan Allius --- CHANGELOG.md | 1 + app/requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa1173..eab61ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +- Update dependency pytest-asyncio to v1.1.0 - save task references, to avoid a task disappearing mid-execution - catch socket.gaierror exception and log this with info level - Update dependency coverage to v7.9.2 diff --git a/app/requirements-test.txt b/app/requirements-test.txt index 631e9c0..900e554 100644 --- a/app/requirements-test.txt +++ b/app/requirements-test.txt @@ -1,6 +1,6 @@ flake8==7.3.0 pytest==8.4.1 - pytest-asyncio==1.0.0 + pytest-asyncio==1.1.0 pytest-cov==6.2.1 python-dotenv==1.1.1 mock==5.2.0