From 190036f3da6818d507bb4f3d1a00298e9cf6a5b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:02:50 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [tox](https://github.com/tox-dev/tox) and [coverage](https://github.com/nedbat/coveragepy). Updates `tox` from 4.1.2 to 4.11.4 - [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.1.2...4.11.4) Updates `coverage` from 7.3.2 to 7.3.3 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.3.2...7.3.3) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements/build.txt | 2 +- requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index 213948b061..86e79b529a 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,4 +1,4 @@ # The build and tox versions specified here are also used as constraints # during CI and CD Github workflows build==1.0.3 -tox==4.1.2 +tox==4.11.4 diff --git a/requirements/test.txt b/requirements/test.txt index 3b4c4a3ba2..97f46038c0 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,4 +4,4 @@ -r pinned.txt # coverage measurement -coverage==7.3.2 +coverage==7.3.3