From 4f63c2b8f4ea15b8c13384117bb07b2cc2ce49be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:07:53 +0000 Subject: [PATCH] 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index d4a204504..3061dfd64 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3764,14 +3764,14 @@ files = [ [[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 = ["main", "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] @@ -5668,4 +5668,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "b9b24e4b14f64163f8d087bc5f6bf94b2ed6ff81ff9bd3565e2ccbeb5a2508b5" +content-hash = "2c671b3173b514a061eeea4506d5188dbcc34c4c415a78663d6cc998489a1a47" diff --git a/pyproject.toml b/pyproject.toml index 4f312d4be..9a6d50f56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ marshmallow-enum = "^1.5.1" awscli = "^1.40.36" typing-extensions = "^4.15.0" aiohttp = "^3.12.15" -pytest = "^8.4.0" +pytest = "^8.4.2" [tool.poetry.group.dev.dependencies] @@ -99,7 +99,7 @@ jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} moto = "==5.1.11" pip-audit = "*" pre-commit = "^4.3.0" -pytest = "^8.4.0" +pytest = "^8.4.2" pytest-env = "^1.1.3" pytest-mock = "^3.14.1" pytest-cov = "^6.2.1"