diff --git a/requirements-ci.txt b/requirements-ci.txt index 1d71b948..dc079fa8 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -28,7 +28,7 @@ filelock==3.16.1 # via # tox # virtualenv -greenlet==3.1.1 +greenlet==3.2.4 # via playwright idna==3.10 # via requests @@ -54,13 +54,13 @@ platformdirs==4.3.6 # via # tox # virtualenv -playwright==1.48.0 +playwright==1.55.0 # via -r requirements-ci.in pluggy==1.5.0 # via # pytest # tox -pyee==12.0.0 +pyee==13.0.0 # via playwright pympler==1.1 # via asv diff --git a/tox.ini b/tox.ini index c735d883..a20d0b50 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ deps = # NOTE: Keep playwright is sync with the version in requirements-ci.txt # Othrwise we get error: # playwright._impl._errors.Error: BrowserType.launch: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium-1140/chrome-linux/chrome - playwright==1.48.0 + playwright==1.55.0 pydantic requests types-requests @@ -62,7 +62,7 @@ deps = pytest-asyncio syrupy # snapshot testing # NOTE: Keep playwright in sync with the version in requirements-ci.txt - playwright==1.48.0 + playwright==1.55.0 pydantic requests types-requests