We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cce6c commit 093ecacCopy full SHA for 093ecac
Pipfile
@@ -22,7 +22,7 @@ idna = "==3.7"
22
importlib-metadata = "==3.10.1"
23
iniconfig = "==1.1.1"
24
kitchen = "==1.2.6"
25
-more-itertools = "==8.7.0"
+more-itertools = "==10.5.0"
26
packaging = "==20.9"
27
pluggy = "==0.13.1"
28
py = "==1.10.0"
requirements.txt
@@ -11,7 +11,7 @@ idna==3.7
11
importlib-metadata==3.10.1 ; python_version < '3.8'
12
iniconfig==1.1.1
13
kitchen==1.2.6
14
-more-itertools==8.7.0
+more-itertools==10.5.0
15
packaging==20.9
16
pluggy==0.13.1
17
py==1.10.0
0 commit comments