Skip to content

Commit 804c136

Browse files
deps-dev(deps-dev): bump pytest from 7.4.4 to 8.4.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.4.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.4...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5ae810 commit 804c136

2 files changed

Lines changed: 16 additions & 15 deletions

File tree

poetry.lock

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ all = ["fastapi"]
4848

4949
[tool.poetry.group.dev.dependencies]
5050
# Testing framework and plugins
51-
pytest = "^7.0.0"
51+
pytest = ">=7,<9"
5252
pytest-asyncio = "^0.23.8"
5353
pytest-cov = "^4.1.0"
5454
httpx = "^0.28.1" # Required for FastAPI TestClient in integration tests
@@ -75,7 +75,7 @@ twine = "^6.1.0"
7575

7676
[tool.poetry.group.test.dependencies]
7777
# Test-specific dependencies that might be needed in CI
78-
pytest = "^7.0.0"
78+
pytest = ">=7,<9"
7979
pytest-asyncio = "^0.23.8"
8080
pytest-cov = "^4.1.0"
8181
httpx = "^0.28.1"

0 commit comments

Comments
 (0)