Skip to content

Commit

Permalink
Merge pull request #268 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-c1a891c

Python Requirements Update
  • Loading branch information
Feanil Patel authored Oct 30, 2023
2 parents c1a891c + 1bbeca1 commit f203e6e
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 68 deletions.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -16,6 +22,5 @@ formats:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: requirements/doc.txt
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
33 changes: 13 additions & 20 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ alabaster==0.7.13
# via
# -r requirements/doc.txt
# sphinx
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/doc.txt
# pylint
Expand All @@ -22,7 +22,7 @@ attrs==23.1.0
# -r requirements/doc.txt
# hypothesis
# pytest
babel==2.13.0
babel==2.13.1
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
Expand All @@ -39,7 +39,7 @@ certifi==2023.7.22
# via
# -r requirements/doc.txt
# requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/doc.txt
# requests
Expand All @@ -63,6 +63,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/doc.txt
Expand All @@ -80,7 +81,7 @@ docutils==0.19
# pydata-sphinx-theme
# readme-renderer
# sphinx
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/doc.txt
exceptiongroup==1.1.3
# via
Expand All @@ -95,7 +96,7 @@ filelock==3.12.4
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.87.1
hypothesis==6.88.1
# via -r requirements/doc.txt
idna==3.4
# via
Expand All @@ -120,10 +121,6 @@ jinja2==3.1.2
# -r requirements/doc.txt
# code-annotations
# sphinx
lazy-object-proxy==1.9.0
# via
# -r requirements/doc.txt
# astroid
markupsafe==2.1.3
# via
# -r requirements/doc.txt
Expand All @@ -138,7 +135,7 @@ more-itertools==10.1.0
# via
# -r requirements/doc.txt
# pytest
mypy==1.5.1
mypy==1.6.1
# via -r requirements/doc.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -184,9 +181,9 @@ py==1.11.0
# pytest
# pytest-forked
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/doc.txt
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.2
# via
# -r requirements/doc.txt
# sphinx-book-theme
Expand All @@ -197,7 +194,7 @@ pygments==2.16.1
# pydata-sphinx-theme
# readme-renderer
# sphinx
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/doc.txt
# edx-lint
Expand All @@ -208,7 +205,7 @@ pylint-celery==0.3
# via
# -r requirements/doc.txt
# edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via
# -r requirements/doc.txt
# edx-lint
Expand Down Expand Up @@ -346,11 +343,11 @@ typing-extensions==4.8.0
# mypy
# pydata-sphinx-theme
# pylint
urllib3==2.0.6
urllib3==2.0.7
# via
# -r requirements/doc.txt
# requests
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/ci.txt
# tox
Expand All @@ -362,10 +359,6 @@ wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.15.0
# via
# -r requirements/doc.txt
# astroid
zipp==3.17.0
# via
# -r requirements/doc.txt
Expand Down
23 changes: 8 additions & 15 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/test.txt
# pylint
Expand All @@ -31,14 +31,15 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/test.txt
dill==0.3.7
# via
# -r requirements/test.txt
# pylint
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.1.3
# via
Expand All @@ -48,7 +49,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.87.1
hypothesis==6.88.1
# via -r requirements/test.txt
isort==5.12.0
# via
Expand All @@ -58,10 +59,6 @@ jinja2==3.1.2
# via
# -r requirements/test.txt
# code-annotations
lazy-object-proxy==1.9.0
# via
# -r requirements/test.txt
# astroid
markupsafe==2.1.3
# via
# -r requirements/test.txt
Expand All @@ -76,7 +73,7 @@ more-itertools==10.1.0
# via
# -r requirements/test.txt
# pytest
mypy==1.5.1
mypy==1.6.1
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -104,9 +101,9 @@ py==1.11.0
# -r requirements/test.txt
# pytest
# pytest-forked
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.txt
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -117,7 +114,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 Down Expand Up @@ -193,7 +190,3 @@ wcwidth==0.2.8
# via
# -r requirements/test.txt
# pytest
wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
31 changes: 12 additions & 19 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/test.txt
# pylint
Expand All @@ -18,15 +18,15 @@ attrs==23.1.0
# -r requirements/test.txt
# hypothesis
# pytest
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand All @@ -45,6 +45,7 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
# via -r requirements/test.txt
Expand All @@ -57,7 +58,7 @@ docutils==0.19
# pydata-sphinx-theme
# readme-renderer
# sphinx
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.1.3
# via
Expand All @@ -67,7 +68,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.87.1
hypothesis==6.88.1
# via -r requirements/test.txt
idna==3.4
# via requests
Expand All @@ -84,10 +85,6 @@ jinja2==3.1.2
# -r requirements/test.txt
# code-annotations
# sphinx
lazy-object-proxy==1.9.0
# via
# -r requirements/test.txt
# astroid
markupsafe==2.1.3
# via
# -r requirements/test.txt
Expand All @@ -102,7 +99,7 @@ more-itertools==10.1.0
# via
# -r requirements/test.txt
# pytest
mypy==1.5.1
mypy==1.6.1
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -134,17 +131,17 @@ py==1.11.0
# -r requirements/test.txt
# pytest
# pytest-forked
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.txt
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.2
# via sphinx-book-theme
pygments==2.16.1
# via
# accessible-pygments
# pydata-sphinx-theme
# readme-renderer
# sphinx
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -155,7 +152,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 Down Expand Up @@ -254,15 +251,11 @@ typing-extensions==4.8.0
# mypy
# pydata-sphinx-theme
# pylint
urllib3==2.0.6
urllib3==2.0.7
# via requests
wcwidth==0.2.8
# via
# -r requirements/test.txt
# pytest
wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
zipp==3.17.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
Loading

0 comments on commit f203e6e

Please sign in to comment.