diff --git a/poetry.lock b/poetry.lock index 30e2545..cc7e83a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -628,7 +628,7 @@ python-versions = ">=3.7" [[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 @@ -710,7 +710,7 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", [metadata] lock-version = "1.1" python-versions = ">=3.8, <3.11" -content-hash = "d74b6c763d75d05154736bb14280fa148802132de8a7d53811de975dac32a445" +content-hash = "20e36e8b6b67e7848e467cccf01b137682cfc83f643c2d4346b239cea3c22deb" [metadata.files] anyio = [ @@ -1230,8 +1230,8 @@ tomli = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] 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"}, ] tqdm = [ {file = "tqdm-4.62.3-py2.py3-none-any.whl", hash = "sha256:8dd278a422499cd6b727e6ae4061c40b48fce8b76d1ccbf5d34fca9b7f925b0c"}, diff --git a/pyproject.toml b/pyproject.toml index 792e644..2480050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ mypy = "^0.960" pre-commit = "^2.19.0" pytest = "^7.1.2" pytest-cov = "^3.0.0" -tox = "^3.25.0" +tox = "^3.25.1" [build-system] requires = ["poetry-core>=1.0.0"]