From 487af72d6a613169b726031c6f21cda62b08b455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:03:54 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 8.4.1 to 9.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 9.0.1. - [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.1...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 25eb6fd..812ee4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -743,21 +743,21 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.4.1" +version = "9.0.1" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, - {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, + {file = "pytest-9.0.1-py3-none-any.whl", hash = "sha256:67be0030d194df2dfa7b556f2e56fb3c3315bd5c8822c6951162b92b32ce7dad"}, + {file = "pytest-9.0.1.tar.gz", hash = "sha256:3e9c069ea73583e255c3b21cf46b8d3c56f6e3a1a8f6da94ccb0fcf57b9d73c8"}, ] [package.dependencies] colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1", markers = "python_version < \"3.11\""} -iniconfig = ">=1" -packaging = ">=20" +iniconfig = ">=1.0.1" +packaging = ">=22" pluggy = ">=1.5,<2" pygments = ">=2.7.2" tomli = {version = ">=1", markers = "python_version < \"3.11\""} @@ -1144,4 +1144,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "7378a00bfdadce6524eced9168c2c543339199e6c08776626934d9e5018c7632" +content-hash = "2a2cca185d73efd7db8f2ac26b44fc1fae1e19f20d5d3be52b828e6bcc72df06" diff --git a/pyproject.toml b/pyproject.toml index 47aff19..7ea0276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ ruff = "0.12.11" mypy = "1.10.1" django-stubs = { extras = ["compatible-mypy"], version = "5.0.2" } freezegun = "1.5.5" -pytest = "8.4.1" +pytest = "9.0.1" python-semantic-release = "^9.8.5" [tool.ruff]