From d931367d963c51ca3e13b70e66f1938fbe501a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:08:56 +0000 Subject: [PATCH] Bump pytest from 8.2.1 to 8.3.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.3.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.2.1...8.3.2) --- 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..4d02a0df3 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.2 ansible==9.6.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 0a766587e..c2694649c 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.2 pytest-cov==5.0.0 pytest-json-report==1.5.0 pyflakes==3.2.0