Skip to content

Commit

Permalink
perf: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Jul 22, 2024
1 parent 914d303 commit fe28389
Show file tree
Hide file tree
Showing 11 changed files with 74 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5.4.4
- uses: wagoid/commitlint-github-action@v6.0.1
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tutor_version: ["<17.0.0", "<18.0.0"]
tutor_version: ["<17.0.0", "<18.0.0", "<19.0.0"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
name: Label the PR size
steps:
- uses: CodelyTV/pr-size-labeler@v1.7.0
- uses: CodelyTV/pr-size-labeler@v1.10.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
xs_max_size: '10'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_issue_assignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign PR-Issue'
uses: pozil/auto-assign-issue@v1.13.0
uses: pozil/auto-assign-issue@v2.0.0
with:
repo-token: ${{ secrets.DEDALO_PAT }}
teams: django-plugins-tahoau
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
python -m build --sdist --wheel --outdir dist/ .
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@1.9.0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Compatibility Notes
+-------------------+----------------+
| Quince | >= 6.0 |
+-------------------+----------------+
| Redwood | >= 6.0 |
+------------------+-----------------+

The following changes to the plugin settings are necessary. If the release you are looking for is
not listed, then the accumulation of changes from previous releases is enough.
Expand Down
46 changes: 19 additions & 27 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
amqp==5.2.0
# via kombu
asgiref==3.7.2
asgiref==3.8.1
# via django
attrs==23.2.0
# via openedx-events
backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# django
# kombu
billiard==4.2.0
# via celery
celery==5.3.6
celery==5.4.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand All @@ -27,13 +22,13 @@ click==8.1.7
# click-didyoumean
# click-plugins
# click-repl
click-didyoumean==0.3.0
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
django==4.2.10
django==4.2.14
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand All @@ -46,45 +41,42 @@ djangorestframework==3.14.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
edx-opaque-keys[django]==2.5.1
dnspython==2.6.1
# via pymongo
edx-opaque-keys[django]==2.10.0
# via
# -r requirements/base.in
# openedx-events
fastavro==1.9.3
fastavro==1.9.5
# via openedx-events
kombu==5.3.5
kombu==5.3.7
# via celery
openedx-events==9.0.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via click-repl
pymongo==3.13.0
pymongo==4.8.0
# via edx-opaque-keys
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via celery
pytz==2022.7.1
# via
# -c requirements/constraints.txt
# djangorestframework
six==1.16.0
# via python-dateutil
sqlparse==0.4.4
sqlparse==0.5.1
# via django
stevedore==5.1.0
stevedore==5.2.0
# via edx-opaque-keys
typing-extensions==4.9.0
# via
# asgiref
# edx-opaque-keys
# kombu
tzdata==2023.4
# via
# backports-zoneinfo
# celery
typing-extensions==4.12.2
# via edx-opaque-keys
tzdata==2024.1
# via celery
vine==5.1.0
# via
# amqp
Expand Down
1 change: 1 addition & 0 deletions requirements/django.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
django==4.2.14
19 changes: 6 additions & 13 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,23 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
build==1.0.3
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
packaging==24.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
pyproject-hooks==1.1.0
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
72 changes: 32 additions & 40 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.11
# by the following command:
#
# make upgrade
Expand All @@ -8,31 +8,25 @@ amqp==5.2.0
# via
# -r requirements/base.txt
# kombu
asgiref==3.7.2
asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.0.3
astroid==3.2.4
# via pylint
attrs==23.2.0
# via
# -r requirements/base.txt
# openedx-events
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# celery
# django
# kombu
billiard==4.2.0
# via
# -r requirements/base.txt
# celery
celery==5.3.6
celery==5.4.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
certifi==2024.2.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -43,7 +37,7 @@ click==8.1.7
# click-didyoumean
# click-plugins
# click-repl
click-didyoumean==0.3.0
click-didyoumean==0.3.1
# via
# -r requirements/base.txt
# celery
Expand All @@ -55,7 +49,7 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
coverage==7.4.1
coverage==7.6.0
# via -r requirements/test.in
dill==0.3.8
# via pylint
Expand All @@ -71,19 +65,24 @@ djangorestframework==3.14.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
edx-opaque-keys[django]==2.5.1
dnspython==2.6.1
# via
# -r requirements/base.txt
# pymongo
edx-opaque-keys[django]==2.10.0
# via
# -r requirements/base.txt
# edx-opaque-keys
# openedx-events
fastavro==1.9.3
fastavro==1.9.5
# via
# -r requirements/base.txt
# openedx-events
idna==3.6
idna==3.7
# via requests
isort==5.13.2
# via pylint
kombu==5.3.5
kombu==5.3.7
# via
# -r requirements/base.txt
# celery
Expand All @@ -99,23 +98,21 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.2.0
platformdirs==4.2.2
# via pylint
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via
# -r requirements/base.txt
# click-repl
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/test.in
pylint==3.0.3
pylint==3.2.6
# via -r requirements/test.in
pymongo==3.13.0
pymongo==4.8.0
# via
# -r requirements/base.txt
# edx-opaque-keys
pyyaml==6.0.1
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# celery
Expand All @@ -124,40 +121,35 @@ pytz==2022.7.1
# -c requirements/constraints.txt
# -r requirements/base.txt
# djangorestframework
requests==2.31.0
pyyaml==6.0.1
# via -r requirements/test.in
requests==2.32.3
# via -r requirements/test.in
six==1.16.0
# via
# -r requirements/base.txt
# python-dateutil
sqlparse==0.4.4
sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/base.txt
# edx-opaque-keys
testfixtures==7.2.2
testfixtures==8.3.0
# via -r requirements/test.in
tomli==2.0.1
# via pylint
tomlkit==0.12.3
tomlkit==0.13.0
# via pylint
typing-extensions==4.9.0
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
# astroid
# edx-opaque-keys
# kombu
# pylint
tzdata==2023.4
tzdata==2024.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
urllib3==2.2.0
urllib3==2.2.2
# via requests
vine==5.1.0
# via
Expand Down
Loading

0 comments on commit fe28389

Please sign in to comment.