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

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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.6.0
# via django
bleach[css]==6.0.0
# via -r requirements/base.in
django==3.2.16
django==3.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -23,13 +23,13 @@ django-mptt==0.14.0
# via -r requirements/base.in
django-sekizai==4.0.0
# via -r requirements/base.in
importlib-metadata==6.0.0
importlib-metadata==6.1.0
# via markdown
markdown==3.3.7
# via
# -c requirements/constraints.txt
# -r requirements/base.in
pytz==2022.7.1
pytz==2023.2
# via django
six==1.16.0
# via bleach
Expand All @@ -43,5 +43,5 @@ webencodings==0.5.1
# via
# bleach
# tinycss2
zipp==3.12.0
zipp==3.15.0
# via importlib-metadata
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ distlib==0.3.6
# via
# -r requirements/tox.txt
# virtualenv
filelock==3.9.0
filelock==3.10.7
# via
# -r requirements/tox.txt
# tox
Expand All @@ -17,7 +17,7 @@ packaging==23.0
# via
# -r requirements/tox.txt
# tox
platformdirs==2.6.2
platformdirs==3.2.0
# via
# -r requirements/tox.txt
# virtualenv
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.17.1
virtualenv==20.21.0
# 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.16
django==3.2.18
14 changes: 7 additions & 7 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
alabaster==0.7.13
# via sphinx
babel==2.11.0
babel==2.12.1
# via sphinx
certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
docutils==0.19
# via sphinx
Expand All @@ -20,7 +20,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.0.0
importlib-metadata==6.1.0
# via sphinx
jinja2==3.1.2
# via sphinx
Expand All @@ -30,7 +30,7 @@ packaging==23.0
# via sphinx
pygments==2.14.0
# via sphinx
pytz==2022.7.1
pytz==2023.2
# via babel
requests==2.28.2
# via sphinx
Expand All @@ -47,15 +47,15 @@ sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.14
urllib3==1.26.15
# via requests
zipp==3.12.0
zipp==3.15.0
# via importlib-metadata
10 changes: 5 additions & 5 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
wheel==0.38.4
wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.0
pip==23.0.1
# via -r requirements/pip.in
setuptools==67.0.0
setuptools==67.6.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
Expand All @@ -10,13 +10,13 @@ click==8.1.3
# via pip-tools
packaging==23.0
# via build
pip-tools==6.12.2
pip-tools==6.12.3
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
wheel==0.38.4
wheel==0.40.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==22.2.0
# via pytest
bleach[css]==6.0.0
# via -r requirements/base.txt
coverage[toml]==7.1.0
coverage[toml]==7.2.2
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -32,9 +32,9 @@ django-mptt==0.14.0
# via -r requirements/base.txt
django-sekizai==4.0.0
# via -r requirements/base.txt
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via pytest
importlib-metadata==6.0.0
importlib-metadata==6.1.0
# via
# -r requirements/base.txt
# markdown
Expand All @@ -48,7 +48,7 @@ packaging==23.0
# via pytest
pluggy==1.0.0
# via pytest
pytest==7.2.1
pytest==7.2.2
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -57,7 +57,7 @@ pytest-cov==4.0.0
# via -r requirements/test.in
pytest-django==4.5.2
# via -r requirements/test.in
pytz==2022.7.1
pytz==2023.2
# via
# -r requirements/base.txt
# django
Expand All @@ -82,7 +82,7 @@ webencodings==0.5.1
# -r requirements/base.txt
# bleach
# tinycss2
zipp==3.12.0
zipp==3.15.0
# via
# -r requirements/base.txt
# importlib-metadata
6 changes: 3 additions & 3 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
distlib==0.3.6
# via virtualenv
filelock==3.9.0
filelock==3.10.7
# via
# tox
# virtualenv
packaging==23.0
# via tox
platformdirs==2.6.2
platformdirs==3.2.0
# via virtualenv
pluggy==1.0.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.17.1
virtualenv==20.21.0
# via tox