meta: Relax Playwright dependency version
Playright needs to be updated frequently in order to update its Firefox build. The Chase website has a very strict browser support policy, and frequently drops support for old Firefox versions.
This commit is contained in:
@@ -11,7 +11,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
]
|
||||
dependencies = [
|
||||
"playwright~=1.32.1",
|
||||
"playwright~=1.32",
|
||||
"requests~=2.29.0",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
Reference in New Issue
Block a user