Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Oct 9, 2024
2 parents 13b5fe2 + 1e96a62 commit 4d8eaeb
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
Loading

0 comments on commit 4d8eaeb

Please sign in to comment.