Skip to content

Commit 47fa838

Browse files
authored
chore: Relax dependency constraints (#300)
1 parent 2c24bf4 commit 47fa838

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,28 +42,28 @@ include = [
4242
]
4343

4444
[tool.poetry.dependencies]
45-
python = "^3.7"
46-
pytest = "^6.0.0"
47-
pytest-base-url = "^2.0.0"
45+
python = ">=3.7"
46+
pytest = ">=6.0.0"
47+
pytest-base-url = ">=2.0.0"
4848
pytest-html = ">=2.0.0"
49-
pytest-variables = "^2.0.0"
50-
requests = "^2.26.0"
51-
selenium = "^4.0.0"
52-
tenacity = "^6.0.0"
49+
pytest-variables = ">=2.0.0"
50+
requests = ">=2.26.0"
51+
selenium = ">=4.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"]
5858

5959
[tool.poetry.dev-dependencies]
60-
black = "^22.1.0"
61-
flake8 = "^4.0.1"
62-
tox = "^3.24.5"
63-
pre-commit = "^2.17.0"
64-
pytest-localserver = "^0.5.0"
65-
pytest-xdist = "^2.4.0"
66-
pytest-mock = "^3.6.1"
60+
black = ">=22.1.0"
61+
flake8 = ">=4.0.1"
62+
tox = ">=3.24.5"
63+
pre-commit = ">=2.17.0"
64+
pytest-localserver = ">=0.5.0"
65+
pytest-xdist = ">=2.4.0"
66+
pytest-mock = ">=3.6.1"
6767

6868
[tool.poetry.plugins.pytest11]
6969
selenium = "pytest_selenium.pytest_selenium"

0 commit comments

Comments
 (0)