From 4e25a63df0021ae2896f3b5fc79caaa3e4545cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 02:42:58 +0000 Subject: [PATCH] chore(deps-dev): bump tox from 3.25.0 to 3.25.1 Bumps [tox](https://github.com/tox-dev/tox) from 3.25.0 to 3.25.1. - [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.0...3.25.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f3fd148..ee3f7c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -421,7 +421,7 @@ python-versions = ">=3.6" [[package]] name = "tox" -version = "3.25.0" +version = "3.25.1" description = "tox is a generic virtualenv management and test command line tool" category = "dev" optional = false @@ -521,7 +521,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "05a45285cd314e8c55ec0da5178ed55ed20dafea45cad2f5a84753b7f470a2ac" +content-hash = "6aac25e0396029acf068be6e2ba045f4138a7574e9fd1d107c768b8a2c825358" [metadata.files] atomicwrites = [ @@ -742,8 +742,8 @@ tomli = [ {file = "tomli-1.2.3.tar.gz", hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f"}, ] tox = [ - {file = "tox-3.25.0-py2.py3-none-any.whl", hash = "sha256:0805727eb4d6b049de304977dfc9ce315a1938e6619c3ab9f38682bb04662a5a"}, - {file = "tox-3.25.0.tar.gz", hash = "sha256:37888f3092aa4e9f835fc8cc6dadbaaa0782651c41ef359e3a5743fcb0308160"}, + {file = "tox-3.25.1-py2.py3-none-any.whl", hash = "sha256:c38e15f4733683a9cc0129fba078633e07eb0961f550a010ada879e95fb32632"}, + {file = "tox-3.25.1.tar.gz", hash = "sha256:c138327815f53bc6da4fe56baec5f25f00622ae69ef3fe4e1e385720e22486f9"}, ] tox-gh-actions = [ {file = "tox-gh-actions-2.9.1.tar.gz", hash = "sha256:2bbb681eccd3fd3573231a05f7acf228caae1e3f12397b5517b404417ab90aba"}, diff --git a/pyproject.toml b/pyproject.toml index 227e64e..912e342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pytest = "^7.0" black = {version = "^22.6", allow-prereleases = true} pytest-cov = "^3.0.0" pytest-mock = "^3.6.1" -tox = "^3.25.0" +tox = "^3.25.1" tox-gh-actions = "^2.6.0" [tool.black]