We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a260ecf commit 2c4b4b9Copy full SHA for 2c4b4b9
pyproject.toml
@@ -3,7 +3,7 @@ name = "uw-webdriver-recorder"
3
# This version string is typically managed by the CI workflow,
4
# and is changed anytime `poetry version [new version]` is run.
5
# Do not revert this manually.
6
-version = "5.0.6"
+version = "5.0.7"
7
description = "A pytest plugin for recording screenshots of selenium interactions, with other convenient features too."
8
authors = ["Tom Thorogood <[email protected]>"]
9
license = "Apache Software License 3.0"
@@ -19,7 +19,7 @@ packages = [
19
"uw-webdriver-recorder" = "webdriver_recorder.plugin"
20
21
[tool.poetry.dependencies]
22
-python = ">=3.7,<3.11"
+python = "^3.8" # allow us to go >=3.8 and < 4.0
23
pytest = ">=6.2.4"
24
Jinja2 = "^3.0.1"
25
selenium = "^4.1.0"
0 commit comments