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

Merged
merged 1 commit into from
Oct 16, 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.
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 @@ -12,9 +12,9 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.62
boto3==1.28.63
# via fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# boto3
# s3transfer
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ bok-choy==0.7.1
# via
# -r requirements/test.in
# -r requirements/test.txt
boto3==1.28.62
boto3==1.28.63
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -229,7 +229,7 @@ py==1.11.0
# via
# -r requirements/test.txt
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ binaryornot==0.4.4
# cookiecutter
bok-choy==0.7.1
# via -r requirements/test.txt
boto3==1.28.62
boto3==1.28.63
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -195,7 +195,7 @@ py==1.11.0
# via
# -r requirements/test.txt
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# cookiecutter
bok-choy==0.7.1
# via -r requirements/test.in
boto3==1.28.62
boto3==1.28.63
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.62
botocore==1.31.63
# via
# -r requirements/base.txt
# boto3
Expand Down
Loading