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 #213

Closed
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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -19,12 +19,12 @@ djangorestframework==3.14.0
# via -r requirements/base.in
jsonfield==3.1.0
# via -r requirements/base.in
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.in
# django
# djangorestframework
sqlparse==0.4.4
# via django
typing-extensions==4.7.1
typing-extensions==4.8.0
# via asgiref
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ distlib==0.3.7
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.12.2
filelock==3.12.4
# via
# -r requirements/tox.txt
# tox
Expand All @@ -33,7 +33,7 @@ platformdirs==3.10.0
# via
# -r requirements/tox.txt
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/tox.txt
# tox
Expand All @@ -55,9 +55,9 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/tox.txt
urllib3==2.0.4
urllib3==2.0.5
# via requests
virtualenv==20.24.2
virtualenv==20.24.5
# via
# -r requirements/tox.txt
# tox
30 changes: 15 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ asgiref==3.7.2
# -r requirements/docs.txt
# -r requirements/test.txt
# django
astroid==2.15.6
astroid==2.15.8
# via
# -r requirements/test.txt
# pylint
Expand All @@ -46,7 +46,7 @@ charset-normalizer==3.2.0
# -r requirements/docs.txt
# -r requirements/test.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/test.txt
# click-log
Expand All @@ -60,7 +60,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.2.7
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -70,7 +70,7 @@ dill==0.3.7
# via
# -r requirements/test.txt
# pylint
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand All @@ -97,13 +97,13 @@ docutils==0.19
# sphinx
edx-lint==5.3.4
# via -r requirements/test.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==19.3.0
faker==19.6.2
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -173,7 +173,7 @@ platformdirs==3.10.0
# via
# -r requirements/test.txt
# pylint
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -184,7 +184,7 @@ pockets==0.9.1
# sphinxcontrib-napoleon
pycodestyle==2.11.0
# via -r requirements/test.txt
pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.14.1
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -196,7 +196,7 @@ pygments==2.16.1
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pylint==2.17.5
pylint==2.17.6
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -216,7 +216,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -234,7 +234,7 @@ python-slugify==8.0.1
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand Down Expand Up @@ -264,7 +264,7 @@ snowballstemmer==2.2.0
# -r requirements/docs.txt
# -r requirements/test.txt
# sphinx
soupsieve==2.4.1
soupsieve==2.5
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -337,7 +337,7 @@ tomlkit==0.12.1
# via
# -r requirements/test.txt
# pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand All @@ -347,7 +347,7 @@ typing-extensions==4.7.1
# faker
# pydata-sphinx-theme
# pylint
urllib3==2.0.4
urllib3==2.0.5
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -356,7 +356,7 @@ wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
zipp==3.16.2
zipp==3.17.0
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down
14 changes: 7 additions & 7 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -55,14 +55,14 @@ packaging==23.1
# sphinx
pockets==0.9.1
# via sphinxcontrib-napoleon
pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.14.1
# via sphinx-book-theme
pygments==2.16.1
# via
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# babel
Expand All @@ -76,7 +76,7 @@ six==1.16.0
# sphinxcontrib-napoleon
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
# via
Expand All @@ -103,12 +103,12 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# asgiref
# pydata-sphinx-theme
urllib3==2.0.4
urllib3==2.0.5
# via requests
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata
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.3
# 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.17.0
# 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.2.2
# via -r requirements/pip.in
Loading
Loading