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

Merged
merged 1 commit into from
Jan 20, 2025
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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ click==8.1.8
# via
# code-annotations
# edx-django-utils
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 @@ -56,7 +56,7 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,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
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -72,7 +72,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/quality.txt
Expand Down Expand Up @@ -156,7 +156,7 @@ newrelic==10.4.0
# via
# -r requirements/quality.txt
# edx-django-utils
openedx-events==9.15.0
openedx-events==9.15.2
# via -r requirements/quality.txt
packaging==24.2
# via
Expand Down Expand Up @@ -297,7 +297,7 @@ typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# edx-opaque-keys
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/ci.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ click==8.1.8
# -r requirements/test.txt
# code-annotations
# edx-django-utils
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-toggles
Expand All @@ -52,7 +52,7 @@ cryptography==44.0.0
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
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 @@ -135,7 +135,7 @@ markupsafe==3.0.2
# jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -145,7 +145,7 @@ newrelic==10.4.0
# edx-django-utils
nh3==0.2.20
# via readme-renderer
openedx-events==9.15.0
openedx-events==9.15.2
# via -r requirements/test.txt
packaging==24.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -42,7 +42,7 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.9
# via pylint
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 @@ -109,7 +109,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
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ click==8.1.8
# -r requirements/base.txt
# code-annotations
# edx-django-utils
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/base.txt
# -r requirements/test.in
Expand Down Expand Up @@ -86,7 +86,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