From ec31ca1eac8a6a93de1fc4f82c13faf913724530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 23:06:14 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 8.4.1 to 8.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 8.4.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.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2d2fea0e..278cd757 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1282,14 +1282,14 @@ cp2110 = ["hidapi"] [[package]] name = "pytest" -version = "8.4.1" +version = "8.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" 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-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, + {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, ] [package.dependencies] @@ -1889,4 +1889,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "3.12.4" -content-hash = "9ff3ed6b0ea73e98ba4e96bc76b16c3097c41cccc0b56320cde7bf15342aa94a" +content-hash = "774023ac18f89ddc95f7917470198cc84cce4651917b16941d02313bca351525" diff --git a/pyproject.toml b/pyproject.toml index 5b49b116..446a0875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ semver = "3.0.4" black = "25.1.0" codespell = "2.4.1" coverage = "7.10.6" -pytest = "8.4.1" +pytest = "8.4.2" pytest-mock = "3.14.1" flake8 = "7.3.0" pep8-naming = "0.15.1"