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

Python Requirements Update #1284

Merged
merged 1 commit into from
Feb 28, 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 @@ -8,7 +8,7 @@ build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -68,7 +68,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.1
pytest==8.0.2
# via -r requirements/test.txt
pyyaml==6.0.1
# via
Expand All @@ -86,7 +86,7 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/dev.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
wheel==0.42.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pytz==2024.1
# via babel
pyyaml==6.0.1
# via -r requirements/base.txt
readme-renderer==42.0
readme-renderer==43.0
# via -r requirements/doc.in
requests==2.31.0
# via sphinx
Expand Down Expand Up @@ -87,11 +87,11 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
stevedore==5.1.0
stevedore==5.2.0
# via doc8
tomli==2.0.1
# via doc8
typing-extensions==4.9.0
typing-extensions==4.10.0
# via pydata-sphinx-theme
urllib3==2.2.1
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
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.1
pytest==8.0.2
# via -r requirements/test.in
pyyaml==6.0.1
# via -r requirements/base.txt
Expand Down