We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d31cd commit c479fe6Copy full SHA for c479fe6
Pipfile
@@ -23,7 +23,7 @@ importlib-metadata = "==3.10.1"
23
iniconfig = "==1.1.1"
24
kitchen = "==1.2.6"
25
more-itertools = "==8.14.0"
26
-packaging = "==20.9"
+packaging = "==24.2"
27
pluggy = "==0.13.1"
28
py = "==1.10.0"
29
pyparsing = "==2.4.7"
requirements.txt
@@ -12,7 +12,7 @@ importlib-metadata==3.10.1 ; python_version < '3.8'
12
iniconfig==1.1.1
13
kitchen==1.2.6
14
more-itertools==8.14.0
15
-packaging==20.9
+packaging==24.2
16
pluggy==0.13.1
17
py==1.10.0
18
pyparsing==2.4.7
0 commit comments