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

Merged
merged 1 commit into from
Jan 22, 2024
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
6 changes: 3 additions & 3 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.34.19
boto3==1.34.23
# via fs-s3fs
botocore==1.34.19
botocore==1.34.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -40,7 +40,7 @@ mako==1.3.0
# via
# xblock
# xblock-utils
markupsafe==2.1.3
markupsafe==2.1.4
# via
# mako
# xblock
Expand Down
6 changes: 3 additions & 3 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.34.19
boto3==1.34.23
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.34.19
botocore==1.34.23
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -164,7 +164,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/quality.txt
# rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/quality.txt
# jinja2
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 @@ bleach[css]==6.1.0
# via
# -r requirements/test.txt
# bleach
boto3==1.34.19
boto3==1.34.23
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.19
botocore==1.34.23
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -140,7 +140,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/test.txt
# jinja2
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.34.19
boto3==1.34.23
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.19
botocore==1.34.23
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -97,7 +97,7 @@ mako==1.3.0
# xblock-utils
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/base.txt
# jinja2
Expand Down