Skip to content

Commit 18d72c4

Browse files
Update dependency pyparsing to v3
1 parent e4cce6c commit 18d72c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ more-itertools = "==8.7.0"
2626
packaging = "==20.9"
2727
pluggy = "==0.13.1"
2828
py = "==1.10.0"
29-
pyparsing = "==2.4.7"
29+
pyparsing = "==3.2.0"
3030
pytest-forked = "==1.3.0"
3131
requests = "==2.32.2"
3232
robotframework-pythonlibcore = "==2.2.1"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ more-itertools==8.7.0
1515
packaging==20.9
1616
pluggy==0.13.1
1717
py==1.10.0
18-
pyparsing==2.4.7
18+
pyparsing==3.2.0
1919
pytest-forked==1.3.0
2020
pytest-xdist==2.2.1
2121
pytest==6.2.5

0 commit comments

Comments
 (0)