From 162189b648da00e2c49a0eca83bcbce20bab8d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 17:01:06 +0000 Subject: [PATCH] Bump tox from 4.1.1 to 4.4.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.1.1 to 4.4.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.1.1...4.4.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c0dbcce5..91e83962 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ asgiref==3.6.0 # via django attrs==22.2.0 # via pytest -cachetools==5.2.0 +cachetools==5.3.0 # via tox cfgv==3.3.1 # via pre-commit @@ -20,7 +20,7 @@ distlib==0.3.6 # via virtualenv django==4.1.5 # via -r requirements-dev.in -filelock==3.8.2 +filelock==3.9.0 # via # tox # virtualenv @@ -36,12 +36,12 @@ mccabe==0.7.0 # via flake8 nodeenv==1.7.0 # via pre-commit -packaging==22.0 +packaging==23.0 # via # pyproject-api # pytest # tox -platformdirs==2.6.0 +platformdirs==2.6.2 # via # tox # virtualenv @@ -55,7 +55,7 @@ pycodestyle==2.10.0 # via flake8 pyflakes==3.0.1 # via flake8 -pyproject-api==1.2.1 +pyproject-api==1.5.0 # via tox pytest==7.2.1 # via -r requirements-dev.in @@ -63,7 +63,7 @@ pyyaml==6.0 # via pre-commit sqlparse==0.4.3 # via django -tox==4.1.1 +tox==4.4.2 # via -r requirements-dev.in virtualenv==20.17.1 # via