Skip to content

Commit 64f6ac1

Browse files
committed
Remove pins on dev dependencies
1 parent 25b5438 commit 64f6ac1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

setup.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@
3535
],
3636
"dev": [
3737
"bumpversion",
38-
"flaky>=3.7.0,<4",
39-
"hypothesis>=3.31.2,<6",
38+
"flaky>=3.7.0",
39+
"hypothesis>=3.31.2",
4040
"importlib-metadata<5.0;python_version<'3.8'",
41-
"pytest>=6.2.5,<7",
42-
"pytest-asyncio>=0.18.1,<0.19",
43-
"pytest-mock>=1.10,<2",
41+
"pytest>=6.2.5",
42+
"pytest-asyncio>=0.18.1",
43+
"pytest-mock>=1.10",
4444
"pytest-pythonpath>=0.3",
45-
"pytest-watch>=4.2,<5",
46-
"pytest-xdist>=1.29,<2",
45+
"pytest-watch>=4.2",
46+
"pytest-xdist>=1.29",
4747
"setuptools>=38.6.0",
4848
"tox>=1.8.0",
49-
"tqdm>4.32,<5",
50-
"twine>=1.13,<2",
49+
"tqdm>4.32",
50+
"twine>=1.13",
5151
"pluggy==0.13.1",
52-
"when-changed>=0.3.0,<0.4",
52+
"when-changed>=0.3.0",
5353
],
5454
}
5555

0 commit comments

Comments
 (0)