Skip to content

Commit a521245

Browse files
authored
Loosen requirement pins
1 parent 845f4b4 commit a521245

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

requirements/requirements_dev.in

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
bump2version==0.5.11
2-
wheel==0.33.6
2+
wheel>=0.33.6
33
watchdog>=0.9.0
4-
flake8==3.7.8
5-
tox==3.26.0
4+
flake8>=3.7.8
5+
tox>=3.26.0
66
coverage>=4.5.4
77
Sphinx==1.8.5
8-
twine==1.14.0
9-
seaborn==0.11.2
8+
twine>=1.14.0
9+
seaborn>=0.11.2
1010
keyname==0.6.0
1111
matplotlib>=3.5.3
1212
python-slugify>=4.0.1
1313
pytest==7.2.2
1414
typing-extensions==3.10.0.2
1515
distutils-strtobool==0.1.0
1616

17-
filelock==3.4.1
18-
importlib-metadata==4.8.3
19-
markupsafe==2.0.1
20-
platformdirs==2.4.0
21-
zipp==3.6.0
17+
filelock>=3.4.1
18+
importlib-metadata=>4.8.3
19+
markupsafe>=2.0.1
20+
platformdirs>=2.4.0
21+
zipp>=3.6.0

0 commit comments

Comments
 (0)