Skip to content

Commit 678c491

Browse files
committed
Set minimum versions for dependencies.
1 parent 339eead commit 678c491

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
colorama
2-
importlib_resources
1+
colorama>=0.4.3
2+
importlib_resources>=3.0.0
33
pydash>=4.7.4
4-
typing_extensions
4+
typing_extensions>=3.7.4.3

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coverage>=5.1
22
coverage_pyver_pragma>=0.0.5
3-
faker
3+
faker>=4.1.2
44
pytest>=6.0.0
55
pytest-cov>=2.8.1
66
pytest-randomly>=3.3.1

0 commit comments

Comments
 (0)