Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Python Requirements Update #177

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ddt==1.7.2
# via -r requirements/test.in
dill==0.3.8
# via pylint
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
httpretty==1.1.4
# via -r requirements/test.in
Expand All @@ -40,7 +40,7 @@ packaging==24.0
# via pytest
platformdirs==4.2.0
# via pylint
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pycodestyle==2.11.1
# via -r requirements/test.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
# via tox
Expand All @@ -36,5 +36,5 @@ tomli==2.0.1
# tox
tox==4.14.2
# via -r requirements/tox.in
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
Loading