Merge pull request #135 from christianlouis/dependabot/pip/backend/pytest-9.0.2

chore(deps): bump pytest from 7.4.4 to 9.0.2 in /backend
This commit is contained in:
Christian Krakau-Louis
2026-04-05 17:35:02 +02:00
committed by GitHub
2 changed files with 8 additions and 2 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-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)
### Chores
+2 -2
View File
@@ -48,8 +48,8 @@ prometheus-client==0.24.1
python-json-logger==2.0.7
# Development & Testing
pytest==7.4.4
pytest-asyncio==0.23.3
pytest==9.0.2
pytest-asyncio==1.3.0
pytest-cov==4.1.0
faker==22.6.0