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