Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
opencraft-requirements-bot authored and Agrendalath committed Jan 22, 2024
1 parent 7edb5e5 commit 306b8c9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
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 @@ -33,12 +33,12 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/workbench.txt
boto3==1.34.19
boto3==1.34.23
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# fs-s3fs
botocore==1.34.19
botocore==1.34.23
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -211,7 +211,7 @@ markdown-it-py==3.0.0
# -r requirements/quality.txt
# -r requirements/workbench.txt
# rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
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 @@ -148,7 +148,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 @@ -16,11 +16,11 @@ asgiref==3.7.2
# django
binaryornot==0.4.4
# via cookiecutter
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 @@ -104,7 +104,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
6 changes: 3 additions & 3 deletions requirements/workbench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/workbench.in
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 @@ -136,7 +136,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

0 comments on commit 306b8c9

Please sign in to comment.