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 #67

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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# via django
bleach[css]==6.1.0
# via -r requirements/base.in
boto3==1.28.68
boto3==1.28.73
# via fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.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.4
filelock==3.13.0
# via
# tox
# virtualenv
Expand All @@ -29,5 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ bleach[css]==6.1.0
# via
# -r requirements/quality.txt
# bleach
boto3==1.28.68
boto3==1.28.73
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -97,13 +97,13 @@ django==3.2.22
# xblock-sdk
edx-i18n-tools==1.3.0
# via -r requirements/quality.txt
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.txt
exceptiongroup==1.1.3
# via
# -r requirements/quality.txt
# pytest
filelock==3.12.4
filelock==3.13.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -241,7 +241,7 @@ pylint-celery==0.3
# via
# -r requirements/quality.txt
# edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -258,7 +258,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -378,7 +378,7 @@ urllib3==1.26.18
# -r requirements/quality.txt
# botocore
# requests
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/ci.txt
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ bleach[css]==6.1.0
# via
# -r requirements/test.txt
# bleach
boto3==1.28.68
boto3==1.28.73
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -82,7 +82,7 @@ django==3.2.22
# xblock-sdk
edx-i18n-tools==1.3.0
# via -r requirements/test.txt
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.1.3
# via
Expand Down Expand Up @@ -196,7 +196,7 @@ pylint==3.0.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand All @@ -206,7 +206,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# bleach
boto3==1.28.68
boto3==1.28.73
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.68
botocore==1.31.73
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -125,7 +125,7 @@ pygments==2.16.1
# via rich
pypng==0.20220715.0
# via xblock-sdk
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
Expand Down