Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Aug 15, 2023
1 parent f90aff3 commit acfacbc
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 41 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ asgiref==3.7.2
# via django
bleach[css]==6.0.0
# via -r requirements/base.in
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# django-classy-tags
# django-js-asset
# django-sekizai
django-classy-tags==4.0.0
django-classy-tags==4.1.0
# via django-sekizai
django-js-asset==2.0.0
django-js-asset==2.1.0
# via django-mptt
django-mptt==0.14.0
# via -r requirements/base.in
django-sekizai==4.1.0
# via -r requirements/base.in
importlib-metadata==6.6.0
importlib-metadata==6.8.0
# via markdown
markdown==3.3.7
# via
Expand All @@ -39,11 +39,11 @@ sqlparse==0.4.4
# via django
tinycss2==1.1.1
# via bleach
typing-extensions==4.6.3
typing-extensions==4.7.1
# via asgiref
webencodings==0.5.1
# via
# bleach
# tinycss2
zipp==3.15.0
zipp==3.16.2
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
distlib==0.3.6
distlib==0.3.7
# via
# -r requirements/tox.txt
# virtualenv
Expand All @@ -17,11 +17,11 @@ packaging==23.1
# via
# -r requirements/tox.txt
# tox
platformdirs==3.5.3
platformdirs==3.10.0
# via
# -r requirements/tox.txt
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/tox.txt
# tox
Expand All @@ -41,7 +41,7 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/tox.txt
virtualenv==20.23.0
virtualenv==20.24.3
# via
# -r requirements/tox.txt
# tox
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==3.2.19
django==3.2.20
17 changes: 8 additions & 9 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ babel==2.12.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
docutils==0.19
# via
Expand All @@ -26,7 +26,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.7.0
importlib-metadata==6.8.0
# via sphinx
jinja2==3.1.2
# via sphinx
Expand All @@ -38,7 +38,7 @@ packaging==23.1
# sphinx
pydata-sphinx-theme==0.13.3
# via sphinx-book-theme
pygments==2.15.1
pygments==2.16.1
# via
# accessible-pygments
# pydata-sphinx-theme
Expand All @@ -51,9 +51,8 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
# via beautifulsoup4
sphinx==5.3.0
sphinx==6.2.1
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/docs.in
# pydata-sphinx-theme
# sphinx-book-theme
Expand All @@ -71,9 +70,9 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.6.3
typing-extensions==4.7.1
# via pydata-sphinx-theme
urllib3==2.0.3
urllib3==2.0.4
# via requests
zipp==3.15.0
zipp==3.16.2
# via importlib-metadata
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.40.0
wheel==0.41.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
pip==23.2.1
# via -r requirements/pip.in
setuptools==67.8.0
setuptools==68.0.0
# via -r requirements/pip.in
10 changes: 6 additions & 4 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@
#
build==0.10.0
# via pip-tools
click==8.1.3
click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==7.3.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
wheel==0.40.0
# via
# build
# pip-tools
wheel==0.41.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
22 changes: 12 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@ asgiref==3.7.2
# django
bleach[css]==6.0.0
# via -r requirements/base.txt
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# django-classy-tags
# django-js-asset
# django-sekizai
django-classy-tags==4.0.0
django-classy-tags==4.1.0
# via
# -r requirements/base.txt
# django-sekizai
django-js-asset==2.0.0
django-js-asset==2.1.0
# via
# -r requirements/base.txt
# django-mptt
django-mptt==0.14.0
# via -r requirements/base.txt
django-sekizai==4.1.0
# via -r requirements/base.txt
exceptiongroup==1.1.1
exceptiongroup==1.1.3
# via pytest
importlib-metadata==6.6.0
importlib-metadata==6.8.0
# via
# -r requirements/base.txt
# markdown
Expand All @@ -44,9 +44,9 @@ markdown==3.3.7
# -r requirements/base.txt
packaging==23.1
# via pytest
pluggy==1.0.0
pluggy==1.2.0
# via pytest
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -74,8 +74,10 @@ tinycss2==1.1.1
# -r requirements/base.txt
# bleach
tomli==2.0.1
# via pytest
typing-extensions==4.6.3
# via
# coverage
# pytest
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -84,7 +86,7 @@ webencodings==0.5.1
# -r requirements/base.txt
# bleach
# tinycss2
zipp==3.15.0
zipp==3.16.2
# via
# -r requirements/base.txt
# importlib-metadata
8 changes: 4 additions & 4 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# make upgrade
#
distlib==0.3.6
distlib==0.3.7
# via virtualenv
filelock==3.12.2
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.5.3
platformdirs==3.10.0
# via virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via tox
py==1.11.0
# via tox
Expand All @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/tox.in
virtualenv==20.23.0
virtualenv==20.24.3
# via tox

0 comments on commit acfacbc

Please sign in to comment.