Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 18, 2023
1 parent a9a5559 commit 1f1a428
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 22 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.1.0
# via celery
boto3==1.28.44
boto3==1.28.49
# via fs-s3fs
botocore==1.31.44
botocore==1.31.49
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -96,7 +96,7 @@ jsonfield==3.1.0
# via edx-celeryutils
kombu==5.3.2
# via celery
lazy==1.5
lazy==1.6
# via xblock
lxml==4.9.3
# via xblock
Expand Down
6 changes: 1 addition & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ distlib==0.3.7
# via
# -r requirements/tox.txt
# virtualenv
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -42,10 +42,6 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
typing-extensions==4.7.1
# via
# -r requirements/tox.txt
# filelock
virtualenv==20.24.5
# via
# -r requirements/tox.txt
Expand Down
12 changes: 5 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ billiard==4.1.0
# via
# -r requirements/base.txt
# celery
boto3==1.28.44
boto3==1.28.49
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.44
botocore==1.31.49
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -144,7 +144,7 @@ edx-django-utils==5.7.0
# via
# -r requirements/base.txt
# super-csv
edx-i18n-tools==1.1.0
edx-i18n-tools==1.2.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/test.in
Expand All @@ -154,7 +154,7 @@ edx-opaque-keys==2.5.0
# edx-bulk-grades
exceptiongroup==1.1.3
# via pytest
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -197,7 +197,7 @@ kombu==5.3.2
# via
# -r requirements/base.txt
# celery
lazy==1.5
lazy==1.6
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -392,11 +392,9 @@ tox==3.28.0
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# -r requirements/tox.txt
# asgiref
# astroid
# edx-opaque-keys
# filelock
# kombu
# pylint
tzdata==2023.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.2.0
setuptools==68.2.2
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ billiard==4.1.0
# via
# -r requirements/base.txt
# celery
boto3==1.28.44
boto3==1.28.49
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.44
botocore==1.31.49
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -173,7 +173,7 @@ kombu==5.3.2
# via
# -r requirements/base.txt
# celery
lazy==1.5
lazy==1.6
# via
# -r requirements/base.txt
# xblock
Expand Down
4 changes: 1 addition & 3 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
Expand All @@ -26,7 +26,5 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.5
# via tox

0 comments on commit 1f1a428

Please sign in to comment.