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

Python Requirements Update #1277

Merged
merged 1 commit into from
Feb 22, 2024
Merged
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
7 changes: 4 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ packaging==23.2
# tox
pexpect==4.9.0
# via -r requirements/test.txt
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
# via
Expand All @@ -67,7 +67,8 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==8.0.0
# pip-tools
pytest==8.0.1
# via -r requirements/test.txt
pyyaml==6.0.1
# via
Expand All @@ -83,7 +84,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/dev.in
virtualenv==20.25.0
# via tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ tomli==2.0.1
# via doc8
typing-extensions==4.9.0
# via pydata-sphinx-theme
urllib3==2.2.0
urllib3==2.2.1
# via requests
zipp==3.17.0
# via importlib-metadata
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pluggy==1.4.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==8.0.0
pytest==8.0.1
# via -r requirements/test.in
pyyaml==6.0.1
# via -r requirements/base.txt
Expand Down