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 Aug 28, 2023
1 parent 9dc9470 commit f38fd84
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 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.0.0
# via -r requirements/base.in
boto3==1.28.30
boto3==1.28.35
# via fs-s3fs
botocore==1.31.30
botocore==1.31.35
# via
# boto3
# s3transfer
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packaging==23.1
# via tox
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.0.0
# via -r requirements/quality.txt
boto3==1.28.30
boto3==1.28.35
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.31.30
botocore==1.31.35
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -203,7 +203,7 @@ platformdirs==3.10.0
# -r requirements/quality.txt
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -388,7 +388,7 @@ webob==1.8.7
# -r requirements/quality.txt
# xblock
# xblock-sdk
wheel==0.41.1
wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.1
wheel==0.41.2
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.1
wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.0.0
# via -r requirements/test.txt
boto3==1.28.30
boto3==1.28.35
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.30
botocore==1.31.35
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -169,7 +169,7 @@ pbr==5.11.1
# stevedore
platformdirs==3.10.0
# via pylint
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ asgiref==3.7.2
binaryornot==0.4.4
# via cookiecutter
# via -r requirements/base.txt
boto3==1.28.30
boto3==1.28.35
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.30
botocore==1.31.35
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -111,7 +111,7 @@ path==16.7.1
# via edx-i18n-tools
pbr==5.11.1
# via stevedore
pluggy==1.2.0
pluggy==1.3.0
# via pytest
polib==1.2.0
# via edx-i18n-tools
Expand Down

0 comments on commit f38fd84

Please sign in to comment.