From 131c03f416fee962a896dc71cbff4cac80776c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:19:34 +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] --- requirements-ci.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 0d56dde5..f13c40ba 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -60,7 +60,7 @@ pyproject-api==1.8.0 # via tox pyproject-hooks==1.2.0 # via build -pytest==8.3.4 +pytest==8.3.5 # via # pytest-asyncio # pytest-django diff --git a/requirements-dev.txt b/requirements-dev.txt index 2d6bd1b6..ccf723ec 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -108,7 +108,7 @@ pyproject-api==1.8.0 # via tox pyproject-hooks==1.2.0 # via build -pytest==8.3.4 +pytest==8.3.5 # via # -r requirements-dev.in # pytest-asyncio