]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Bump pytest from 8.4.2 to 9.0.2 (#1780)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 24 Feb 2026 09:37:37 +0000 (10:37 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Feb 2026 09:37:37 +0000 (10:37 +0100)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.2.
- [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.4.2...9.0.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml
uv.lock

index 1a519bd2360f657b04c1125276d6414cdc694c31..d5a276aa17cc8d2c10cfc596139c1f451fec0ab3 100644 (file)
@@ -83,7 +83,7 @@ tests = [
     "jinja2==3.1.6",
     "mypy==1.19.1",
     "pre-commit>=2.17.0,<5.0.0",
-    "pytest>=7.0.1,<9.0.0",
+    "pytest>=7.0.1,<10.0.0",
     "ruff==0.15.2",
     "typing-extensions==4.15.0",
 ]
diff --git a/uv.lock b/uv.lock
index 8b6627db6109dfcbb97321f8b25d1180983ca763..43cdf41fc1079ccce45b58b1a13c7788addef158 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -1649,7 +1649,7 @@ wheels = [
 
 [[package]]
 name = "pytest"
-version = "8.4.2"
+version = "9.0.2"
 source = { registry = "https://pypi.org/simple" }
 dependencies = [
     { name = "colorama", marker = "sys_platform == 'win32'" },
@@ -1660,9 +1660,9 @@ dependencies = [
     { name = "pygments" },
     { name = "tomli", marker = "python_full_version < '3.11'" },
 ]
-sdist = { url = "https://files.pythonhosted.org/packages/a3/5c/00a0e072241553e1a7496d638deababa67c5058571567b92a7eaa258397c/pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01", size = 1519618, upload-time = "2025-09-04T14:34:22.711Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/d1/db/7ef3487e0fb0049ddb5ce41d3a49c235bf9ad299b6a25d5780a89f19230f/pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11", size = 1568901, upload-time = "2025-12-06T21:30:51.014Z" }
 wheels = [
-    { url = "https://files.pythonhosted.org/packages/a8/a4/20da314d277121d6534b3a980b29035dcd51e6744bd79075a6ce8fa4eb8d/pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79", size = 365750, upload-time = "2025-09-04T14:34:20.226Z" },
+    { url = "https://files.pythonhosted.org/packages/3b/ab/b3226f0bd7cdcf710fbede2b3548584366da3b19b5021e74f5bde2a8fa3f/pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b", size = 374801, upload-time = "2025-12-06T21:30:49.154Z" },
 ]
 
 [[package]]
@@ -2018,7 +2018,7 @@ dev = [
     { name = "pillow", specifier = "==12.1.1" },
     { name = "pre-commit", specifier = ">=2.17.0,<5.0.0" },
     { name = "prek", specifier = ">=0.2.24,<1.0.0" },
-    { name = "pytest", specifier = ">=7.0.1,<9.0.0" },
+    { name = "pytest", specifier = ">=7.0.1,<10.0.0" },
     { name = "pyyaml", specifier = ">=5.3.1,<7.0.0" },
     { name = "ruff", specifier = "==0.15.2" },
     { name = "typer", specifier = "==0.24.1" },
@@ -2055,7 +2055,7 @@ tests = [
     { name = "jinja2", specifier = "==3.1.6" },
     { name = "mypy", specifier = "==1.19.1" },
     { name = "pre-commit", specifier = ">=2.17.0,<5.0.0" },
-    { name = "pytest", specifier = ">=7.0.1,<9.0.0" },
+    { name = "pytest", specifier = ">=7.0.1,<10.0.0" },
     { name = "ruff", specifier = "==0.15.2" },
     { name = "typing-extensions", specifier = "==4.15.0" },
 ]