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.master
parent
6999bd4ac5
commit
082a5fa4f9
|
@ -11,7 +11,7 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"playwright~=1.32.1",
|
"playwright~=1.32",
|
||||||
"requests~=2.29.0",
|
"requests~=2.29.0",
|
||||||
]
|
]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
Loading…
Reference in New Issue