From 9970c3ba8ec3a12fa4c90714c84447cf114e102d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:12:27 +0000 Subject: [PATCH] chore: bump the python-test-dependencies group in /tests with 2 updates Bumps the python-test-dependencies group in /tests with 2 updates: [filelock](https://github.com/tox-dev/py-filelock) and [pytest](https://github.com/pytest-dev/pytest). Updates `filelock` from 3.14.0 to 3.15.1 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.14.0...3.15.1) Updates `pytest` from 8.2.1 to 8.2.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.2.2) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-test-dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-test-dependencies ... Signed-off-by: dependabot[bot] --- tests/requirements_py3.in | 4 ++-- tests/requirements_py3.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/requirements_py3.in b/tests/requirements_py3.in index ed4fd1993a..a9544026bf 100644 --- a/tests/requirements_py3.in +++ b/tests/requirements_py3.in @@ -1,5 +1,5 @@ -filelock==3.14.0 -pytest==8.2.1 +filelock==3.15.1 +pytest==8.2.2 pytest-html==4.1.1 pytest-metadata==3.1.1 pytest-xdist==3.6.1 diff --git a/tests/requirements_py3.txt b/tests/requirements_py3.txt index e2e78f8fb3..d2b70f0c21 100644 --- a/tests/requirements_py3.txt +++ b/tests/requirements_py3.txt @@ -12,7 +12,7 @@ exceptiongroup==1.1.3 # via pytest execnet==2.1.1 # via pytest-xdist -filelock==3.14.0 +filelock==3.15.1 # via -r requirements_py3.in idna==3.7 # via requests @@ -26,7 +26,7 @@ packaging==23.1 # via pytest pluggy==1.5.0 # via pytest -pytest==8.2.1 +pytest==8.2.2 # via # -r requirements_py3.in # pytest-html