Skip to content

Commit fe99a52

Browse files
Bump pytest from 8.4.1 to 9.0.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2edd64e commit fe99a52

2 files changed

Lines changed: 21 additions & 15 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dev = [
5555
"pre-commit>=4.0.0",
5656

5757
# Testing
58-
"pytest>=8.0.0",
58+
"pytest>=9.0.3",
5959
"pytest-asyncio>=0.24.0",
6060
"pytest-cov>=6.0.0",
6161
"httpx>=0.28.0",
@@ -196,7 +196,7 @@ dev = [
196196
"httpx>=0.28.1",
197197
"mypy>=1.17.1",
198198
"pre-commit>=4.2.0",
199-
"pytest>=8.4.1",
199+
"pytest>=9.0.3",
200200
"pytest-asyncio>=1.1.0",
201201
"pytest-cov>=6.2.1",
202202
"pyyaml>=6.0.2",

0 commit comments

Comments
 (0)