Skip to content

Commit

Permalink
Python Requirements Update (#685)
Browse files Browse the repository at this point in the history
* chore: Updating Python Requirements

* fix: set navigation_with_keys in html theme options

---------

Co-authored-by: thezaeemaanwar <thezaeemaanwar@gmail.com>
  • Loading branch information
edx-requirements-bot and thezaeemaanwar committed Nov 1, 2023
1 parent d28d78b commit 9a634bf
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 41 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"use_repository_button": True,
"use_issues_button": True,
"use_edit_page_button": True,
"navigation_with_keys": False,
# Please don't change unless you know what you're doing.
"extra_footer": """
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage==7.3.2
# via -r requirements/ci.in
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.0
# via
# tox
# virtualenv
Expand All @@ -28,5 +28,5 @@ 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.5
virtualenv==20.24.6
# via tox
28 changes: 10 additions & 18 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ arrow==1.3.0
# via
# -r requirements/test.txt
# cookiecutter
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/test.txt
# pylint
Expand All @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.28.68
boto3==1.28.73
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# -r requirements/test.txt
# boto3
Expand All @@ -50,7 +50,7 @@ chardet==5.2.0
# via
# -r requirements/test.txt
# binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -102,14 +102,14 @@ django==2.2.28
# -r requirements/test.txt
# openedx-django-pyfs
# xblock-sdk
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# hypothesis
# pytest
filelock==3.12.4
filelock==3.13.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -166,10 +166,6 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/test.txt
lazy-object-proxy==1.9.0
# via
# -r requirements/test.txt
# astroid
lxml==4.9.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -250,7 +246,7 @@ pygments==2.16.1
# -r requirements/test.txt
# diff-cover
# rich
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -261,7 +257,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -278,7 +274,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -392,7 +388,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -411,10 +407,6 @@ wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
xblock==1.8.1
# via
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
boto3==1.28.68
boto3==1.28.73
# via fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# boto3
# s3transfer
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ appdirs==1.4.4
# via
# -r requirements/django.txt
# fs
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto3==1.28.68
boto3==1.28.73
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# -r requirements/django.txt
# boto3
# s3transfer
certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
django==2.2.28
# via
Expand Down Expand Up @@ -81,7 +81,7 @@ packaging==23.2
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.2
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down
24 changes: 10 additions & 14 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appdirs==1.4.4
# fs
arrow==1.3.0
# via cookiecutter
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/test.in
# pylint
Expand All @@ -21,11 +21,11 @@ attrs==23.1.0
# via hypothesis
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.68
boto3==1.28.73
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# -r requirements/django.txt
# boto3
Expand All @@ -34,7 +34,7 @@ certifi==2023.7.22
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -67,13 +67,13 @@ distlib==0.3.7
# -r requirements/django.txt
# openedx-django-pyfs
# xblock-sdk
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.1.3
# via
# hypothesis
# pytest
filelock==3.12.4
filelock==3.13.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -113,8 +113,6 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via -r requirements/django.txt
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
# via
# -r requirements/django.txt
Expand Down Expand Up @@ -169,7 +167,7 @@ pygments==2.16.1
# via
# diff-cover
# rich
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/test.in
# edx-lint
Expand All @@ -178,15 +176,15 @@ pylint==2.17.7
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -277,7 +275,7 @@ urllib3==1.26.18
# -r requirements/django.txt
# botocore
# requests
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
web-fragments==2.1.0
# via
Expand All @@ -289,8 +287,6 @@ webob==1.8.7
# -r requirements/django.txt
# xblock
# xblock-sdk
wrapt==1.15.0
# via astroid
xblock==1.8.1
# via xblock-sdk
xblock-sdk==0.7.0
Expand Down

0 comments on commit 9a634bf

Please sign in to comment.