Skip to content

Commit

Permalink
Merge pull request #122 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-0c054a4

chore: Upgrade Python requirements
  • Loading branch information
saraburns1 authored Jan 21, 2025
2 parents 0c054a4 + 6d04f94 commit ed89c8a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,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
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 @@ -86,7 +86,7 @@ click-repl==0.3.0
# via
# -r requirements/quality.txt
# celery
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -111,7 +111,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 @@ -364,7 +364,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/quality.txt
# superset-api-client
responses==0.25.5
responses==0.25.6
# via -r requirements/quality.txt
simplejson==3.19.3
# via
Expand Down Expand Up @@ -423,7 +423,7 @@ vine==5.1.0
# amqp
# celery
# kombu
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 @@ -70,7 +70,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-toggles
Expand All @@ -82,7 +82,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 @@ -190,7 +190,7 @@ model-bakery==1.20.1
# via
# -r requirements/test.txt
# django-mock-queries
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -305,7 +305,7 @@ requests-oauthlib==2.0.0
# superset-api-client
requests-toolbelt==1.0.0
# via twine
responses==0.25.5
responses==0.25.6
# via -r requirements/test.txt
restructuredtext-lint==1.4.0
# via doc8
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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 @@ -79,7 +79,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 @@ -277,7 +277,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/test.txt
# superset-api-client
responses==0.25.5
responses==0.25.6
# via -r requirements/test.txt
simplejson==3.19.3
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/base.txt
# -r requirements/test.in
Expand Down Expand Up @@ -217,7 +217,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# superset-api-client
responses==0.25.5
responses==0.25.6
# via -r requirements/test.in
simplejson==3.19.3
# via
Expand Down

0 comments on commit ed89c8a

Please sign in to comment.