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 Mar 27, 2023
1 parent 9cd4740 commit 30766a6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ markupsafe==2.1.2
# xblock
python-dateutil==2.8.2
# via xblock
pytz==2022.7.1
pytz==2023.2
# via
# django
# xblock
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ coverage==7.2.2
# via codecov
distlib==0.3.6
# via virtualenv
filelock==3.10.0
filelock==3.10.6
# via
# tox
# virtualenv
idna==3.4
# via requests
packaging==23.0
# via tox
platformdirs==3.1.1
platformdirs==3.2.0
# via virtualenv
pluggy==1.0.0
# via tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.6.0
# via
# -r requirements/quality.txt
# django
astroid==2.15.0
astroid==2.15.1
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -35,11 +35,11 @@ boto==2.49.0
# via
# -r requirements/quality.txt
# xblock-sdk
boto3==1.26.94
boto3==1.26.99
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.29.94
botocore==1.29.99
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -113,7 +113,7 @@ exceptiongroup==1.1.1
# via
# -r requirements/quality.txt
# pytest
filelock==3.10.0
filelock==3.10.6
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -207,7 +207,7 @@ pbr==5.11.1
# stevedore
pip-tools==6.12.3
# via -r requirements/pip-tools.txt
platformdirs==3.1.1
platformdirs==3.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -231,7 +231,7 @@ pycodestyle==2.10.0
# via -r requirements/quality.txt
pydocstyle==6.3.0
# via -r requirements/quality.txt
pylint==2.17.0
pylint==2.17.1
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -279,7 +279,7 @@ python-slugify==8.0.1
# -r requirements/quality.txt
# code-annotations
# cookiecutter
pytz==2022.7.1
pytz==2023.2
# via
# -r requirements/quality.txt
# django
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.6.0
# via
# -r requirements/test.txt
# django
astroid==2.15.0
astroid==2.15.1
# via
# pylint
# pylint-celery
Expand All @@ -34,11 +34,11 @@ boto==2.49.0
# via
# -r requirements/test.txt
# xblock-sdk
boto3==1.26.94
boto3==1.26.99
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.29.94
botocore==1.29.99
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -171,7 +171,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.1.1
platformdirs==3.2.0
# via pylint
pluggy==1.0.0
# via
Expand All @@ -185,7 +185,7 @@ pycodestyle==2.10.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==2.17.0
pylint==2.17.1
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -223,7 +223,7 @@ python-slugify==8.0.1
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2022.7.1
pytz==2023.2
# via
# -r requirements/test.txt
# django
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ binaryornot==0.4.4
# via -r requirements/base.txt
boto==2.49.0
# via xblock-sdk
boto3==1.26.94
boto3==1.26.99
# via fs-s3fs
botocore==1.29.94
botocore==1.29.99
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -128,7 +128,7 @@ python-slugify==8.0.1
# via
# code-annotations
# cookiecutter
pytz==2022.7.1
pytz==2023.2
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit 30766a6

Please sign in to comment.