From ad8f5addfe9fb76143e33d7ff429e9a28b3aa1e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:09:07 +0000 Subject: [PATCH] Bump tox from 4.6.3 to 4.6.4 Bumps [tox](https://github.com/tox-dev/tox) from 4.6.3 to 4.6.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.6.3...4.6.4) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cca8bf1d..e6e113e4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -39,11 +39,11 @@ packaging==23.1 # pyproject-api # pytest # tox -platformdirs==3.6.0 +platformdirs==3.8.1 # via # tox # virtualenv -pluggy==1.0.0 +pluggy==1.2.0 # via # pytest # tox @@ -61,7 +61,7 @@ pyyaml==6.0 # via pre-commit sqlparse==0.4.4 # via django -tox==4.6.3 +tox==4.6.4 # via -r requirements-dev.in virtualenv==20.23.1 # via