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 15, 2024
1 parent 160171b commit 7d722fb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ inflection==0.5.1
# via drf-yasg
mysqlclient==2.2.1
# via -r requirements/base.in
newrelic==9.3.0
newrelic==9.5.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
# via sphinx
jinja2==3.1.2
jinja2==3.1.3
# via sphinx
markupsafe==2.1.3
# via jinja2
Expand Down
6 changes: 3 additions & 3 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==22.0.0
faker==22.2.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -186,7 +186,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -210,7 +210,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.1
# via -r requirements/test.txt
newrelic==9.3.0
newrelic==9.5.0
# via
# -r requirements/test.txt
# edx-django-utils
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.14
boto3==1.34.19
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.34.14
botocore==1.34.19
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -116,7 +116,7 @@ jmespath==1.0.1
# botocore
mysqlclient==2.2.1
# via -r requirements/base.txt
newrelic==9.3.0
newrelic==9.5.0
# via
# -r requirements/base.txt
# -r requirements/production.in
Expand Down Expand Up @@ -155,7 +155,7 @@ pynacl==1.5.0
# edx-django-utils
python-dateutil==2.8.2
# via botocore
python-memcached==1.61
python-memcached==1.62
# via -r requirements/production.in
python3-openid==3.2.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==22.0.0
faker==22.2.0
# via factory-boy
idna==3.6
# via
Expand All @@ -133,7 +133,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# code-annotations
# diff-cover
Expand All @@ -147,7 +147,7 @@ mypy-extensions==1.0.0
# via mypy
mysqlclient==2.2.1
# via -r requirements/base.txt
newrelic==9.3.0
newrelic==9.5.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down

0 comments on commit 7d722fb

Please sign in to comment.