Skip to content

Commit 1dadc08

Browse files
author
Christian Riedel
committed
open dev deps
1 parent b356e57 commit 1dadc08

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@
2929
click = "^7.1.2"
3030
gitpython = "^3.1.7"
3131
#: Testing
32-
pytest = {version = "^6", optional = true}
33-
pytest-xdist = {version = "^1.34", optional = true}
34-
pytest-cov = {version = "^2.10", optional = true}
35-
coverage = {extras = ["toml"], version = "^5.2.1", optional = true}
36-
pytest-sugar = {version = "^0.9.4", optional = true}
37-
pytest-randomly = {version = "^3.4", optional = true}
32+
pytest = {version = ">=6", optional = true}
33+
pytest-xdist = {version = ">=1.34", optional = true}
34+
pytest-cov = {version = ">=2.10", optional = true}
35+
coverage = {extras = ["toml"], version = ">=5.2.1", optional = true}
36+
pytest-sugar = {version = ">=0.9.4", optional = true}
37+
pytest-randomly = {version = ">=3.4", optional = true}
3838
#: Code check
39-
pre-commit = {version = "^2.4", optional = true}
40-
mypy = {version = "0.782", optional = true}
41-
pylint = {version = "^2.5.3", optional = true}
39+
pre-commit = {version = ">=2.4", optional = true}
40+
mypy = {version = ">=0.782", optional = true}
41+
pylint = {version = ">=2.5.3", optional = true}
4242

4343
[tool.poetry.dev-dependencies]
44-
devtools = {version = "^0.6", extras = ["pygments"]}
44+
devtools = {version = ">=0.6", extras = ["pygments"]}
4545
towncrier = {version = "19.9.0rc1"}
46-
ipython = "^7.15.0"
46+
ipython = ">=7.15.0"
4747

4848
[tool.poetry.extras]
4949
testing = [

0 commit comments

Comments
 (0)