From 3086a78ac06b58b28ed28eac212ccf34464ed109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:00:25 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 8.3.4 to 8.3.5 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 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.4...8.3.5) --- updated-dependencies: - dependency-name: pytest 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 8b11c79..473ebd8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -391,13 +391,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pytest" -version = "8.3.4" +version = "8.3.5" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, - {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, + {file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"}, + {file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"}, ] [package.dependencies] @@ -674,4 +674,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "00302c02a0a607358a7c94899e10e8de13ec10ddcb810435f56a872e7b8bce9e" +content-hash = "c57d03a5538ed15248e6dfd1c37a34c39d61922f15bc65de3e5b2ea9353eab2f" diff --git a/pyproject.toml b/pyproject.toml index 76fd164..ab0f915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ profile = "black" [tool.poetry.dev-dependencies] freezegun = "^1.5.1" pre-commit = "^4.1.0" -pytest = "^8.3.4" +pytest = "^8.3.5" pytest-cov = "^6.0.0" pytest-responses = "^0.5.1" responses = "^0.25.3"