Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #84 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-5b35691

Python Requirements Update
  • Loading branch information
farhan authored Mar 25, 2024
2 parents 5b35691 + 8aa16da commit 057ba2d
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 24 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
amqp==5.2.0
# via kombu
asgiref==3.7.2
asgiref==3.8.1
# via django
backports-zoneinfo[tzdata]==0.2.1
# via
Expand All @@ -32,7 +32,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 All @@ -59,7 +59,7 @@ django-waffle==4.1.0
# via
# edx-django-utils
# edx-toggles
djangorestframework==3.15.0
djangorestframework==3.15.1
# via django-rest-framework
edx-django-utils==5.11.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 @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.14.1
tox==4.14.2
# via -r requirements/ci.in
virtualenv==20.25.1
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.2.0
# via
# -r requirements/quality.txt
# kombu
asgiref==3.7.2
asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
Expand Down Expand Up @@ -71,7 +71,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 @@ -138,7 +138,7 @@ django-waffle==4.1.0
# -r requirements/quality.txt
# edx-django-utils
# edx-toggles
djangorestframework==3.15.0
djangorestframework==3.15.1
# via
# -r requirements/quality.txt
# django-mock-queries
Expand Down Expand Up @@ -307,7 +307,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 Expand Up @@ -372,7 +372,7 @@ tomlkit==0.12.4
# via
# -r requirements/quality.txt
# pylint
tox==4.14.1
tox==4.14.2
# via -r requirements/ci.txt
typing-extensions==4.10.0
# via
Expand Down
20 changes: 13 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ amqp==5.2.0
# via
# -r requirements/test.txt
# kombu
asgiref==3.7.2
asgiref==3.8.1
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -59,7 +59,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 @@ -108,7 +108,7 @@ django-waffle==4.1.0
# -r requirements/test.txt
# edx-django-utils
# edx-toggles
djangorestframework==3.15.0
djangorestframework==3.15.1
# via
# -r requirements/test.txt
# django-mock-queries
Expand Down Expand Up @@ -147,14 +147,18 @@ importlib-metadata==6.11.0
# keyring
# sphinx
# twine
importlib-resources==6.3.1
importlib-resources==6.4.0
# via keyring
iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
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 @@ -164,7 +168,7 @@ jinja2==3.1.3
# -r requirements/test.txt
# code-annotations
# sphinx
keyring==24.3.1
keyring==25.0.0
# via twine
kombu==5.3.5
# via
Expand All @@ -183,7 +187,9 @@ model-bakery==1.17.0
# -r requirements/test.txt
# django-mock-queries
more-itertools==10.2.0
# via jaraco-classes
# via
# jaraco-classes
# jaraco-functools
newrelic==9.7.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -244,7 +250,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
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.2.0
# via
# -r requirements/test.txt
# kombu
asgiref==3.7.2
asgiref==3.8.1
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -52,7 +52,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 @@ -104,7 +104,7 @@ django-waffle==4.1.0
# -r requirements/test.txt
# edx-django-utils
# edx-toggles
djangorestframework==3.15.0
djangorestframework==3.15.1
# via
# -r requirements/test.txt
# django-mock-queries
Expand Down Expand Up @@ -214,7 +214,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
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.2.0
# via
# -r requirements/base.txt
# kombu
asgiref==3.7.2
asgiref==3.8.1
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -46,7 +46,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 @@ -91,7 +91,7 @@ django-waffle==4.1.0
# -r requirements/base.txt
# edx-django-utils
# edx-toggles
djangorestframework==3.15.0
djangorestframework==3.15.1
# via
# -r requirements/base.txt
# django-mock-queries
Expand Down Expand Up @@ -162,7 +162,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 057ba2d

Please sign in to comment.