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 ae7fe92 commit a244ca8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
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 html-xblock
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 @@ -42,7 +42,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 @@ -30,11 +30,11 @@ bleach[css]==6.1.0
# -r requirements/quality.txt
# bleach
# html-xblock
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 @@ -168,7 +168,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 @@ -29,11 +29,11 @@ bleach[css]==6.1.0
# -r requirements/test.txt
# bleach
# html-xblock
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 @@ -144,7 +144,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 @@ -20,11 +20,11 @@ binaryornot==0.4.4
# -r requirements/base.txt
# bleach
# html-xblock
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 @@ -101,7 +101,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

0 comments on commit a244ca8

Please sign in to comment.