Bump tox from 3.23.1 to 3.24.0 (#102)

Bumps [tox](https://github.com/tox-dev/tox) from 3.23.1 to 3.24.0.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.23.1...3.24.0)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-07-14 21:17:45 -04:00 committed by GitHub
parent 579a95001a
commit d5833d4596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -330,7 +330,7 @@ python-versions = "*"
[[package]]
name = "tox"
version = "3.23.1"
version = "3.24.0"
description = "tox is a generic virtualenv management and test command line tool"
category = "dev"
optional = false
@ -401,7 +401,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "9ea35e2c05bf95ca1dfd825c30a8f211b5b12ff2457d09caf87ec52954c84f70"
content-hash = "cd71b59aa3b2f7d21e1489f43927516f276326a691ba6b08e4175b33df594a4c"
[metadata.files]
appdirs = [
@ -631,8 +631,8 @@ toml = [
{file = "toml-0.10.1.tar.gz", hash = "sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f"},
]
tox = [
{file = "tox-3.23.1-py2.py3-none-any.whl", hash = "sha256:b0b5818049a1c1997599d42012a637a33f24c62ab8187223fdd318fa8522637b"},
{file = "tox-3.23.1.tar.gz", hash = "sha256:307a81ddb82bd463971a273f33e9533a24ed22185f27db8ce3386bff27d324e3"},
{file = "tox-3.24.0-py2.py3-none-any.whl", hash = "sha256:c990028355f0d0b681e3db9baa89dd9f839a6e999c320029339f6a6b36160591"},
{file = "tox-3.24.0.tar.gz", hash = "sha256:67636634df6569e450c4bc18fdfd8b84d7903b3902d5c65416eb6735f3d4afb8"},
]
typed-ast = [
{file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:2068531575a125b87a41802130fa7e29f26c09a2833fea68d9a40cf33902eba6"},

View File

@ -38,7 +38,7 @@ black = { version = "^21.6b0", python = "^3.7" }
mypy = "0.910"
pre-commit = "^2.13"
bw_sphinxtheme = "^0.1.8"
tox = "^3.23"
tox = "^3.24"
[build-system]
requires = ["poetry-core>=1.0.0"]