Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 24, 2024
1 parent a14fb39 commit 8a2abc5
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 41 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ attrs==24.2.0
# openedx-events
bleach==6.1.0
# via lti-consumer-xblock
boto3==1.35.22
boto3==1.35.25
# via fs-s3fs
botocore==1.35.22
botocore==1.35.25
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -229,7 +229,7 @@ openedx-events==9.14.1
# -r requirements/base.in
# edx-event-bus-kafka
# edx-event-bus-redis
openedx-filters==1.9.0
openedx-filters==1.10.0
# via lti-consumer-xblock
packaging==24.1
# via drf-yasg
Expand Down
24 changes: 17 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/validation.txt
# django
# django-cors-headers
astroid==3.2.4
astroid==3.3.4
# via
# -r requirements/validation.txt
# pylint
Expand All @@ -27,11 +27,11 @@ bleach==6.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
boto3==1.35.22
boto3==1.35.25
# via
# -r requirements/validation.txt
# fs-s3fs
botocore==1.35.22
botocore==1.35.25
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -101,6 +101,7 @@ cryptography==43.0.1
# via
# -r requirements/validation.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.2
# via -r requirements/validation.txt
Expand Down Expand Up @@ -267,7 +268,7 @@ edx-token-utils==0.2.1
# via -r requirements/validation.txt
factory-boy==3.3.1
# via -r requirements/validation.txt
faker==28.4.1
faker==29.0.0
# via
# -r requirements/validation.txt
# factory-boy
Expand Down Expand Up @@ -332,6 +333,11 @@ jaraco-functools==4.0.2
# via
# -r requirements/validation.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/validation.txt
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/validation.txt
Expand All @@ -347,7 +353,7 @@ jsonfield==3.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
keyring==25.4.0
keyring==25.4.1
# via
# -r requirements/validation.txt
# twine
Expand Down Expand Up @@ -425,7 +431,7 @@ openedx-events==9.14.1
# -r requirements/validation.txt
# edx-event-bus-kafka
# edx-event-bus-redis
openedx-filters==1.9.0
openedx-filters==1.10.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
Expand Down Expand Up @@ -500,7 +506,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.7
pylint==3.3.1
# via
# -r requirements/validation.txt
# edx-lint
Expand Down Expand Up @@ -619,6 +625,10 @@ s3transfer==0.10.2
# via
# -r requirements/validation.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/validation.txt
# keyring
semantic-version==2.10.0
# via
# -r requirements/validation.txt
Expand Down
21 changes: 14 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.2.4
astroid==3.3.4
# via
# -r requirements/test.txt
# pylint
Expand All @@ -31,11 +31,11 @@ bleach==6.1.0
# via
# -r requirements/test.txt
# lti-consumer-xblock
boto3==1.35.22
boto3==1.35.25
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.22
botocore==1.35.25
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -100,6 +100,7 @@ cryptography==43.0.1
# via
# -r requirements/test.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -265,7 +266,7 @@ edx-token-utils==0.2.1
# via -r requirements/test.txt
factory-boy==3.3.1
# via -r requirements/test.txt
faker==28.4.1
faker==29.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -324,6 +325,10 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/test.txt
Expand All @@ -339,7 +344,7 @@ jsonfield==3.1.0
# via
# -r requirements/test.txt
# lti-consumer-xblock
keyring==25.4.0
keyring==25.4.1
# via twine
lazy==1.6
# via
Expand Down Expand Up @@ -404,7 +409,7 @@ openedx-events==9.14.1
# -r requirements/test.txt
# edx-event-bus-kafka
# edx-event-bus-redis
openedx-filters==1.9.0
openedx-filters==1.10.0
# via
# -r requirements/test.txt
# lti-consumer-xblock
Expand Down Expand Up @@ -466,7 +471,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.7
pylint==3.3.1
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -576,6 +581,8 @@ s3transfer==0.10.2
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via
# -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ bleach==6.1.0
# via
# -r requirements/base.txt
# lti-consumer-xblock
boto3==1.35.22
boto3==1.35.25
# via
# -r requirements/base.txt
# django-ses
# fs-s3fs
botocore==1.35.22
botocore==1.35.25
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -228,7 +228,7 @@ future==1.0.0
# pyjwkest
gevent==24.2.1
# via -r requirements/production.in
greenlet==3.1.0
greenlet==3.1.1
# via gevent
gunicorn==23.0.0
# via -r requirements/production.in
Expand Down Expand Up @@ -307,7 +307,7 @@ openedx-events==9.14.1
# -r requirements/base.txt
# edx-event-bus-kafka
# edx-event-bus-redis
openedx-filters==1.9.0
openedx-filters==1.10.0
# via
# -r requirements/base.txt
# lti-consumer-xblock
Expand Down
21 changes: 14 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.2.4
astroid==3.3.4
# via
# -r requirements/test.txt
# pylint
Expand All @@ -27,11 +27,11 @@ bleach==6.1.0
# via
# -r requirements/test.txt
# lti-consumer-xblock
boto3==1.35.22
boto3==1.35.25
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.22
botocore==1.35.25
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -94,6 +94,7 @@ cryptography==43.0.1
# via
# -r requirements/test.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -253,7 +254,7 @@ edx-token-utils==0.2.1
# via -r requirements/test.txt
factory-boy==3.3.1
# via -r requirements/test.txt
faker==28.4.1
faker==29.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -311,6 +312,10 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/test.txt
Expand All @@ -325,7 +330,7 @@ jsonfield==3.1.0
# via
# -r requirements/test.txt
# lti-consumer-xblock
keyring==25.4.0
keyring==25.4.1
# via twine
lazy==1.6
# via
Expand Down Expand Up @@ -390,7 +395,7 @@ openedx-events==9.14.1
# -r requirements/test.txt
# edx-event-bus-kafka
# edx-event-bus-redis
openedx-filters==1.9.0
openedx-filters==1.10.0
# via
# -r requirements/test.txt
# lti-consumer-xblock
Expand Down Expand Up @@ -452,7 +457,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.7
pylint==3.3.1
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -557,6 +562,8 @@ s3transfer==0.10.2
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via
# -r requirements/test.txt
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# django
# django-cors-headers
astroid==3.2.4
astroid==3.3.4
# via
# pylint
# pylint-celery
Expand All @@ -26,11 +26,11 @@ bleach==6.1.0
# via
# -r requirements/base.txt
# lti-consumer-xblock
boto3==1.35.22
boto3==1.35.25
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.22
botocore==1.35.25
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -236,7 +236,7 @@ edx-token-utils==0.2.1
# via -r requirements/base.txt
factory-boy==3.3.1
# via -r requirements/test.in
faker==28.4.1
faker==29.0.0
# via factory-boy
fastavro==1.9.7
# via
Expand Down Expand Up @@ -343,7 +343,7 @@ openedx-events==9.14.1
# -r requirements/base.txt
# edx-event-bus-kafka
# edx-event-bus-redis
openedx-filters==1.9.0
openedx-filters==1.10.0
# via
# -r requirements/base.txt
# lti-consumer-xblock
Expand Down Expand Up @@ -393,7 +393,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.7
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand Down
Loading

0 comments on commit 8a2abc5

Please sign in to comment.