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 Dec 4, 2023
1 parent 3d3cbbb commit fe6e63a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 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 -r requirements/base.in
boto3==1.29.6
boto3==1.33.6
# via fs-s3fs
botocore==1.32.6
botocore==1.33.6
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -56,7 +56,7 @@ pytz==2023.3.post1
# xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.7.0
s3transfer==0.8.2
# via boto3
simplejson==3.19.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
10 changes: 5 additions & 5 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.29.6
boto3==1.33.6
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.32.6
botocore==1.33.6
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -123,7 +123,7 @@ idna==3.6
# via
# -r requirements/quality.txt
# requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -300,7 +300,7 @@ rich==13.7.0
# via
# -r requirements/quality.txt
# cookiecutter
s3transfer==0.7.0
s3transfer==0.8.2
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -378,7 +378,7 @@ urllib3==1.26.18
# -r requirements/quality.txt
# botocore
# requests
virtualenv==20.24.7
virtualenv==20.25.0
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
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.29.6
boto3==1.33.6
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.32.6
botocore==1.33.6
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -249,7 +249,7 @@ rich==13.7.0
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.7.0
s3transfer==0.8.2
# via
# -r requirements/test.txt
# boto3
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.29.6
boto3==1.33.6
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.32.6
botocore==1.33.6
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -161,7 +161,7 @@ requests==2.31.0
# xblock-sdk
rich==13.7.0
# via cookiecutter
s3transfer==0.7.0
s3transfer==0.8.2
# via
# -r requirements/base.txt
# boto3
Expand Down

0 comments on commit fe6e63a

Please sign in to comment.