Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #122

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.44
boto3==1.28.49
# via fs-s3fs
botocore==1.31.44
botocore==1.31.49
# via
# boto3
# s3transfer
Expand All @@ -30,7 +30,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
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 @@ -18,7 +18,7 @@ distlib==0.3.7
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -55,10 +55,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
urllib3==2.0.4
# via requests
virtualenv==20.24.5
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/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ asgiref==3.7.2
# django
astroid==2.15.6
# via pylint
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 @@ -51,7 +51,7 @@ jmespath==1.0.1
# -r requirements/base.txt
# boto3
# botocore
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
Loading