Skip to content

Commit

Permalink
Merge pull request #407 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-ac59cec

Python Requirements Update
  • Loading branch information
Ian2012 committed Apr 1, 2024
2 parents ac59cec + 84f56a1 commit 393cd0b
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ click==8.1.7
# click-repl
# code-annotations
# edx-django-utils
click-didyoumean==0.3.0
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1
# via celery
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.13.1
filelock==3.13.3
# 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 @@ -87,7 +87,7 @@ click==8.1.7
# edx-django-utils
# edx-lint
# pip-tools
click-didyoumean==0.3.0
click-didyoumean==0.3.1
# via
# -r requirements/quality.txt
# celery
Expand Down Expand Up @@ -206,7 +206,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==24.3.0
faker==24.4.0
# via
# -r requirements/quality.txt
# factory-boy
Expand All @@ -216,7 +216,7 @@ fastavro==1.9.4
# openedx-events
fasteners==0.19
# via -r requirements/quality.txt
filelock==3.13.1
filelock==3.13.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -378,7 +378,7 @@ pytest==8.1.1
# -r requirements/quality.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/quality.txt
pytest-django==4.8.0
# via -r requirements/quality.txt
Expand Down
18 changes: 12 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ click==8.1.7
# click-repl
# code-annotations
# edx-django-utils
click-didyoumean==0.3.0
click-didyoumean==0.3.1
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -182,7 +182,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==24.3.0
faker==24.4.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -214,6 +214,10 @@ isodate==0.6.1
# via -r requirements/test.txt
jaraco-classes==3.3.1
# via keyring
jaraco-context==4.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
jeepney==0.8.0
# via
# keyring
Expand All @@ -227,7 +231,7 @@ jsonfield==3.1.0
# via
# -r requirements/test.txt
# edx-celeryutils
keyring==24.3.1
keyring==25.0.0
# via twine
kombu==5.3.5
# via
Expand All @@ -244,12 +248,14 @@ mdurl==0.1.2
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.2.0
# via jaraco-classes
# via
# jaraco-classes
# jaraco-functools
newrelic==9.7.1
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.15
nh3==0.2.17
# via readme-renderer
openedx-events==9.5.2
# via
Expand Down Expand Up @@ -312,7 +318,7 @@ pytest==8.1.1
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/test.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ click==8.1.7
# code-annotations
# edx-django-utils
# edx-lint
click-didyoumean==0.3.0
click-didyoumean==0.3.1
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -170,7 +170,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==24.3.0
faker==24.4.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -282,7 +282,7 @@ pytest==8.1.1
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/test.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ click==8.1.7
# click-repl
# code-annotations
# edx-django-utils
click-didyoumean==0.3.0
click-didyoumean==0.3.1
# via
# -r requirements/base.txt
# celery
Expand Down Expand Up @@ -153,7 +153,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==24.3.0
faker==24.4.0
# via factory-boy
fastavro==1.9.4
# via
Expand Down Expand Up @@ -230,7 +230,7 @@ pytest==8.1.1
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-django==4.8.0
# via -r requirements/test.in
Expand Down

0 comments on commit 393cd0b

Please sign in to comment.