From 4a6f93e5acf5a2f7766e25444a20e11a5918a2b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 15:05:10 +0000 Subject: [PATCH 1/3] chore(deps): bump pytest from 7.4.4 to 9.0.2 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 9.0.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 35f9d01..d935452 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -48,7 +48,7 @@ prometheus-client==0.24.1 python-json-logger==2.0.7 # Development & Testing -pytest==7.4.4 +pytest==9.0.2 pytest-asyncio==0.23.3 pytest-cov==4.1.0 faker==22.6.0 From 39052af4e2a5df1dd29062b7dcced9b1f2f17baf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Apr 2026 15:11:10 +0000 Subject: [PATCH 2/3] fix: upgrade pytest-asyncio to 1.3.0 for pytest 9.x compatibility Agent-Logs-Url: https://github.com/christianlouis/InboxConverge/sessions/7634797f-a0bf-40e9-abd5-4504b7e4e357 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ backend/requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d014c..e81756d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [Unreleased] + +### Changed + +- Bumped `pytest` from 7.4.4 to 9.0.2 and `pytest-asyncio` from 0.23.3 to 1.3.0 to restore compatibility in the backend test suite. + ## v0.6.0 (2026-03-29) ### Chores diff --git a/backend/requirements.txt b/backend/requirements.txt index d935452..047c131 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -49,7 +49,7 @@ python-json-logger==2.0.7 # Development & Testing pytest==9.0.2 -pytest-asyncio==0.23.3 +pytest-asyncio==1.3.0 pytest-cov==4.1.0 faker==22.6.0 From 0521c97394ff3f4e909f9b463bd15958ac06b76f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Apr 2026 15:11:33 +0000 Subject: [PATCH 3/3] docs: fix CHANGELOG entry to only reference pytest-asyncio bump Agent-Logs-Url: https://github.com/christianlouis/InboxConverge/sessions/7634797f-a0bf-40e9-abd5-4504b7e4e357 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e81756d..a09c501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bumped `pytest` from 7.4.4 to 9.0.2 and `pytest-asyncio` from 0.23.3 to 1.3.0 to restore compatibility in the backend test suite. +- Bumped `pytest-asyncio` from 0.23.3 to 1.3.0 to restore compatibility with pytest 9.0.2 in the backend test suite. ## v0.6.0 (2026-03-29)