diff --git a/pyproject.toml b/pyproject.toml index cece53b..b29cf1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dev = [ "pytest-playwright>=0.7.0,<1.0.0", "playwright>=1.50.0,<2.0.0", # Code Quality - "black==26.3.0", + "black==26.3.1", "ruff>=0.14.0,<1.0.0", "isort>=5.13.0,<9.0.0", "mypy>=1.19.0,<2.0.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index a2c3c3e..4e97f33 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,8 +18,8 @@ pytest-playwright==0.7.2 playwright==1.58.0 # Code Quality -black==26.3.0 -ruff==0.15.5 +black==26.3.1 +ruff==0.15.6 isort>=5.13.0,<9.0.0 mypy==1.19.1