diff --git a/poetry.lock b/poetry.lock index 4877bf1..da1c1b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -712,13 +712,13 @@ files = [ [[package]] name = "tox" -version = "4.14.1" +version = "4.14.2" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.14.1-py3-none-any.whl", hash = "sha256:b03754b6ee6dadc70f2611da82b4ed8f625fcafd247e15d1d0cb056f90a06d3b"}, - {file = "tox-4.14.1.tar.gz", hash = "sha256:f0ad758c3bbf7e237059c929d3595479363c3cdd5a06ac3e49d1dd020ffbee45"}, + {file = "tox-4.14.2-py3-none-any.whl", hash = "sha256:2900c4eb7b716af4a928a7fdc2ed248ad6575294ed7cfae2ea41203937422847"}, + {file = "tox-4.14.2.tar.gz", hash = "sha256:0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104"}, ] [package.dependencies] @@ -806,4 +806,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "30457a42e7de279b81d40f0d554d9b7ff9ad2b0bac2a8bb0f2f943221d6491df" +content-hash = "0ceb64f45c23c3283ed5afa926ba6c8ac3620616e20a0a840b582d1322555c50" diff --git a/pyproject.toml b/pyproject.toml index 71ebfff..08a2814 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ requests = "^2.26.0" [tool.poetry.dev-dependencies] pytest = "^8.1" -tox = "^4.14.1" +tox = "^4.14.2" black = "^24.3" flake8 = "^7.0.0"