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

Python Requirements Update #597

Merged
merged 1 commit into from
Feb 21, 2024
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
7 changes: 3 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==42.0.2
cryptography==42.0.3
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -75,7 +75,7 @@ django-extensions==3.1.5
# -r requirements/base.in
django-guardian==2.4.0
# via -r requirements/base.in
django-model-utils==4.3.1
django-model-utils==4.4.0
# via
# -r requirements/base.in
# django-user-tasks
Expand Down Expand Up @@ -154,7 +154,6 @@ pyjwt[crypto]==2.8.0
# edx-auth-backends
# edx-drf-extensions
# edx-rest-api-client
# pyjwt
# social-auth-core
pymongo==3.13.0
# via edx-opaque-keys
Expand Down Expand Up @@ -200,7 +199,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/base.in
# edx-auth-backends
social-auth-core==4.5.2
social-auth-core==4.5.3
# via
# edx-auth-backends
# social-auth-app-django
Expand Down
27 changes: 12 additions & 15 deletions requirements/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ billiard==3.6.4.0
# via
# -r requirements/local.txt
# celery
boto3==1.34.35
boto3==1.34.45
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
botocore==1.34.35
botocore==1.34.45
# via
# -r requirements/local.txt
# boto3
Expand Down Expand Up @@ -117,9 +117,8 @@ configobj==5.0.8
coverage[toml]==7.4.1
# via
# -r requirements/local.txt
# coverage
# pytest-cov
cryptography==42.0.2
cryptography==42.0.3
# via
# -r requirements/local.txt
# moto
Expand Down Expand Up @@ -180,7 +179,7 @@ django-extensions==3.1.5
# -r requirements/local.txt
django-guardian==2.4.0
# via -r requirements/local.txt
django-model-utils==4.3.1
django-model-utils==4.4.0
# via
# -r requirements/local.txt
# django-user-tasks
Expand Down Expand Up @@ -250,7 +249,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/local.txt
faker==22.7.0
faker==23.2.1
# via
# -r requirements/local.txt
# factory-boy
Expand Down Expand Up @@ -284,7 +283,6 @@ iniconfig==2.0.0
isort[requirements]==5.13.2
# via
# -r requirements/local.txt
# isort
# pylint
jinja2==3.1.3
# via
Expand Down Expand Up @@ -322,9 +320,9 @@ monotonic==1.6
# via
# -r requirements/local.txt
# analytics-python
moto==5.0.1
moto==5.0.2
# via -r requirements/local.txt
mysqlclient==2.2.3
mysqlclient==2.2.4
# via -r requirements/nonlocal.txt
newrelic==5.24.0.153
# via
Expand Down Expand Up @@ -399,7 +397,6 @@ pyjwt[crypto]==2.8.0
# edx-auth-backends
# edx-drf-extensions
# edx-rest-api-client
# pyjwt
# social-auth-core
pylint==3.0.3
# via
Expand Down Expand Up @@ -435,7 +432,7 @@ pyproject-api==1.6.1
# via
# -r requirements/local.txt
# tox
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/local.txt
# pytest-cov
Expand Down Expand Up @@ -504,7 +501,7 @@ responses==0.17.0
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
ruamel-yaml==0.18.5
ruamel-yaml==0.18.6
# via
# -r requirements/local.txt
# ruamel-yaml-base
Expand Down Expand Up @@ -554,7 +551,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/local.txt
# edx-auth-backends
social-auth-core==4.5.2
social-auth-core==4.5.3
# via
# -r requirements/local.txt
# edx-auth-backends
Expand Down Expand Up @@ -621,7 +618,7 @@ tomlkit==0.12.3
# via
# -r requirements/local.txt
# pylint
tox==4.12.1
tox==4.13.0
# via -r requirements/local.txt
typing-extensions==4.9.0
# via
Expand Down Expand Up @@ -660,7 +657,7 @@ xmltodict==0.13.0
# via
# -r requirements/local.txt
# moto
yamllint==1.34.0
yamllint==1.35.1
# via -r requirements/local.txt
zipp==3.17.0
# via
Expand Down
25 changes: 11 additions & 14 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ billiard==3.6.4.0
# via
# -r requirements/test.txt
# celery
boto3==1.34.35
boto3==1.34.45
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# moto
botocore==1.34.35
botocore==1.34.45
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -117,9 +117,8 @@ configobj==5.0.8
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.2
cryptography==42.0.3
# via
# -r requirements/test.txt
# moto
Expand Down Expand Up @@ -180,7 +179,7 @@ django-extensions==3.1.5
# -r requirements/test.txt
django-guardian==2.4.0
# via -r requirements/test.txt
django-model-utils==4.3.1
django-model-utils==4.4.0
# via
# -r requirements/test.txt
# django-user-tasks
Expand Down Expand Up @@ -250,7 +249,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==22.7.0
faker==23.2.1
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -285,7 +284,6 @@ iniconfig==2.0.0
isort[requirements]==5.13.2
# via
# -r requirements/test.txt
# isort
# pylint
jinja2==3.1.3
# via
Expand Down Expand Up @@ -321,7 +319,7 @@ monotonic==1.6
# via
# -r requirements/test.txt
# analytics-python
moto==5.0.1
moto==5.0.2
# via -r requirements/test.txt
newrelic==5.24.0.153
# via
Expand Down Expand Up @@ -393,7 +391,6 @@ pyjwt[crypto]==2.8.0
# edx-auth-backends
# edx-drf-extensions
# edx-rest-api-client
# pyjwt
# social-auth-core
pylint==3.0.3
# via
Expand Down Expand Up @@ -427,7 +424,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -496,7 +493,7 @@ responses==0.17.0
# -c requirements/constraints.txt
# -r requirements/test.txt
# moto
ruamel-yaml==0.18.5
ruamel-yaml==0.18.6
# via
# ruamel-yaml-base
# ruamel-yaml-cmd
Expand Down Expand Up @@ -539,7 +536,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/test.txt
# edx-auth-backends
social-auth-core==4.5.2
social-auth-core==4.5.3
# via
# -r requirements/test.txt
# edx-auth-backends
Expand Down Expand Up @@ -606,7 +603,7 @@ tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
tox==4.12.1
tox==4.13.0
# via -r requirements/test.txt
typing-extensions==4.9.0
# via
Expand Down Expand Up @@ -647,7 +644,7 @@ xmltodict==0.13.0
# via
# -r requirements/test.txt
# moto
yamllint==1.34.0
yamllint==1.35.1
# via -r requirements/test.txt
zipp==3.17.0
# via
Expand Down
Loading
Loading