diff --git a/poetry.lock b/poetry.lock index 728e6f318..fb159e2fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5491,13 +5491,13 @@ files = [ [[package]] name = "tox" -version = "4.5.2" +version = "4.6.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.7" files = [ - {file = "tox-4.5.2-py3-none-any.whl", hash = "sha256:f1a9541b292aa0449f6c7bb67dc0073f25f9086413c3922fe47f5168cbf7b2f4"}, - {file = "tox-4.5.2.tar.gz", hash = "sha256:ad87fb7a10ef476afb6eb7e408808057f42976ef0d30ad5fe023099ba493ce58"}, + {file = "tox-4.6.0-py3-none-any.whl", hash = "sha256:4874000453e637a87ca892f9744a2ab9a7d24064dad1b0ecbf5a4c3c146cc732"}, + {file = "tox-4.6.0.tar.gz", hash = "sha256:954f1f647f67f481d239a193288983242a6152b67503c4a56b19a4aafaa29736"}, ] [package.dependencies] @@ -6022,4 +6022,4 @@ sqlserver = ["pyodbc"] [metadata] lock-version = "2.0" python-versions = ">=3.8, <4.0" -content-hash = "fcf8508f7a7b7bf5e0ca577a02b39a587f4baf74d9e1be330864618fbdb3d07f" +content-hash = "7c31a61342787d24f93b02f255bce2e2a88dc6cd9097f17609bee16f1292b4d5" diff --git a/pyproject.toml b/pyproject.toml index 3611fed1c..0b496db79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ pytest-rerunfailures = "^11.1" pytest-timeout = "^2.1.0" pytest-xdist = "^3.0.2" s3fs = "0.4.2" # Must be pinned to 0.4.2 -tox = "^4.5.0" +tox = "^4.6.0" # Docs bump2version = "^1.0.1"