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

Merged
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.
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==6.0.0
# via -r requirements/base.in
boto3==1.28.21
boto3==1.28.22
# via -r requirements/base.in
botocore==1.31.21
botocore==1.31.22
# via
# boto3
# s3transfer
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tomli==2.0.1
# -r requirements/tox.txt
# pyproject-api
# tox
tox==4.6.4
tox==4.7.0
# via -r requirements/tox.txt
urllib3==2.0.4
# via requests
Expand Down
11 changes: 6 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ boto==2.49.0
# via
# -r requirements/test.txt
# moto
boto3==1.28.21
boto3==1.28.22
# via
# -r requirements/test.txt
# aws-sam-translator
# fs-s3fs
# moto
botocore==1.31.21
botocore==1.31.22
# via
# -r requirements/test.txt
# aws-xray-sdk
Expand Down Expand Up @@ -397,8 +397,9 @@ pygments==2.16.1
# via
# -r requirements/test.txt
# rich
pylint==2.17.5
pylint==2.17.4
# via
# -c requirements/constraints.txt
# edx-lint
# pylint-celery
# pylint-django
Expand Down Expand Up @@ -481,7 +482,7 @@ pyyaml==6.0.1
# moto
# responses
# xblock
regex==2023.6.3
regex==2023.8.8
# via
# -r requirements/test.txt
# cfn-lint
Expand Down Expand Up @@ -566,7 +567,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.1
# via pylint
tox==4.6.4
tox==4.7.0
# via -r requirements/test.txt
types-pyyaml==6.0.12.11
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test-acceptance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ boto==2.49.0
# via
# -r requirements/test.txt
# moto
boto3==1.28.21
boto3==1.28.22
# via
# -r requirements/test.txt
# aws-sam-translator
# fs-s3fs
# moto
botocore==1.31.21
botocore==1.31.22
# via
# -r requirements/test.txt
# aws-xray-sdk
Expand Down Expand Up @@ -453,7 +453,7 @@ pyyaml==6.0.1
# moto
# responses
# xblock
regex==2023.6.3
regex==2023.8.8
# via
# -r requirements/test.txt
# cfn-lint
Expand Down Expand Up @@ -538,7 +538,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.6.4
tox==4.7.0
# via -r requirements/test.txt
types-pyyaml==6.0.12.11
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ bleach==6.0.0
# via -r requirements/base.txt
boto==2.49.0
# via moto
boto3==1.28.21
boto3==1.28.22
# via
# -r requirements/base.txt
# aws-sam-translator
# fs-s3fs
# moto
botocore==1.31.21
botocore==1.31.22
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand Down Expand Up @@ -367,7 +367,7 @@ pyyaml==6.0.1
# moto
# responses
# xblock
regex==2023.6.3
regex==2023.8.8
# via cfn-lint
requests==2.31.0
# via
Expand Down Expand Up @@ -431,7 +431,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.6.4
tox==4.7.0
# via -r requirements/test.in
types-pyyaml==6.0.12.11
# via responses
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.6.4
tox==4.7.0
# via -r requirements/tox.in
virtualenv==20.24.2
# via tox
Loading