Skip to content

Commit

Permalink
Merge pull request #37 from UWIT-IAM/GH-36
Browse files Browse the repository at this point in the history
Allow uw-webdriver-recorder to install python >= 3.8 and < 4.0. The latest version of pytest might be needed, and needs this newer version.
  • Loading branch information
goulter authored Jul 20, 2023
2 parents a260ecf + 2c4b4b9 commit 281c2dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "uw-webdriver-recorder"
# This version string is typically managed by the CI workflow,
# and is changed anytime `poetry version [new version]` is run.
# Do not revert this manually.
version = "5.0.6"
version = "5.0.7"
description = "A pytest plugin for recording screenshots of selenium interactions, with other convenient features too."
authors = ["Tom Thorogood <[email protected]>"]
license = "Apache Software License 3.0"
Expand All @@ -19,7 +19,7 @@ packages = [
"uw-webdriver-recorder" = "webdriver_recorder.plugin"

[tool.poetry.dependencies]
python = ">=3.7,<3.11"
python = "^3.8" # allow us to go >=3.8 and < 4.0
pytest = ">=6.2.4"
Jinja2 = "^3.0.1"
selenium = "^4.1.0"
Expand Down

0 comments on commit 281c2dc

Please sign in to comment.