Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #302

Merged
merged 3 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
call-upgrade-python-requirements-workflow:
with:
branch: ${{ github.event.inputs.branch }}
python_version: "3.8"
# optional parameters below; fill in if you'd like github or email notifications
# user_reviewers: ""
# team_reviewers: ""
Expand Down
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.6.3'
__version__ = '4.6.4'
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ markupsafe==2.1.5
# jinja2
# mako
# xblock
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
openedx-events==9.10.0
# via event-tracking
Expand Down Expand Up @@ -189,7 +189,7 @@ tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via requests
vine==5.1.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ faker==25.8.0
# via factory-boy
fastavro==1.9.4
# via openedx-events
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -223,7 +223,7 @@ more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
nh3==0.2.17
# via readme-renderer
Expand Down Expand Up @@ -259,7 +259,7 @@ prompt-toolkit==3.0.47
# via click-repl
psutil==5.9.8
# via edx-django-utils
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -390,7 +390,7 @@ tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via
# requests
# twine
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ markupsafe==2.1.5
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
openedx-events==9.10.0
# via event-tracking
Expand Down Expand Up @@ -291,7 +291,7 @@ tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via requests
vine==5.1.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
nh3==0.2.17
# via readme-renderer
Expand All @@ -211,7 +211,7 @@ prompt-toolkit==3.0.47
# via click-repl
psutil==5.9.8
# via edx-django-utils
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -328,7 +328,7 @@ tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via
# requests
# twine
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ markupsafe==2.1.5
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
openedx-events==9.10.0
# via event-tracking
Expand Down Expand Up @@ -221,7 +221,7 @@ tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via requests
vine==5.1.0
# via
Expand Down
Loading