diff --git a/pyproject.toml b/pyproject.toml index 10aed09..176fbf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,12 +62,12 @@ doc = [ "pygments==2.20.0", "python-dateutil==2.9.0.post0", "pytz==2026.2", - "tox==4.54.0", + "tox==4.55.0", "regex==2026.5.9", "watchdog==6.0.0" ] publish = [ - "tox==4.54.0" + "tox==4.55.0" ] test = [ "pytest==9.0.3", @@ -75,7 +75,7 @@ test = [ "pytest-xdist==3.8.0", "requests-mock[fixture]==1.12.1", "syrupy==5.2.0", - "tox==4.54.0" + "tox==4.55.0" ] [project.urls] diff --git a/requirements.in b/requirements.in index 13a2179..4e88f04 100644 --- a/requirements.in +++ b/requirements.in @@ -33,7 +33,7 @@ regex==2026.5.9 watchdog==6.0.0 # Optional dependencies: publish -tox==4.54.0 +tox==4.55.0 # Optional dependencies: test pytest==9.0.3