diff --git a/requirements.txt b/requirements.txt index 44bcc8b..0211bbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ versioneer>=0.18 robotframework>=3.2.1 -playwright==1.22.0 +playwright==1.31.1 pyppeteer==1.0.2 robotframework-libdoc2json>=0.4 diff --git a/setup.py b/setup.py index caf3991..490ed92 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ platforms='any', install_requires=[ 'robotframework>=3.2.1', - 'playwright==1.22.0', + 'playwright==1.31.1', 'pyppeteer==1.0.2', ], python_requires='>3.6',