Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
DawoudSheraz committed Mar 29, 2024
2 parents 24e0204 + 7b7d1d2 commit 01f16ac
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 37 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ distlib==0.3.8
# via virtualenv
docopt==0.6.2
# via coveralls
filelock==3.13.1
filelock==3.13.3
# via
# tox
# virtualenv
Expand All @@ -46,7 +46,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.14.1
tox==4.14.2
# via -r requirements/ci.in
urllib3==2.2.1
# via requests
Expand Down
34 changes: 20 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ anyio==4.3.0
# via starlette
appdirs==1.4.4
# via fs
asgiref==3.7.2
asgiref==3.8.1
# via django
astroid==3.1.0
# via
# pylint
# pylint-celery
backports-zoneinfo==0.2.1
# via django
# via
# django
# djangorestframework
cachetools==5.3.3
# via tox
certifi==2024.2.2
Expand Down Expand Up @@ -96,7 +98,7 @@ django-waffle==4.1.0
# edx-django-utils
# edx-drf-extensions
# edx-toggles
djangorestframework==3.14.0
djangorestframework==3.15.1
# via
# drf-jwt
# edx-drf-extensions
Expand Down Expand Up @@ -126,7 +128,7 @@ exceptiongroup==1.2.0
# pytest
fastapi==0.110.0
# via pact-python
filelock==3.13.1
filelock==3.13.3
# via
# tox
# virtualenv
Expand All @@ -144,7 +146,7 @@ importlib-metadata==6.11.0
# -c requirements/common_constraints.txt
# keyring
# twine
importlib-resources==6.3.0
importlib-resources==6.4.0
# via keyring
iniconfig==2.0.0
# via pytest
Expand All @@ -154,6 +156,10 @@ isort==5.13.2
# pylint
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 @@ -162,7 +168,7 @@ jinja2==3.1.3
# via
# code-annotations
# diff-cover
keyring==24.3.1
keyring==25.0.0
# via twine
lxml==5.1.0
# via -r requirements/base.in
Expand All @@ -177,12 +183,14 @@ mdurl==0.1.2
mock==5.1.0
# via -r requirements/test.in
more-itertools==10.2.0
# via jaraco-classes
# via
# jaraco-classes
# jaraco-functools
multidict==6.0.5
# via yarl
newrelic==9.7.1
newrelic==9.8.0
# via edx-django-utils
nh3==0.2.15
nh3==0.2.17
# via readme-renderer
packaging==24.0
# via
Expand Down Expand Up @@ -256,14 +264,12 @@ 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
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via djangorestframework
pyyaml==6.0.1
# via
# code-annotations
Expand Down Expand Up @@ -321,7 +327,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.4
# via pylint
tox==4.14.1
tox==4.14.2
# via -r requirements/ci.in
twine==5.0.0
# via -r requirements/quality.in
Expand All @@ -345,7 +351,7 @@ urllib3==2.2.1
# requests
# responses
# twine
uvicorn==0.28.0
uvicorn==0.29.0
# via pact-python
virtualenv==20.25.1
# via tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.1.1
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
30 changes: 18 additions & 12 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ anyio==4.3.0
# via starlette
appdirs==1.4.4
# via fs
asgiref==3.7.2
asgiref==3.8.1
# via django
astroid==3.1.0
# via
# pylint
# pylint-celery
backports-zoneinfo==0.2.1
# via django
# via
# django
# djangorestframework
certifi==2024.2.2
# via requests
cffi==1.16.0
Expand Down Expand Up @@ -82,7 +84,7 @@ django-waffle==4.1.0
# edx-django-utils
# edx-drf-extensions
# edx-toggles
djangorestframework==3.14.0
djangorestframework==3.15.1
# via
# drf-jwt
# edx-drf-extensions
Expand Down Expand Up @@ -124,7 +126,7 @@ importlib-metadata==6.11.0
# -c requirements/common_constraints.txt
# keyring
# twine
importlib-resources==6.3.0
importlib-resources==6.4.0
# via keyring
iniconfig==2.0.0
# via pytest
Expand All @@ -134,13 +136,17 @@ isort==5.13.2
# pylint
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
# secretstorage
jinja2==3.1.3
# via code-annotations
keyring==24.3.1
keyring==25.0.0
# via twine
lxml==5.1.0
# via -r requirements/base.in
Expand All @@ -155,12 +161,14 @@ mdurl==0.1.2
mock==5.1.0
# via -r requirements/test.in
more-itertools==10.2.0
# via jaraco-classes
# via
# jaraco-classes
# jaraco-functools
multidict==6.0.5
# via yarl
newrelic==9.7.1
newrelic==9.8.0
# via edx-django-utils
nh3==0.2.15
nh3==0.2.17
# via readme-renderer
packaging==24.0
# via pytest
Expand Down Expand Up @@ -222,14 +230,12 @@ 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
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via djangorestframework
pyyaml==6.0.1
# via
# code-annotations
Expand Down Expand Up @@ -306,7 +312,7 @@ urllib3==2.2.1
# requests
# responses
# twine
uvicorn==0.28.0
uvicorn==0.29.0
# via pact-python
yarl==1.9.4
# via pact-python
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ anyio==4.3.0
# via starlette
appdirs==1.4.4
# via fs
asgiref==3.7.2
asgiref==3.8.1
# via django
backports-zoneinfo==0.2.1
# via django
# via
# django
# djangorestframework
certifi==2024.2.2
# via requests
cffi==1.16.0
Expand Down Expand Up @@ -67,7 +69,7 @@ django-waffle==4.1.0
# edx-django-utils
# edx-drf-extensions
# edx-toggles
djangorestframework==3.14.0
djangorestframework==3.15.1
# via
# drf-jwt
# edx-drf-extensions
Expand Down Expand Up @@ -112,7 +114,7 @@ mock==5.1.0
# via -r requirements/test.in
multidict==6.0.5
# via yarl
newrelic==9.7.1
newrelic==9.8.0
# via edx-django-utils
packaging==24.0
# via pytest
Expand Down Expand Up @@ -148,14 +150,12 @@ 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
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via djangorestframework
pyyaml==6.0.1
# via
# code-annotations
Expand Down Expand Up @@ -208,7 +208,7 @@ urllib3==2.2.1
# via
# requests
# responses
uvicorn==0.28.0
uvicorn==0.29.0
# via pact-python
yarl==1.9.4
# via pact-python
Expand Down

0 comments on commit 01f16ac

Please sign in to comment.