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

Python Requirements Update #1227

Merged
merged 1 commit into from
Nov 15, 2023
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
31 changes: 19 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,23 @@ build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.2
# via tox
chardet==5.2.0
# via tox
click==8.1.7
# via
# -r requirements/pip-tools.txt
# pip-tools
colorama==0.4.6
# via tox
distlib==0.3.7
# via virtualenv
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand All @@ -35,14 +41,18 @@ packaging==23.2
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
# pyproject-api
# pytest
# tox
pexpect==4.8.0
# via -r requirements/test.txt
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.11.0
# via virtualenv
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
# via
# -r requirements/test.txt
Expand All @@ -52,36 +62,33 @@ ptyprocess==0.7.0
# via
# -r requirements/test.txt
# pexpect
py==1.11.0
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.2
pytest==7.4.3
# via -r requirements/test.txt
pyyaml==6.0.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
six==1.16.0
# via tox
tomli==2.0.1
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
# pip-tools
# pyproject-api
# pyproject-hooks
# pytest
# tox
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/dev.in
virtualenv==20.24.5
tox==4.11.3
# via -r requirements/dev.in
virtualenv==20.24.6
# via tox
wheel==0.41.2
wheel==0.41.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.7.22
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
doc8==1.1.1
# via -r requirements/doc.in
Expand All @@ -43,9 +43,9 @@ packaging==23.2
# via
# pydata-sphinx-theme
# sphinx
pbr==5.11.1
pbr==6.0.0
# via stevedore
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down Expand Up @@ -93,7 +93,7 @@ tomli==2.0.1
# via doc8
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==2.0.7
urllib3==2.1.0
# via requests
zipp==3.17.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
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.3.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==7.4.2
pytest==7.4.3
# via -r requirements/test.in
pyyaml==6.0.1
# via -r requirements/base.txt
Expand Down