Skip to content

Commit

Permalink
chore: Updating Python Requirements (#2407)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Mar 12, 2024
1 parent 64d0752 commit 7fa4d46
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
16 changes: 8 additions & 8 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ bleach==6.1.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.34.57
boto3==1.34.60
# via
# -r requirements/production.txt
# django-ses
botocore==1.34.57
botocore==1.34.60
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -195,7 +195,7 @@ django-extensions==3.2.3
# via
# -r requirements/dev.txt
# -r requirements/production.txt
django-filter==23.5
django-filter==24.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -332,7 +332,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/dev.txt
faker==24.0.0
faker==24.1.0
# via
# -r requirements/dev.txt
# factory-boy
Expand Down Expand Up @@ -425,7 +425,7 @@ mysqlclient==2.2.4
# via
# -r requirements/dev.txt
# -r requirements/production.txt
newrelic==9.7.0
newrelic==9.7.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -452,7 +452,7 @@ openedx-events==9.5.2
# -r requirements/dev.txt
# -r requirements/production.txt
# edx-event-bus-kafka
packaging==23.2
packaging==24.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -574,7 +574,7 @@ pyrsistent==0.20.0
# via
# -r requirements/dev.txt
# jsonschema
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/dev.txt
# pytest-django
Expand Down Expand Up @@ -645,7 +645,7 @@ requests==2.31.0
# segment-analytics-python
# slumber
# social-auth-core
requests-oauthlib==1.3.1
requests-oauthlib==1.4.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ django-crum==0.7.9
# edx-toggles
django-extensions==3.2.3
# via -r requirements/base.in
django-filter==23.5
django-filter==24.1
# via -r requirements/base.in
django-ratelimit==4.1.0
# via -r requirements/base.in
Expand Down Expand Up @@ -178,7 +178,7 @@ markupsafe==2.1.5
# via jinja2
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.7.0
newrelic==9.7.1
# via
# -r requirements/base.in
# edx-django-utils
Expand All @@ -192,7 +192,7 @@ openedx-atlas==0.6.0
# via -r requirements/base.in
openedx-events==9.5.2
# via edx-event-bus-kafka
packaging==23.2
packaging==24.0
# via drf-yasg
path==16.10.0
# via edx-i18n-tools
Expand Down Expand Up @@ -259,7 +259,7 @@ requests==2.31.0
# segment-analytics-python
# slumber
# social-auth-core
requests-oauthlib==1.3.1
requests-oauthlib==1.4.0
# via social-auth-core
sailthru-client==2.2.3
# via edx-ace
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ django-debug-toolbar==4.3.0
# via -r requirements/dev.in
django-extensions==3.2.3
# via -r requirements/test.txt
django-filter==23.5
django-filter==24.1
# via -r requirements/test.txt
django-ratelimit==4.1.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -246,7 +246,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==24.0.0
faker==24.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -312,7 +312,7 @@ mypy-extensions==1.0.0
# black
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.7.0
newrelic==9.7.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -331,7 +331,7 @@ openedx-events==9.5.2
# via
# -r requirements/test.txt
# edx-event-bus-kafka
packaging==23.2
packaging==24.0
# via
# -r requirements/test.txt
# black
Expand Down Expand Up @@ -432,7 +432,7 @@ pyproject-api==1.6.1
# tox
pyrsistent==0.20.0
# via jsonschema
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/test.txt
# pytest-django
Expand Down Expand Up @@ -489,7 +489,7 @@ requests==2.31.0
# segment-analytics-python
# slumber
# social-auth-core
requests-oauthlib==1.3.1
requests-oauthlib==1.4.0
# via
# -r requirements/test.txt
# social-auth-core
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jsx-lexer==2.0.1
# via -r requirements/docs.in
markupsafe==2.1.5
# via jinja2
packaging==23.2
packaging==24.0
# via
# pydata-sphinx-theme
# sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.42.0
wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==7.0.2
# via build
packaging==23.2
packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip_tools.in
Expand All @@ -23,7 +23,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
12 changes: 6 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ backports-zoneinfo==0.2.1
# django
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.34.57
boto3==1.34.60
# via django-ses
botocore==1.34.57
botocore==1.34.60
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -116,7 +116,7 @@ django-crum==0.7.9
# edx-toggles
django-extensions==3.2.3
# via -r requirements/base.txt
django-filter==23.5
django-filter==24.1
# via -r requirements/base.txt
django-ratelimit==4.1.0
# via -r requirements/base.txt
Expand Down Expand Up @@ -237,7 +237,7 @@ markupsafe==2.1.5
# jinja2
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.7.0
newrelic==9.7.1
# via
# -r requirements/base.txt
# -r requirements/production.in
Expand All @@ -259,7 +259,7 @@ openedx-events==9.5.2
# via
# -r requirements/base.txt
# edx-event-bus-kafka
packaging==23.2
packaging==24.0
# via
# -r requirements/base.txt
# drf-yasg
Expand Down Expand Up @@ -355,7 +355,7 @@ requests==2.31.0
# segment-analytics-python
# slumber
# social-auth-core
requests-oauthlib==1.3.1
requests-oauthlib==1.4.0
# via
# -r requirements/base.txt
# social-auth-core
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ django-crum==0.7.9
# edx-toggles
django-extensions==3.2.3
# via -r requirements/base.txt
django-filter==23.5
django-filter==24.1
# via -r requirements/base.txt
django-ratelimit==4.1.0
# via -r requirements/base.txt
Expand Down Expand Up @@ -213,7 +213,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==24.0.0
faker==24.1.0
# via factory-boy
fastavro==1.9.4
# via
Expand Down Expand Up @@ -268,7 +268,7 @@ mypy-extensions==1.0.0
# via black
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.7.0
newrelic==9.7.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -287,7 +287,7 @@ openedx-events==9.5.2
# via
# -r requirements/base.txt
# edx-event-bus-kafka
packaging==23.2
packaging==24.0
# via
# -r requirements/base.txt
# black
Expand Down Expand Up @@ -370,7 +370,7 @@ pypng==0.20220715.0
# qrcode
pyproject-api==1.6.1
# via tox
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/test.in
# pytest-django
Expand Down Expand Up @@ -420,7 +420,7 @@ requests==2.31.0
# segment-analytics-python
# slumber
# social-auth-core
requests-oauthlib==1.3.1
requests-oauthlib==1.4.0
# via
# -r requirements/base.txt
# social-auth-core
Expand Down

0 comments on commit 7fa4d46

Please sign in to comment.