pip-deps-dev(deps-dev): bump pytest from 8.3.3 to 8.3.5

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.5.
- [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.3...8.3.5)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 8.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-28 09:14:38 +00:00
committed by GitHub
parent 21015543e7
commit f6c6600d92
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -229,14 +229,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"]
[[package]]
name = "pytest"
version = "8.3.3"
version = "8.3.5"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.8"
groups = ["dev"]
files = [
{file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"},
{file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"},
{file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"},
{file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"},
]
[package.dependencies]
@@ -307,4 +307,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.11"
content-hash = "506f7a30bb0d3935299049809a8a4b3ce175e7da989be8bc7b57d4e857250c0b"
content-hash = "55dded1396830bf37143379d69443cd3e29bfdcd3418687d56f739c7975750f6"

View File

@@ -25,7 +25,7 @@ numpy = ">=2.0.0,<3.0.0"
[tool.poetry.group.dev.dependencies]
ruff = "^0.11.11"
mypy = "^1.15.0"
pytest = "^8.3.3"
pytest = "^8.3.5"
loguru = "^0.7.3"
[build-system]