Skip to content

Commit

Permalink
build: Upgrade pytest and pyparsing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 6, 2024
1 parent ff6d2a6 commit 058eee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ iniconfig==1.1.1
# via pytest
packaging==20.9
# via pytest
pluggy==0.13.1
pluggy==1.5.0
# via pytest
pyparsing==2.4.7
pyparsing==3.1.4
# via packaging
pytest==7.3.1
pytest==8.3.2
# via -r requirements_test.in
requests==2.32.3
# via -r requirements_test.in
Expand Down

0 comments on commit 058eee4

Please sign in to comment.