diff --git a/poetry.lock b/poetry.lock index bde09e8..2abad72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1068,13 +1068,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] @@ -1247,4 +1247,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "94466d08c4c2a7bff927cd524bb781ef20c5688b8d3362307ca23df9b455cc2b" +content-hash = "2c033bb65fc85f11e538dd8882b566a05a461ea9b8de97ad910f71407d4976aa" diff --git a/pyproject.toml b/pyproject.toml index c3da3d9..02ef5fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pytest = "8.1.1" coverage = "7.4.4" pytest-django = "4.8.0" pre-commit = "3.5.0" -tox = "4.14.1" +tox = "4.14.2" tox-gh-actions = "3.2.0" beautifulsoup4 = "4.12.3"