Skip to content

Commit 2fe8baf

Browse files
committed
chore: Relax dependency constraints
1 parent 2c24bf4 commit 2fe8baf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ include = [
4343

4444
[tool.poetry.dependencies]
4545
python = "^3.7"
46-
pytest = "^6.0.0"
47-
pytest-base-url = "^2.0.0"
46+
pytest = ">=6.0.0"
47+
pytest-base-url = ">=2.0.0"
4848
pytest-html = ">=2.0.0"
49-
pytest-variables = "^2.0.0"
49+
pytest-variables = ">=2.0.0"
5050
requests = "^2.26.0"
5151
selenium = "^4.0.0"
52-
tenacity = "^6.0.0"
52+
tenacity = ">=6.0.0"
5353

54-
appium-python-client = { version = "^2.0.0", optional = true }
54+
appium-python-client = { version = ">=1.0.0", optional = true }
5555

5656
[tool.poetry.extras]
5757
appium = ["appium-python-client"]

0 commit comments

Comments
 (0)