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

Python Requirements Update #1264

Merged
merged 1 commit into from
Jan 31, 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
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ pexpect==4.9.0
# via -r requirements/test.txt
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -67,7 +67,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.4
pytest==8.0.0
# via -r requirements/test.txt
pyyaml==6.0.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pygments==2.17.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
pytz==2023.3.post1
pytz==2023.4
# via babel
pyyaml==6.0.1
# via -r requirements/base.txt
Expand Down Expand Up @@ -93,7 +93,7 @@ tomli==2.0.1
# via doc8
typing-extensions==4.9.0
# via pydata-sphinx-theme
urllib3==2.1.0
urllib3==2.2.0
# via requests
zipp==3.17.0
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ packaging==23.2
# via pytest
pexpect==4.9.0
# via -r requirements/test.in
pluggy==1.3.0
pluggy==1.4.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==7.4.4
pytest==8.0.0
# via -r requirements/test.in
pyyaml==6.0.1
# via -r requirements/base.txt
Expand Down