We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cce6c commit 18d72c4Copy full SHA for 18d72c4
Pipfile
@@ -26,7 +26,7 @@ more-itertools = "==8.7.0"
26
packaging = "==20.9"
27
pluggy = "==0.13.1"
28
py = "==1.10.0"
29
-pyparsing = "==2.4.7"
+pyparsing = "==3.2.0"
30
pytest-forked = "==1.3.0"
31
requests = "==2.32.2"
32
robotframework-pythonlibcore = "==2.2.1"
requirements.txt
@@ -15,7 +15,7 @@ more-itertools==8.7.0
15
packaging==20.9
16
pluggy==0.13.1
17
py==1.10.0
18
-pyparsing==2.4.7
+pyparsing==3.2.0
19
pytest-forked==1.3.0
20
pytest-xdist==2.2.1
21
pytest==6.2.5
0 commit comments