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]