From 89743f9d1ab4aaced71b928d19a8bd71a303172e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 17:56:46 +0000 Subject: [PATCH] Bump tox from 4.4.11 to 4.4.12 Bumps [tox](https://github.com/tox-dev/tox) from 4.4.11 to 4.4.12. - [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.4.11...4.4.12) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ce34c29a..a8157bef 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ distlib==0.3.6 # via virtualenv django==4.2 # via -r requirements-dev.in -filelock==3.10.7 +filelock==3.11.0 # via # tox # virtualenv @@ -61,7 +61,7 @@ pyyaml==6.0 # via pre-commit sqlparse==0.4.3 # via django -tox==4.4.11 +tox==4.4.12 # via -r requirements-dev.in virtualenv==20.21.0 # via