Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/github_actions/actions/setup-py…
Browse files Browse the repository at this point in the history
…thon-5
pomegranited committed Oct 9, 2024
2 parents c4dc305 + 1e96a62 commit 58d89dd
Showing 9 changed files with 100 additions and 220 deletions.
2 changes: 1 addition & 1 deletion completion/__init__.py
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@
"""


__version__ = '4.7.0'
__version__ = '4.7.1'
32 changes: 11 additions & 21 deletions requirements/base.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.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
@@ -12,14 +12,7 @@ asgiref==3.8.1
# via django
attrs==24.2.0
# via openedx-events
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
billiard==4.2.1
# via celery
celery==5.4.0
# via event-tracking
@@ -109,11 +102,11 @@ fastavro==1.9.7
# via openedx-events
fs==2.4.16
# via xblock
idna==3.8
idna==3.10
# via requests
jinja2==3.1.4
# via code-annotations
kombu==5.4.0
kombu==5.4.2
# via celery
lxml==5.3.0
# via xblock
@@ -126,7 +119,7 @@ markupsafe==2.1.5
# xblock
newrelic==9.13.0
# via edx-django-utils
openedx-events==9.14.0
openedx-events==9.14.1
# via event-tracking
pbr==6.1.0
# via stevedore
@@ -152,7 +145,7 @@ python-dateutil==2.9.0.post0
# xblock
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.in
# event-tracking
@@ -183,15 +176,12 @@ stevedore==5.3.0
text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
# via edx-opaque-keys
tzdata==2024.2
# via
# asgiref
# edx-opaque-keys
# kombu
tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.2
# kombu
urllib3==2.2.3
# via requests
vine==5.1.0
# via
@@ -208,7 +198,7 @@ xblock==5.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.1.2
setuptools==75.1.0
# via
# -r requirements/base.in
# fs
16 changes: 6 additions & 10 deletions 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.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
@@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
@@ -22,19 +22,15 @@ packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.18.1
tox==4.20.0
# via -r requirements/ci.in
virtualenv==20.26.4
virtualenv==20.26.5
# via tox
83 changes: 25 additions & 58 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.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
@@ -10,22 +10,13 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.2.4
astroid==3.3.4
# via
# pylint
# pylint-celery
attrs==24.2.0
# via openedx-events
backports-tarfile==1.2.0
# via jaraco-context
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
billiard==4.2.1
# via celery
build==1.2.2
# via pip-tools
@@ -115,7 +106,7 @@ djangorestframework==3.15.2
# -r requirements/base.in
# drf-jwt
# edx-drf-extensions
docutils==0.20.1
docutils==0.21.2
# via readme-renderer
drf-jwt==1.19.2
# via edx-drf-extensions
@@ -150,31 +141,24 @@ event-tracking==2.4.0
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.1
# via -r requirements/test.in
faker==28.4.1
faker==29.0.0
# via factory-boy
fastavro==1.9.7
# via openedx-events
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
freezegun==1.5.1
# via -r requirements/test.in
fs==2.4.16
# via xblock
idna==3.8
idna==3.10
# via requests
importlib-metadata==8.4.0
# via
# build
# keyring
# twine
importlib-resources==6.4.5
# via keyring
importlib-metadata==8.5.0
# via twine
iniconfig==2.0.0
# via pytest
isort==5.13.2
@@ -195,9 +179,9 @@ jinja2==3.1.4
# via
# code-annotations
# diff-cover
keyring==25.3.0
keyring==25.4.1
# via twine
kombu==5.4.0
kombu==5.4.2
# via celery
lxml[html-clean]==5.3.0
# via
@@ -229,7 +213,7 @@ newrelic==9.13.0
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
openedx-events==9.14.0
openedx-events==9.14.1
# via event-tracking
packaging==24.1
# via
@@ -245,7 +229,7 @@ pip-tools==7.4.1
# via -r requirements/dev.in
pkginfo==1.10.0
# via twine
platformdirs==4.3.2
platformdirs==4.3.6
# via
# pylint
# tox
@@ -276,7 +260,7 @@ pyjwt[crypto]==2.9.0
# via
# drf-jwt
# edx-drf-extensions
pylint==3.2.7
pylint==3.3.1
# via
# edx-lint
# pylint-celery
@@ -296,7 +280,7 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pyproject-hooks==1.1.0
# via
@@ -318,7 +302,7 @@ python-dateutil==2.9.0.post0
# xblock
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.in
# event-tracking
@@ -328,7 +312,7 @@ pyyaml==6.0.2
# code-annotations
# edx-i18n-tools
# xblock
readme-renderer==43.0
readme-renderer==44.0
# via twine
requests==2.32.3
# via
@@ -365,34 +349,19 @@ stevedore==5.3.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.13.2
# via pylint
tox==4.18.1
tox==4.20.0
# via -r requirements/dev.in
twine==5.1.1
# via -r requirements/quality.in
typing-extensions==4.12.2
# via edx-opaque-keys
tzdata==2024.2
# via
# asgiref
# astroid
# edx-opaque-keys
# kombu
# pylint
# rich
tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.2
# kombu
urllib3==2.2.3
# via
# requests
# twine
@@ -401,7 +370,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.26.4
virtualenv==20.26.5
# via tox
wcwidth==0.2.13
# via prompt-toolkit
@@ -415,10 +384,8 @@ wheel==0.44.0
# pip-tools
xblock==5.1.0
# via -r requirements/base.in
zipp==3.20.1
# via
# importlib-metadata
# importlib-resources
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
63 changes: 21 additions & 42 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
accessible-pygments==0.0.4
accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==0.7.13
alabaster==1.0.0
# via sphinx
amqp==5.2.0
# via kombu
@@ -20,16 +20,9 @@ babel==2.16.0
# via
# pydata-sphinx-theme
# sphinx
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# celery
# django
# djangorestframework
# kombu
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
billiard==4.2.0
billiard==4.2.1
# via celery
celery==5.4.0
# via event-tracking
@@ -95,7 +88,7 @@ djangorestframework==3.15.2
# edx-drf-extensions
doc8==1.1.2
# via -r requirements/doc.in
docutils==0.19
docutils==0.21.2
# via
# doc8
# pydata-sphinx-theme
@@ -127,31 +120,27 @@ event-tracking==2.4.0
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.1
# via -r requirements/test.in
faker==28.4.1
faker==29.0.0
# via factory-boy
fastavro==1.9.7
# via openedx-events
freezegun==1.5.1
# via -r requirements/test.in
fs==2.4.16
# via xblock
idna==3.8
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.4.0
# via sphinx
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via
# code-annotations
# sphinx
kombu==5.4.0
kombu==5.4.2
# via celery
lxml==5.3.0
# via xblock
@@ -166,7 +155,7 @@ mock==5.1.0
# via -r requirements/test.in
newrelic==9.13.0
# via edx-django-utils
openedx-events==9.14.0
openedx-events==9.14.1
# via event-tracking
packaging==24.1
# via
@@ -183,7 +172,7 @@ psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pydata-sphinx-theme==0.14.4
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.18.0
# via
@@ -217,10 +206,9 @@ python-dateutil==2.9.0.post0
# xblock
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.in
# babel
# event-tracking
# xblock
pyyaml==6.0.2
@@ -247,24 +235,24 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==6.2.1
sphinx==8.0.2
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.0.1
sphinx-book-theme==1.1.3
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
# via django
@@ -276,22 +264,15 @@ stevedore==5.3.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# coverage
# doc8
# pytest
typing-extensions==4.12.2
# via
# asgiref
# edx-opaque-keys
# kombu
# pydata-sphinx-theme
tzdata==2024.1
tzdata==2024.2
# via
# backports-zoneinfo
# celery
urllib3==2.2.2
# kombu
urllib3==2.2.3
# via requests
vine==5.1.0
# via
@@ -306,8 +287,6 @@ webob==1.8.8
# via xblock
xblock==5.1.0
# via -r requirements/base.in
zipp==3.20.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
10 changes: 1 addition & 9 deletions 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.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
@@ -8,8 +8,6 @@ build==1.2.2
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.4.0
# via build
packaging==24.1
# via build
pip-tools==7.4.1
@@ -18,14 +16,8 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.44.0
# via pip-tools
zipp==3.20.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
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.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
@@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.1.2
setuptools==75.1.0
# via -r requirements/pip.in
72 changes: 22 additions & 50 deletions requirements/quality.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.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
@@ -10,22 +10,13 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.2.4
astroid==3.3.4
# via
# pylint
# pylint-celery
attrs==24.2.0
# via openedx-events
backports-tarfile==1.2.0
# via jaraco-context
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
billiard==4.2.1
# via celery
celery==5.4.0
# via event-tracking
@@ -99,7 +90,7 @@ djangorestframework==3.15.2
# -r requirements/base.in
# drf-jwt
# edx-drf-extensions
docutils==0.20.1
docutils==0.21.2
# via readme-renderer
drf-jwt==1.19.2
# via edx-drf-extensions
@@ -131,26 +122,20 @@ event-tracking==2.4.0
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.1
# via -r requirements/test.in
faker==28.4.1
faker==29.0.0
# via factory-boy
fastavro==1.9.7
# via openedx-events
freezegun==1.5.1
# via -r requirements/test.in
fs==2.4.16
# via xblock
idna==3.8
idna==3.10
# via requests
importlib-metadata==8.4.0
# via
# keyring
# twine
importlib-resources==6.4.5
# via keyring
importlib-metadata==8.5.0
# via twine
iniconfig==2.0.0
# via pytest
isort==5.13.2
@@ -169,9 +154,9 @@ jeepney==0.8.0
# secretstorage
jinja2==3.1.4
# via code-annotations
keyring==25.3.0
keyring==25.4.1
# via twine
kombu==5.4.0
kombu==5.4.2
# via celery
lxml==5.3.0
# via xblock
@@ -198,15 +183,15 @@ newrelic==9.13.0
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
openedx-events==9.14.0
openedx-events==9.14.1
# via event-tracking
packaging==24.1
# via pytest
pbr==6.1.0
# via stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.3.2
platformdirs==4.3.6
# via pylint
pluggy==1.5.0
# via pytest
@@ -228,7 +213,7 @@ pyjwt[crypto]==2.9.0
# via
# drf-jwt
# edx-drf-extensions
pylint==3.2.7
pylint==3.3.1
# via
# edx-lint
# pylint-celery
@@ -264,7 +249,7 @@ python-dateutil==2.9.0.post0
# xblock
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.in
# event-tracking
@@ -273,7 +258,7 @@ pyyaml==6.0.2
# via
# code-annotations
# xblock
readme-renderer==43.0
readme-renderer==44.0
# via twine
requests==2.32.3
# via
@@ -310,28 +295,17 @@ stevedore==5.3.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# coverage
# pylint
# pytest
tomlkit==0.13.2
# via pylint
twine==5.1.1
# via -r requirements/quality.in
typing-extensions==4.12.2
# via edx-opaque-keys
tzdata==2024.2
# via
# asgiref
# astroid
# edx-opaque-keys
# kombu
# pylint
# rich
tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.2
# kombu
urllib3==2.2.3
# via
# requests
# twine
@@ -350,13 +324,11 @@ wheel==0.44.0
# via -r requirements/quality.in
xblock==5.1.0
# via -r requirements/base.in
zipp==3.20.1
# via
# importlib-metadata
# importlib-resources
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.1.2
setuptools==75.1.0
# via
# -r requirements/base.in
# fs
38 changes: 11 additions & 27 deletions requirements/test.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.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
@@ -12,14 +12,7 @@ asgiref==3.8.1
# via django
attrs==24.2.0
# via openedx-events
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
billiard==4.2.1
# via celery
celery==5.4.0
# via event-tracking
@@ -107,25 +100,23 @@ event-tracking==2.4.0
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.1
# via -r requirements/test.in
faker==28.4.1
faker==29.0.0
# via factory-boy
fastavro==1.9.7
# via openedx-events
freezegun==1.5.1
# via -r requirements/test.in
fs==2.4.16
# via xblock
idna==3.8
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via code-annotations
kombu==5.4.0
kombu==5.4.2
# via celery
lxml==5.3.0
# via xblock
@@ -140,7 +131,7 @@ mock==5.1.0
# via -r requirements/test.in
newrelic==9.13.0
# via edx-django-utils
openedx-events==9.14.0
openedx-events==9.14.1
# via event-tracking
packaging==24.1
# via pytest
@@ -180,7 +171,7 @@ python-dateutil==2.9.0.post0
# xblock
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.in
# event-tracking
@@ -210,20 +201,13 @@ stevedore==5.3.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.12.2
# via edx-opaque-keys
tzdata==2024.2
# via
# asgiref
# edx-opaque-keys
# kombu
tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.2
# kombu
urllib3==2.2.3
# via requests
vine==5.1.0
# via

0 comments on commit 58d89dd

Please sign in to comment.