diff --git a/pyproject.toml b/pyproject.toml index 0e24b62..37d21e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,28 +42,28 @@ include = [ ] [tool.poetry.dependencies] -python = "^3.7" -pytest = "^6.0.0" -pytest-base-url = "^2.0.0" +python = ">=3.7" +pytest = ">=6.0.0" +pytest-base-url = ">=2.0.0" pytest-html = ">=2.0.0" -pytest-variables = "^2.0.0" -requests = "^2.26.0" -selenium = "^4.0.0" -tenacity = "^6.0.0" +pytest-variables = ">=2.0.0" +requests = ">=2.26.0" +selenium = ">=4.0.0" +tenacity = ">=6.0.0" -appium-python-client = { version = "^2.0.0", optional = true } +appium-python-client = { version = ">=1.0.0", optional = true } [tool.poetry.extras] appium = ["appium-python-client"] [tool.poetry.dev-dependencies] -black = "^22.1.0" -flake8 = "^4.0.1" -tox = "^3.24.5" -pre-commit = "^2.17.0" -pytest-localserver = "^0.5.0" -pytest-xdist = "^2.4.0" -pytest-mock = "^3.6.1" +black = ">=22.1.0" +flake8 = ">=4.0.1" +tox = ">=3.24.5" +pre-commit = ">=2.17.0" +pytest-localserver = ">=0.5.0" +pytest-xdist = ">=2.4.0" +pytest-mock = ">=3.6.1" [tool.poetry.plugins.pytest11] selenium = "pytest_selenium.pytest_selenium"