We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abba995 + 5b80ae5 commit baeeb67Copy full SHA for baeeb67
Pipfile
@@ -22,7 +22,7 @@ idna = "==3.10"
22
importlib-metadata = "==8.5.0"
23
iniconfig = "==2.0.0"
24
kitchen = "==1.2.6"
25
-more-itertools = "==8.14.0"
+more-itertools = "==10.5.0"
26
packaging = "==20.9"
27
pluggy = "==0.13.1"
28
py = "==1.11.0"
requirements.txt
@@ -11,7 +11,7 @@ idna==3.10
11
importlib-metadata==8.5.0 ; python_version < '3.8'
12
iniconfig==2.0.0
13
kitchen==1.2.6
14
-more-itertools==8.14.0
+more-itertools==10.5.0
15
packaging==20.9
16
pluggy==0.13.1
17
py==1.11.0
0 commit comments