Skip to content

Commit

Permalink
Update pytest to fix "ReDoS in py library..."
Browse files Browse the repository at this point in the history
  • Loading branch information
bunchofstring committed Nov 9, 2024
1 parent 301ba6d commit 3d16494
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions worker/source/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pytest==7.2.0
pytest-mock==3.10.0
pytest-timeout==2.1.0
7 changes: 4 additions & 3 deletions worker/source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@
#
attrs==22.1.0
# via pytest
exceptiongroup==1.2.2
# via pytest
iniconfig==1.1.1
# via pytest
packaging==21.3
# via pytest
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pyparsing==3.0.9
# via packaging
pytest==7.1.3
pytest==7.2.0
# via
# -r requirements.in
# pytest-mock
# pytest-timeout
pytest-mock==3.10.0
Expand Down

0 comments on commit 3d16494

Please sign in to comment.