aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-10 14:48:21 +0000
committerGravatar GitHub <[email protected]>2025-11-10 14:48:21 +0000
commitde94e329cbc39fbad143178f8dfc921f909f1fbe (patch)
tree68f4bba0eba0ceddd4d8fa1efb187277a47facf1 /pyproject.toml
parentHandle closed DMs in paste uploader (#3434) (diff)
Bump pytest from 8.3.4 to 9.0.0dependabot/uv/pytest-9.0.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 9.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b37ed7581..802da11a0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,7 +39,7 @@ dev = [
"coverage==7.11.0",
"httpx==0.28.1",
"pre-commit==4.1.0",
- "pytest==8.3.4",
+ "pytest==9.0.0",
"pytest-cov==7.0.0",
"pytest-subtests==0.14.1",
"pytest-xdist==3.6.1",