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

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and Agrendalath committed Jan 31, 2024
1 parent ed85a0e commit d304ca7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==41.0.7
cryptography==42.0.1
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -76,7 +76,7 @@ inflection==0.5.1
# via drf-yasg
mysqlclient==2.2.1
# via -r requirements/base.in
newrelic==9.5.0
newrelic==9.6.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -120,7 +120,7 @@ six==1.16.0
# edx-django-release-util
social-auth-app-django==5.4.0
# via edx-auth-backends
social-auth-core==4.5.1
social-auth-core==4.5.2
# via
# edx-auth-backends
# social-auth-app-django
Expand Down
18 changes: 9 additions & 9 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.7
cryptography==42.0.1
# via
# -r requirements/test.txt
# pyjwt
Expand All @@ -85,7 +85,7 @@ defusedxml==0.8.0rc2
# social-auth-core
diff-cover==8.0.3
# via -r requirements/test.txt
dill==0.3.7
dill==0.3.8
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -157,7 +157,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==22.4.0
faker==22.5.1
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -210,7 +210,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.1
# via -r requirements/test.txt
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -235,7 +235,7 @@ platformdirs==4.1.0
# via
# -r requirements/test.txt
# pylint
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# diff-cover
Expand Down Expand Up @@ -292,7 +292,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -305,7 +305,7 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# faker
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -354,7 +354,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/test.txt
# edx-auth-backends
social-auth-core==4.5.1
social-auth-core==4.5.2
# via
# -r requirements/test.txt
# edx-auth-backends
Expand Down
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asgiref==3.7.2
# django
attrs==23.2.0
# via -r requirements/base.txt
boto3==1.34.23
boto3==1.34.29
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.34.23
botocore==1.34.29
# via
# boto3
# s3transfer
Expand All @@ -35,7 +35,7 @@ click==8.1.7
# via
# -r requirements/base.txt
# edx-django-utils
cryptography==41.0.7
cryptography==42.0.1
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -116,7 +116,7 @@ jmespath==1.0.1
# botocore
mysqlclient==2.2.1
# via -r requirements/base.txt
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/base.txt
# -r requirements/production.in
Expand Down Expand Up @@ -194,7 +194,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/base.txt
# edx-auth-backends
social-auth-core==4.5.1
social-auth-core==4.5.2
# via
# -r requirements/base.txt
# edx-auth-backends
Expand Down
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.7
cryptography==42.0.1
# via
# -r requirements/base.txt
# pyjwt
Expand All @@ -59,7 +59,7 @@ defusedxml==0.8.0rc2
# social-auth-core
diff-cover==8.0.3
# via -r requirements/test.in
dill==0.3.7
dill==0.3.8
# via pylint
django==3.2.23
# via
Expand Down Expand Up @@ -119,7 +119,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==22.4.0
faker==22.5.1
# via factory-boy
idna==3.6
# via
Expand Down Expand Up @@ -147,7 +147,7 @@ mypy-extensions==1.0.0
# via mypy
mysqlclient==2.2.1
# via -r requirements/base.txt
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -167,7 +167,7 @@ pbr==6.0.0
# stevedore
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
pluggy==1.4.0
# via
# diff-cover
# pytest
Expand Down Expand Up @@ -207,7 +207,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -218,7 +218,7 @@ pytest-django==4.7.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via faker
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
python3-openid==3.2.0
# via
Expand Down Expand Up @@ -257,7 +257,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/base.txt
# edx-auth-backends
social-auth-core==4.5.1
social-auth-core==4.5.2
# via
# -r requirements/base.txt
# edx-auth-backends
Expand Down

0 comments on commit d304ca7

Please sign in to comment.