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>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-05 15:11:10 +00:00
committed by GitHub
parent 4a6f93e5ac
commit 39052af4e2
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- version list -->
## [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
+1 -1
View File
@@ -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