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 #342

Closed
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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-toggles
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -76,11 +76,11 @@ markupsafe==3.0.2
# via jinja2
newrelic==10.4.0
# via edx-django-utils
openedx-events==9.15.0
openedx-events==9.15.2
# via -r requirements/base.in
pbr==6.1.0
# via stevedore
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via click-repl
psutil==6.1.1
# via edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery54.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ click==8.1.8
click-didyoumean==0.3.1
click-repl==0.3.0
kombu==5.4.2
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
vine==5.1.0
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -106,7 +106,7 @@ distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -195,7 +195,7 @@ newrelic==10.4.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==9.15.0
openedx-events==9.15.2
# via -r requirements/test.txt
packaging==24.2
# via
Expand Down Expand Up @@ -228,7 +228,7 @@ pluggy==1.5.0
# -r requirements/test.txt
# pytest
# tox
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via
# -r requirements/test.txt
# click-repl
Expand Down Expand Up @@ -368,7 +368,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/ci.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ click-plugins==1.1.1
# via
# -r requirements/base.txt
# celery
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/base.txt
# edx-lint
Expand Down Expand Up @@ -129,7 +129,7 @@ newrelic==10.4.0
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==9.15.0
openedx-events==9.15.2
# via -r requirements/base.txt
packaging==24.2
# via pytest
Expand Down
Loading