Skip to content

Commit

Permalink
Increase max selenium version allowed (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Jan 18, 2023
1 parent 3ada0b4 commit 9fcad0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_version_data() -> dict:
"zope.testbrowser": ["zope.testbrowser>=5.5.1", "lxml>=4.2.4", "cssselect"],
"django": ["Django>=2.0.6", "lxml>=4.2.4", "cssselect"],
"flask": ["Flask>=2.0.2", "lxml>=4.2.4", "cssselect"],
"selenium": ["selenium>=4.1.0,<4.3.0"],
"selenium": ["selenium>=4.1.0,<4.5.0"],
},
tests_require=["coverage", "flask"],
)

0 comments on commit 9fcad0e

Please sign in to comment.