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

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jan 10, 2023
1 parent 2aecdcc commit 98c9f53
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 69 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.5.2
asgiref==3.6.0
# via django
certifi==2022.12.7
# via requests
Expand All @@ -20,7 +20,7 @@ click==8.1.3
# edx-django-utils
code-annotations==1.3.0
# via edx-toggles
cryptography==38.0.4
cryptography==39.0.0
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -52,7 +52,7 @@ django-appconf==1.0.5
# via -r requirements/base.in
django-braces==1.15.0
# via -r requirements/base.in
django-countries==7.4.2
django-countries==7.5
# via -r requirements/base.in
django-crispy-forms==1.14.0
# via -r requirements/base.in
Expand Down Expand Up @@ -100,7 +100,7 @@ edx-django-utils==5.2.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.3.1
edx-drf-extensions==8.4.0
# via -r requirements/base.in
edx-i18n-tools==0.9.2
# via -r requirements/base.in
Expand Down Expand Up @@ -170,7 +170,7 @@ python-slugify==7.0.0
# code-annotations
python3-openid==3.2.0
# via social-auth-core
pytz==2022.6
pytz==2022.7
# via
# django
# djangorestframework
Expand Down
5 changes: 5 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ django-simple-history==3.0.0
# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0

# edx-sphinx-theme is not compatible with latest Sphinx==6.0.0 version
# Pinning Sphinx version unless the compatibility issue gets resolved
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
sphinx<6.0.0
19 changes: 10 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==0.7.12
# via sphinx
asgiref==3.5.2
asgiref==3.6.0
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -34,7 +34,7 @@ code-annotations==1.3.0
# via
# -r requirements/base.txt
# edx-toggles
cryptography==38.0.4
cryptography==39.0.0
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -68,7 +68,7 @@ django-appconf==1.0.5
# via -r requirements/base.txt
django-braces==1.15.0
# via -r requirements/base.txt
django-countries==7.4.2
django-countries==7.5
# via -r requirements/base.txt
django-crispy-forms==1.14.0
# via -r requirements/base.txt
Expand Down Expand Up @@ -121,7 +121,7 @@ edx-django-utils==5.2.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.3.1
edx-drf-extensions==8.4.0
# via -r requirements/base.txt
edx-i18n-tools==0.9.2
# via -r requirements/base.txt
Expand All @@ -146,7 +146,7 @@ idna==3.4
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==5.1.0
importlib-metadata==6.0.0
# via sphinx
jinja2==3.1.2
# via
Expand All @@ -170,7 +170,7 @@ oauthlib==3.2.2
# -r requirements/base.txt
# requests-oauthlib
# social-auth-core
packaging==22.0
packaging==23.0
# via sphinx
path==16.6.0
# via
Expand Down Expand Up @@ -201,7 +201,7 @@ pycryptodomex==3.16.0
# via
# -r requirements/base.txt
# pyjwkest
pygments==2.13.0
pygments==2.14.0
# via sphinx
pyjwkest==1.4.2
# via
Expand Down Expand Up @@ -235,7 +235,7 @@ python3-openid==3.2.0
# via
# -r requirements/base.txt
# social-auth-core
pytz==2022.6
pytz==2022.7
# via
# -r requirements/base.txt
# babel
Expand Down Expand Up @@ -294,9 +294,10 @@ social-auth-core==4.3.0
# social-auth-app-django
sphinx==5.3.0
# via
# -c requirements/common_constraints.txt
# -r requirements/doc.in
# edx-sphinx-theme
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-applehelp==1.0.3
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
Expand Down
10 changes: 5 additions & 5 deletions requirements/github.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ charset-normalizer==2.1.1
# via requests
codecov==2.1.12
# via -r requirements/github.in
coverage==6.5.0
coverage==7.0.4
# via codecov
distlib==0.3.6
# via
# -r requirements/tox.txt
# virtualenv
filelock==3.8.2
filelock==3.9.0
# via
# -r requirements/tox.txt
# tox
# virtualenv
idna==3.4
# via requests
packaging==22.0
packaging==23.0
# via
# -r requirements/tox.txt
# tox
platformdirs==2.6.0
platformdirs==2.6.2
# via
# -r requirements/tox.txt
# virtualenv
Expand All @@ -49,7 +49,7 @@ tomli==2.0.1
# via
# -r requirements/tox.txt
# tox
tox==3.27.1
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
Expand Down
38 changes: 19 additions & 19 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
#
# make upgrade
#
asgiref==3.5.2
asgiref==3.6.0
# via
# -r requirements/test.txt
# django
astroid==2.12.13
astroid==2.13.2
# via
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==22.1.0
attrs==22.2.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -54,11 +54,11 @@ code-annotations==1.3.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==6.5.0
coverage[toml]==7.0.4
# via
# -r requirements/test.txt
# pytest-cov
cryptography==38.0.4
cryptography==39.0.0
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -103,7 +103,7 @@ django-appconf==1.0.5
# via -r requirements/test.txt
django-braces==1.15.0
# via -r requirements/test.txt
django-countries==7.4.2
django-countries==7.5
# via -r requirements/test.txt
django-crispy-forms==1.14.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -158,7 +158,7 @@ edx-django-utils==5.2.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.3.1
edx-drf-extensions==8.4.0
# via -r requirements/test.txt
edx-i18n-tools==0.9.2
# via -r requirements/test.txt
Expand All @@ -173,11 +173,11 @@ edx-rest-api-client==5.5.0
# via -r requirements/test.txt
edx-toggles==5.0.0
# via -r requirements/test.txt
exceptiongroup==1.0.4
exceptiongroup==1.1.0
# via
# -r requirements/test.txt
# pytest
filelock==3.8.2
filelock==3.9.0
# via
# -r requirements/tox.txt
# tox
Expand All @@ -192,11 +192,11 @@ idna==3.4
# via
# -r requirements/test.txt
# requests
iniconfig==1.1.1
iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.10.1
isort==5.11.4
# via
# -r requirements/test.txt
# pylint
Expand All @@ -208,7 +208,7 @@ lazy==1.5
# via
# -r requirements/test.txt
# bok-choy
lazy-object-proxy==1.8.0
lazy-object-proxy==1.9.0
# via
# -r requirements/test.txt
# astroid
Expand All @@ -235,7 +235,7 @@ oauthlib==3.2.2
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
packaging==22.0
packaging==23.0
# via
# -r requirements/pip_tools.txt
# -r requirements/test.txt
Expand All @@ -260,9 +260,9 @@ pep517==0.13.0
# build
pinax-announcements==4.0.0
# via -r requirements/test.txt
pip-tools==6.11.0
pip-tools==6.12.1
# via -r requirements/pip_tools.txt
platformdirs==2.6.0
platformdirs==2.6.2
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand Down Expand Up @@ -296,7 +296,7 @@ pycryptodomex==3.16.0
# via
# -r requirements/test.txt
# pyjwkest
pydocstyle==6.1.1
pydocstyle==6.2.3
# via -r requirements/test.txt
pyjwkest==1.4.2
# via
Expand All @@ -310,7 +310,7 @@ pyjwt[crypto]==2.6.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==2.15.8
pylint==2.15.10
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -359,7 +359,7 @@ python3-openid==3.2.0
# via
# -r requirements/test.txt
# social-auth-core
pytz==2022.6
pytz==2022.7
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -456,7 +456,7 @@ tomlkit==0.11.6
# via
# -r requirements/test.txt
# pylint
tox==3.27.1
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.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 Down
8 changes: 4 additions & 4 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#
# 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
#
build==0.9.0
# via pip-tools
click==8.1.3
# via pip-tools
packaging==22.0
packaging==23.0
# via build
pep517==0.13.0
# via build
pip-tools==6.11.0
pip-tools==6.12.1
# via -r requirements/pip_tools.in
tomli==2.0.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.5.2
asgiref==3.6.0
# via
# -r requirements/base.txt
# django
Expand All @@ -30,7 +30,7 @@ code-annotations==1.3.0
# via
# -r requirements/base.txt
# edx-toggles
cryptography==38.0.4
cryptography==39.0.0
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -64,7 +64,7 @@ django-appconf==1.0.5
# via -r requirements/base.txt
django-braces==1.15.0
# via -r requirements/base.txt
django-countries==7.4.2
django-countries==7.5
# via -r requirements/base.txt
django-crispy-forms==1.14.0
# via -r requirements/base.txt
Expand Down Expand Up @@ -115,7 +115,7 @@ edx-django-utils==5.2.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.3.1
edx-drf-extensions==8.4.0
# via -r requirements/base.txt
edx-i18n-tools==0.9.2
# via -r requirements/base.txt
Expand Down Expand Up @@ -226,7 +226,7 @@ python3-openid==3.2.0
# via
# -r requirements/base.txt
# social-auth-core
pytz==2022.6
pytz==2022.7
# via
# -r requirements/base.txt
# django
Expand Down
Loading

0 comments on commit 98c9f53

Please sign in to comment.