Skip to content

Commit ae87199

Browse files
Update dependency pyparsing to v3
1 parent 17d85a9 commit ae87199

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 = "==10.5.0"
2626
packaging = "==24.2"
2727
pluggy = "==1.5.0"
2828
py = "==1.11.0"
29-
pyparsing = "==2.4.7"
29+
pyparsing = "==3.2.0"
3030
pytest-forked = "==1.6.0"
3131
requests = "==2.32.3"
3232
robotframework-pythonlibcore = "==2.2.1"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ more-itertools==10.5.0
1515
packaging==24.2
1616
pluggy==1.5.0
1717
py==1.11.0
18-
pyparsing==2.4.7
18+
pyparsing==3.2.0
1919
pytest-forked==1.6.0
2020
pytest-xdist==2.5.0
2121
pytest==6.2.5

0 commit comments

Comments
 (0)