Bump tox from 3.26.0 to 3.27.0 (#247)

Bumps [tox](https://github.com/tox-dev/tox) from 3.26.0 to 3.27.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.26.0...3.27.0)

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

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

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] 2022-10-26 20:41:39 -04:00 committed by GitHub
parent 16611a9e2e
commit 2fa08d82be
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

@ -326,7 +326,7 @@ python-versions = ">=3.7"
[[package]]
name = "tox"
version = "3.26.0"
version = "3.27.0"
description = "tox is a generic virtualenv management and test command line tool"
category = "dev"
optional = false
@ -375,7 +375,7 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)",
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "54328d249477af7ae3803a65f8e76dcaf00bdfd3462987aa99cac3c8aa57ec77"
content-hash = "95ff5332e49d3ba4d90e1599442bf33fb261afc73980bc44447f35107b57962a"
[metadata.files]
attrs = [
@ -612,8 +612,8 @@ tomli = [
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
]
tox = [
{file = "tox-3.26.0-py2.py3-none-any.whl", hash = "sha256:bf037662d7c740d15c9924ba23bb3e587df20598697bb985ac2b49bdc2d847f6"},
{file = "tox-3.26.0.tar.gz", hash = "sha256:44f3c347c68c2c68799d7d44f1808f9d396fc8a1a500cbc624253375c7ae107e"},
{file = "tox-3.27.0-py2.py3-none-any.whl", hash = "sha256:89e4bc6df3854e9fc5582462e328dd3660d7d865ba625ae5881bbc63836a6324"},
{file = "tox-3.27.0.tar.gz", hash = "sha256:d2c945f02a03d4501374a3d5430877380deb69b218b1df9b7f1d2f2a10befaf9"},
]
typing-extensions = [
{file = "typing_extensions-4.1.1-py3-none-any.whl", hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"},

View File

@ -39,7 +39,7 @@ black = { version = "^22.10", python = "^3.7" }
mypy = "0.982"
pre-commit = "^2.20"
bw_sphinxtheme = "^0.1.8"
tox = "^3.26"
tox = "^3.27"
[build-system]
requires = ["poetry-core>=1.0.0"]