From 8e3cf4c194f7a52cbb83efd7366f000500892695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:44:45 +0000 Subject: [PATCH] Bump the python group in /tests with 3 updates Bumps the python group in /tests with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [pytest-logger](https://github.com/aurzenligl/pytest-logger) and [pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra). Updates `pytest` from 6.2.5 to 8.3.4 - [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/6.2.5...8.3.4) Updates `pytest-logger` from 0.5.1 to 1.1.1 - [Changelog](https://github.com/aurzenligl/pytest-logger/blob/master/CHANGELOG) - [Commits](https://github.com/aurzenligl/pytest-logger/compare/0.5.1...1.1.1) Updates `pytest-testinfra` from 6.5.0 to 10.1.1 - [Release notes](https://github.com/pytest-dev/pytest-testinfra/releases) - [Changelog](https://github.com/pytest-dev/pytest-testinfra/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-testinfra/compare/6.5.0...10.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: pytest-logger dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: pytest-testinfra dependency-type: direct:production update-type: version-update:semver-major dependency-group: python ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index c81426fc..adb176ff 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ distro==1.9.0 -pytest==6.2.5 -pytest-logger==0.5.1 -pytest-testinfra==6.5.0 +pytest==8.3.4 +pytest-logger==1.1.1 +pytest-testinfra==10.1.1