Skip to content

Commit fc7c43d

Browse files
committed
Don't allow new major version of dependencies
1 parent 3525920 commit fc7c43d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp>=3.6.2
2-
maxminddb>=2.0.0
3-
requests>=2.24.0
4-
urllib3>=1.25.2
1+
aiohttp>=3.6.2,<4.0.0
2+
maxminddb>=2.0.0,<3.0.0
3+
requests>=2.24.0,<3.0.0
4+
urllib3>=1.25.2,<2.0.0

0 commit comments

Comments
 (0)