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 committed Jul 3, 2023
1 parent 73c073c commit 3a0f416
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ inflection==0.5.1
# via drf-yasg
mysqlclient==2.2.0
# via -r requirements/base.in
newrelic==8.8.0
newrelic==8.8.1
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -129,7 +129,7 @@ sqlparse==0.4.4
# django
stevedore==5.1.0
# via edx-django-utils
typing-extensions==4.6.3
typing-extensions==4.7.1
# via asgiref
uritemplate==4.1.1
# via drf-yasg
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.6.3
typing-extensions==4.7.1
# via pydata-sphinx-theme
urllib3==1.26.16
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ exceptiongroup==1.1.1
# pytest
factory-boy==3.2.1
# via -r requirements/test.txt
faker==18.11.1
faker==18.11.2
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -210,7 +210,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.0
# via -r requirements/test.txt
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -418,7 +418,7 @@ tomlkit==0.11.8
# via
# -r requirements/test.txt
# pylint
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ click==8.1.3
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
# via
# build
# pip-tools
wheel==0.40.0
# via pip-tools

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.1.0
# via -r requirements/base.txt
boto3==1.26.160
boto3==1.26.165
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.29.160
botocore==1.29.165
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -115,7 +115,7 @@ jmespath==1.0.1
# botocore
mysqlclient==2.2.0
# via -r requirements/base.txt
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/base.txt
# -r requirements/production.in
Expand Down Expand Up @@ -205,7 +205,7 @@ stevedore==5.1.0
# via
# -r requirements/base.txt
# edx-django-utils
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ exceptiongroup==1.1.1
# via pytest
factory-boy==3.2.1
# via -r requirements/test.in
faker==18.11.1
faker==18.11.2
# via factory-boy
idna==3.4
# via
Expand Down Expand Up @@ -146,7 +146,7 @@ mypy-extensions==1.0.0
# via mypy
mysqlclient==2.2.0
# via -r requirements/base.txt
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -279,7 +279,7 @@ tomli==2.0.1
# pytest
tomlkit==0.11.8
# via pylint
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit 3a0f416

Please sign in to comment.