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 Mar 18, 2024
1 parent ce6724f commit fefe937
Show file tree
Hide file tree
Showing 8 changed files with 155 additions and 31 deletions.
12 changes: 9 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
asgiref==3.7.2
# via django
async-timeout==4.0.3
# via redis
attrs==23.2.0
# via openedx-events
backports-zoneinfo==0.2.1
# via django
cffi==1.16.0
# via pynacl
click==8.1.7
# via
# code-annotations
# edx-django-utils
code-annotations==1.6.0
code-annotations==1.7.0
# via edx-toggles
django==4.2.11
# via
Expand Down Expand Up @@ -78,6 +82,8 @@ stevedore==5.2.0
text-unidecode==1.3
# via python-slugify
typing-extensions==4.10.0
# via edx-opaque-keys
# via
# asgiref
# edx-opaque-keys
walrus==0.9.3
# via -r requirements/base.in
6 changes: 5 additions & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -28,6 +28,10 @@ pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.14.1
# via -r requirements/ci.in
virtualenv==20.25.1
Expand Down
43 changes: 40 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -13,10 +13,18 @@ astroid==3.1.0
# -r requirements/quality.txt
# pylint
# pylint-celery
async-timeout==4.0.3
# via
# -r requirements/quality.txt
# redis
attrs==23.2.0
# via
# -r requirements/quality.txt
# openedx-events
backports-zoneinfo==0.2.1
# via
# -r requirements/quality.txt
# django
build==1.1.1
# via
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -47,7 +55,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.6.0
code-annotations==1.7.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -56,7 +64,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -107,6 +115,10 @@ edx-opaque-keys[django]==2.5.1
# openedx-events
edx-toggles==5.1.1
# via -r requirements/quality.txt
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
fastavro==1.9.4
# via
# -r requirements/quality.txt
Expand All @@ -116,6 +128,11 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -273,6 +290,19 @@ text-unidecode==1.3
# via
# -r requirements/quality.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.4
# via
# -r requirements/quality.txt
Expand All @@ -282,7 +312,10 @@ tox==4.14.1
typing-extensions==4.10.0
# via
# -r requirements/quality.txt
# asgiref
# astroid
# edx-opaque-keys
# pylint
virtualenv==20.25.1
# via
# -r requirements/ci.txt
Expand All @@ -293,6 +326,10 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.18.1
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
60 changes: 45 additions & 15 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.16
alabaster==0.7.13
# via sphinx
asgiref==3.7.2
# via
# -r requirements/test.txt
# django
async-timeout==4.0.3
# via
# -r requirements/test.txt
# redis
attrs==23.2.0
# via
# -r requirements/test.txt
Expand All @@ -20,6 +24,10 @@ babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
build==1.1.1
Expand All @@ -38,11 +46,11 @@ click==8.1.7
# -r requirements/test.txt
# code-annotations
# edx-django-utils
code-annotations==1.6.0
code-annotations==1.7.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -69,7 +77,7 @@ django-waffle==4.1.0
# -r requirements/test.txt
# edx-django-utils
# edx-toggles
docutils==0.20.1
docutils==0.19
# via
# pydata-sphinx-theme
# readme-renderer
Expand All @@ -85,6 +93,10 @@ edx-opaque-keys[django]==2.5.1
# openedx-events
edx-toggles==5.1.1
# via -r requirements/test.txt
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
fastavro==1.9.4
# via
# -r requirements/test.txt
Expand All @@ -96,7 +108,12 @@ imagesize==1.4.1
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
# keyring
# sphinx
# twine
importlib-resources==6.3.1
# via keyring
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -157,7 +174,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.15.2
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
# via
Expand Down Expand Up @@ -189,6 +206,8 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pytz==2024.1
# via babel
pyyaml==6.0.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -216,24 +235,24 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
sphinx==6.2.1
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.2
sphinx-book-theme==1.0.1
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.4
# via
Expand All @@ -249,18 +268,29 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/test.txt
# build
# coverage
# pyproject-hooks
# pytest
twine==5.0.0
# via -r requirements/doc.in
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
# edx-opaque-keys
# pydata-sphinx-theme
# rich
urllib3==2.2.1
# via
# requests
# twine
walrus==0.9.3
# via -r requirements/test.txt
zipp==3.17.0
# via importlib-metadata
zipp==3.18.1
# via
# importlib-metadata
# importlib-resources
13 changes: 12 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -8,6 +8,10 @@ build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
packaging==24.0
# via build
pip-tools==7.4.1
Expand All @@ -16,8 +20,15 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.1
setuptools==69.2.0
# via -r requirements/pip.in
Loading

0 comments on commit fefe937

Please sign in to comment.