diff --git a/requirements.txt b/requirements.txt index 9dbd586..6ce46f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ versioneer>=0.18 robotframework>=3.2.1 -playwright==1.16.1 +playwright==1.17.1 pyppeteer==0.2.6 # git+https://github.com/qahive/pyppeteer.git@dev2 robotframework-libdoc2json>=0.4 diff --git a/setup.py b/setup.py index 3201958..dcfb9c2 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ platforms='any', install_requires=[ 'robotframework>=3.2.1', - 'playwright==1.16.1', + 'playwright==1.17.1', 'pyppeteer==0.2.6', ], python_requires='>3.6',