From f41d7cf8ed17331c938bc5161c8c30d2d92b46b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:32:17 +0000 Subject: [PATCH 1/2] Bump tox from 4.15.0 to 4.15.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.15.0 to 4.15.1. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.15.0...4.15.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c0f0f9c..7308f79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ mypy==1.10.0 pylint==3.2.2 bandit==1.7.8 pydocstringformatter==0.7.3 -tox==4.15.0 +tox==4.15.1 codespell==2.3.0 # package dependencies From 10c74d247bc1ffb693978b9d42f5ebb6dc9f16ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:32:22 +0000 Subject: [PATCH 2/2] Bump pytest from 8.2.1 to 8.2.2 Bumps [pytest](https://github.com/pytest-dev/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: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c0f0f9c..8c62f8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # dev and test # ------------ -pytest==8.2.1 +pytest==8.2.2 pytest_mock==3.14.0 # Code linters, formatters, and security scanners