From e4bce7868f3a7a5dc2c6f8005f45e0e4a21ef074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 17:57:14 +0000 Subject: [PATCH] Bump tox from 4.5.1 to 4.5.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.5.1 to 4.5.2. - [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.5.1...4.5.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ecb23709..d40566bc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ distlib==0.3.6 # via virtualenv django==4.2.1 # via -r requirements-dev.in -filelock==3.11.0 +filelock==3.12.0 # via # tox # virtualenv @@ -39,7 +39,7 @@ packaging==23.1 # pyproject-api # pytest # tox -platformdirs==3.2.0 +platformdirs==3.5.1 # via # tox # virtualenv @@ -61,9 +61,9 @@ pyyaml==6.0 # via pre-commit sqlparse==0.4.4 # via django -tox==4.5.1 +tox==4.5.2 # via -r requirements-dev.in -virtualenv==20.21.0 +virtualenv==20.23.0 # via # pre-commit # tox