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 Jun 26, 2023
1 parent 3d7e6b4 commit f3a84ca
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.6.0
platformdirs==3.8.0
# via virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via tox
py==1.11.0
# via tox
Expand Down
10 changes: 5 additions & 5 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.26.155
boto3==1.26.160
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.29.155
botocore==1.29.160
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -192,13 +192,13 @@ pbr==5.11.1
# stevedore
pip-tools==6.13.0
# via -r requirements/pip-tools.txt
platformdirs==3.6.0
platformdirs==3.8.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -244,7 +244,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.40.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.8.0
setuptools==68.0.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 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.26.155
boto3==1.26.160
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.29.155
botocore==1.29.160
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -163,9 +163,9 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.6.0
platformdirs==3.8.0
# via pylint
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -195,7 +195,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ asgiref==3.7.2
binaryornot==0.4.4
# via cookiecutter
# via -r requirements/base.txt
boto3==1.26.155
boto3==1.26.160
# via fs-s3fs
botocore==1.29.155
botocore==1.29.160
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -100,13 +100,13 @@ path==16.6.0
# via edx-i18n-tools
pbr==5.11.1
# via stevedore
pluggy==1.0.0
pluggy==1.2.0
# via pytest
polib==1.2.0
# via edx-i18n-tools
pypng==0.20220715.0
# via xblock-sdk
pytest==7.3.2
pytest==7.4.0
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit f3a84ca

Please sign in to comment.