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

Merged
merged 1 commit into from
Jun 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
distlib==0.3.6
# via virtualenv
filelock==3.12.0
filelock==3.12.1
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.5.1
platformdirs==3.5.3
# via virtualenv
pluggy==1.0.0
# via tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ boto==2.49.0
# via
# -r requirements/quality.txt
# xblock-sdk
boto3==1.26.146
boto3==1.26.151
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.29.146
botocore==1.29.151
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -103,7 +103,7 @@ exceptiongroup==1.1.1
# via
# -r requirements/quality.txt
# pytest
filelock==3.12.0
filelock==3.12.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -196,7 +196,7 @@ pbr==5.11.1
# stevedore
pip-tools==6.13.0
# via -r requirements/pip-tools.txt
platformdirs==3.5.1
platformdirs==3.5.3
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -248,7 +248,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.3.1
pytest==7.3.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ boto==2.49.0
# via
# -r requirements/test.txt
# xblock-sdk
boto3==1.26.146
boto3==1.26.151
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.29.146
botocore==1.29.151
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -167,7 +167,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.5.1
platformdirs==3.5.3
# via pylint
pluggy==1.0.0
# via
Expand Down Expand Up @@ -199,7 +199,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==7.3.1
pytest==7.3.2
# 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,9 +19,9 @@ binaryornot==0.4.4
# via -r requirements/base.txt
boto==2.49.0
# via xblock-sdk
boto3==1.26.146
boto3==1.26.151
# via fs-s3fs
botocore==1.29.146
botocore==1.29.151
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -108,7 +108,7 @@ polib==1.2.0
# via edx-i18n-tools
pypng==0.20220715.0
# via xblock-sdk
pytest==7.3.1
pytest==7.3.2
# via
# pytest-cov
# pytest-django
Expand Down