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 Feb 12, 2024
1 parent ee70510 commit 5de796f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -74,7 +74,7 @@ idna==3.6
# via requests
inflection==0.5.1
# via drf-yasg
mysqlclient==2.2.3
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.6.0
# via edx-django-utils
Expand Down
8 changes: 4 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dill==0.3.8
# via
# -r requirements/test.txt
# pylint
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
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.6.0
faker==23.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -208,7 +208,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/test.txt
# mypy
mysqlclient==2.2.3
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.6.0
# via
Expand Down Expand Up @@ -305,7 +305,7 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# faker
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down
8 changes: 4 additions & 4 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.34
boto3==1.34.39
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.34.34
botocore==1.34.39
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -45,7 +45,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -114,7 +114,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
mysqlclient==2.2.3
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.6.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ diff-cover==8.0.3
# via -r requirements/test.in
dill==0.3.8
# via pylint
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
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.6.0
faker==23.1.0
# via factory-boy
idna==3.6
# via
Expand All @@ -145,7 +145,7 @@ mypy==1.8.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
mysqlclient==2.2.3
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.6.0
# via
Expand Down Expand Up @@ -218,7 +218,7 @@ pytest-django==4.8.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via faker
python-slugify==8.0.3
python-slugify==8.0.4
# via code-annotations
python3-openid==3.2.0
# via
Expand Down

0 comments on commit 5de796f

Please sign in to comment.