From 2a674119fbb8f06764591025e3d00b5cd9f8638f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:22:29 +0000 Subject: [PATCH] Bump pytest from 8.2.1 to 8.3.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.3.1. - [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.2.1...8.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8f6628a66..cf95a6457 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,5 +4,5 @@ sphinx-rtd-theme==2.0.0 invoke==2.2.0 jinja2==3.1.4 MarkupSafe==2.1.5 -pytest==8.2.1 +pytest==8.3.1 ansible==9.6.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 0a766587e..b72b4fd1b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ black==24.4.2 coveralls==4.0.1 ddt==1.7.2 flake8-import-order==0.18.2 -pytest==8.2.1 +pytest==8.3.1 pytest-cov==5.0.0 pytest-json-report==1.5.0 pyflakes==3.2.0