Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #388

Merged
merged 1 commit into from
Sep 5, 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
#
# make upgrade
#
build==0.10.0
build==1.0.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.2.0
pip-tools==7.3.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand All @@ -19,8 +21,10 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.1
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.1
wheel==0.41.2
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==68.0.0
setuptools==68.1.2
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ chardet==5.2.0
# via binaryornot
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# click-log
# code-annotations
Expand Down
8 changes: 5 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.3
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
Expand All @@ -26,5 +26,7 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.24.2
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
# via tox
35 changes: 20 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bleach==6.0.0
# via
# -r requirements/test.txt
# readme-renderer
build==0.10.0
build==1.0.0
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand All @@ -63,7 +63,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -119,11 +119,11 @@ docutils==0.18.1
# sphinx-rtd-theme
edx-lint==5.3.4
# via -r requirements/test.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.2
filelock==3.12.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -139,11 +139,13 @@ imagesize==1.4.1
# sphinx
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
# keyring
# sphinx
# twine
importlib-resources==6.0.0
importlib-resources==6.0.1
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -212,7 +214,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
pip-tools==7.2.0
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
# via
Expand All @@ -224,7 +226,7 @@ platformdirs==3.10.0
# -r requirements/test.txt
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -280,7 +282,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/test.txt
# pytest-cookies
Expand All @@ -305,7 +307,7 @@ pyyaml==6.0.1
# -r requirements/test.txt
# code-annotations
# cookiecutter
readme-renderer==40.0
readme-renderer==41.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -337,7 +339,7 @@ secretstorage==3.3.3
# via
# -r requirements/test.txt
# keyring
sh==2.0.4
sh==2.0.6
# via -r requirements/test.txt
six==1.16.0
# via
Expand All @@ -352,7 +354,7 @@ snowballstemmer==2.2.0
# -r requirements/test.txt
# pydocstyle
# sphinx
soupsieve==2.4.1
soupsieve==2.5
# via
# -r requirements/test.txt
# beautifulsoup4
Expand All @@ -365,7 +367,7 @@ sphinx==6.2.1
# sphinxcontrib-jquery
sphinx-book-theme==1.0.1
# via -r requirements/test.txt
sphinx-rtd-theme==1.2.2
sphinx-rtd-theme==1.3.0
# via -r requirements/test.txt
sphinxcontrib-applehelp==1.0.4
# via
Expand Down Expand Up @@ -428,15 +430,17 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/dev.in
twine==4.0.2
# via -r requirements/test.txt
typing-extensions==4.7.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# asgiref
# astroid
# filelock
# pydata-sphinx-theme
# pylint
# rich
Expand All @@ -445,7 +449,7 @@ urllib3==2.0.4
# -r requirements/test.txt
# requests
# twine
virtualenv==20.24.2
virtualenv==20.24.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -454,7 +458,7 @@ webencodings==0.5.1
# via
# -r requirements/test.txt
# bleach
wheel==0.41.1
wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -464,6 +468,7 @@ wrapt==1.15.0
# astroid
zipp==3.16.2
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# importlib-metadata
# importlib-resources
Expand Down
12 changes: 8 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
#
# make upgrade
#
build==0.10.0
build==1.0.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.2.0
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand All @@ -19,8 +21,10 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.1
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.1
wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
setuptools==68.1.2
# via -r requirements/pip.in
26 changes: 14 additions & 12 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ binaryornot==0.4.4
# cookiecutter
bleach==6.0.0
# via readme-renderer
build==0.10.0
build==1.0.0
# via -r requirements/test.in
certifi==2023.7.22
# via
Expand All @@ -47,7 +47,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/base.txt
# click-log
Expand Down Expand Up @@ -97,9 +97,9 @@ edx-lint==5.3.4
# via
# -r requirements/base.txt
# -r requirements/test.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
filelock==3.12.2
filelock==3.12.3
# via virtualenv
idna==3.4
# via
Expand All @@ -109,10 +109,11 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via
# build
# keyring
# sphinx
# twine
importlib-resources==6.0.0
importlib-resources==6.0.1
# via keyring
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -174,7 +175,7 @@ platformdirs==3.10.0
# -r requirements/base.txt
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pycodestyle==2.11.0
# via -r requirements/test.in
Expand Down Expand Up @@ -215,7 +216,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pytest==7.4.1
# via pytest-cookies
pytest-cookies==0.7.0
# via -r requirements/test.in
Expand All @@ -237,7 +238,7 @@ pyyaml==6.0.1
# -r requirements/base.txt
# code-annotations
# cookiecutter
readme-renderer==40.0
readme-renderer==41.0
# via twine
requests==2.31.0
# via
Expand All @@ -259,7 +260,7 @@ rich==13.5.2
# twine
secretstorage==3.3.3
# via keyring
sh==2.0.4
sh==2.0.6
# via -r requirements/test.in
six==1.16.0
# via
Expand All @@ -271,7 +272,7 @@ snowballstemmer==2.2.0
# via
# pydocstyle
# sphinx
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
# via
Expand All @@ -282,7 +283,7 @@ sphinx==6.2.1
# sphinxcontrib-jquery
sphinx-book-theme==1.0.1
# via -r requirements/test.in
sphinx-rtd-theme==1.2.2
sphinx-rtd-theme==1.3.0
# via -r requirements/test.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand Down Expand Up @@ -327,6 +328,7 @@ typing-extensions==4.7.1
# -r requirements/base.txt
# asgiref
# astroid
# filelock
# pydata-sphinx-theme
# pylint
# rich
Expand All @@ -335,7 +337,7 @@ urllib3==2.0.4
# -r requirements/base.txt
# requests
# twine
virtualenv==20.24.2
virtualenv==20.24.4
# via -r requirements/test.in
webencodings==0.5.1
# via bleach
Expand Down