Bump tox from 3.25.1 to 3.26.0 (#840)

Bumps [tox](https://github.com/tox-dev/tox) from 3.25.1 to 3.26.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.25.1...3.26.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-17 23:53:42 +02:00 коммит произвёл GitHub
Родитель 7cf6783516
Коммит 2626609f73
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 6 удалений

10
poetry.lock сгенерированный
Просмотреть файл

@ -887,7 +887,7 @@ python-versions = ">=3.6,<4.0"
[[package]]
name = "tox"
version = "3.25.1"
version = "3.26.0"
description = "tox is a generic virtualenv management and test command line tool"
category = "dev"
optional = false
@ -901,7 +901,7 @@ packaging = ">=14"
pluggy = ">=0.12.0"
py = ">=1.4.17"
six = ">=1.14.0"
toml = ">=0.9.4"
tomli = {version = ">=2.0.1", markers = "python_version >= \"3.7\" and python_version < \"3.11\""}
virtualenv = ">=16.0.0,<20.0.0 || >20.0.0,<20.0.1 || >20.0.1,<20.0.2 || >20.0.2,<20.0.3 || >20.0.3,<20.0.4 || >20.0.4,<20.0.5 || >20.0.5,<20.0.6 || >20.0.6,<20.0.7 || >20.0.7"
[package.extras]
@ -1024,7 +1024,7 @@ cache-seeded-file = ["zstandard"]
[metadata]
lock-version = "1.1"
python-versions = ">=3.7,<4"
content-hash = "29627c87a30d430744630294fe28ff1b39cb90a908ec1d891240d571245b147f"
content-hash = "2a556dda529b07c83a232bade76a5512591706aa21dd506e27b0cbf0568bb2d4"
[metadata.files]
aiohttp = [
@ -1698,8 +1698,8 @@ tomlkit = [
{file = "tomlkit-0.11.1.tar.gz", hash = "sha256:61901f81ff4017951119cd0d1ed9b7af31c821d6845c8c477587bbdcd5e5854e"},
]
tox = [
{file = "tox-3.25.1-py2.py3-none-any.whl", hash = "sha256:c38e15f4733683a9cc0129fba078633e07eb0961f550a010ada879e95fb32632"},
{file = "tox-3.25.1.tar.gz", hash = "sha256:c138327815f53bc6da4fe56baec5f25f00622ae69ef3fe4e1e385720e22486f9"},
{file = "tox-3.26.0-py2.py3-none-any.whl", hash = "sha256:bf037662d7c740d15c9924ba23bb3e587df20598697bb985ac2b49bdc2d847f6"},
{file = "tox-3.26.0.tar.gz", hash = "sha256:44f3c347c68c2c68799d7d44f1808f9d396fc8a1a500cbc624253375c7ae107e"},
]
typing-extensions = [
{file = "typing_extensions-4.1.1-py3-none-any.whl", hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"},

Просмотреть файл

@ -38,7 +38,7 @@ json-e = "^4.4.3"
[tool.poetry.dev-dependencies]
pre-commit = "^2.20"
pytest = "^7.1"
tox = "^3.25"
tox = "^3.26"
responses = "^0.20"
sphinx = "^5.0.2"