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 13, 2023
1 parent bea5660 commit edca3ad
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 37 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.33.6
boto3==1.33.13
# via fs-s3fs
botocore==1.33.6
botocore==1.33.13
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -75,7 +75,7 @@ sqlparse==0.4.4
# via django
stevedore==5.1.0
# via edx-opaque-keys
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# edx-opaque-keys
Expand Down
5 changes: 2 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via
Expand All @@ -14,9 +14,8 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
Expand Down
21 changes: 10 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ asgiref==3.7.2
# -r requirements/quality.txt
# -r requirements/workbench.txt
# django
astroid==3.0.1
astroid==3.0.2
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -33,12 +33,12 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/workbench.txt
boto3==1.33.6
boto3==1.33.13
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# fs-s3fs
botocore==1.33.6
botocore==1.33.13
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -101,7 +101,7 @@ dill==0.3.7
# via
# -r requirements/quality.txt
# pylint
distlib==0.3.7
distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
Expand Down Expand Up @@ -171,7 +171,7 @@ iniconfig==2.0.0
# -r requirements/quality.txt
# -r requirements/workbench.txt
# pytest
isort==5.12.0
isort==5.13.1
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -231,7 +231,7 @@ mock==5.1.0
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
mysqlclient==2.2.0
mysqlclient==2.2.1
# via -r requirements/workbench.txt
needle==0.5.0
# via
Expand All @@ -255,7 +255,7 @@ packaging==23.2
# build
# pytest
# tox
path==16.7.1
path==16.9.0
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand All @@ -271,9 +271,8 @@ pillow==10.1.0
# needle
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -303,7 +302,7 @@ pygments==2.17.2
# -r requirements/quality.txt
# -r requirements/workbench.txt
# rich
pylint==3.0.2
pylint==3.0.3
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -465,7 +464,7 @@ types-python-dateutil==2.8.19.14
# -r requirements/quality.txt
# -r requirements/workbench.txt
# arrow
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down
20 changes: 9 additions & 11 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.33.6
boto3==1.33.13
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.33.6
botocore==1.33.13
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -115,7 +115,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.12.0
isort==5.13.1
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -170,18 +170,16 @@ packaging==23.2
# via
# -r requirements/test.txt
# pytest
path==16.7.1
path==16.9.0
# via
# -r requirements/test.txt
# edx-i18n-tools
pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pylint
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
# via
# -r requirements/test.txt
Expand All @@ -198,7 +196,7 @@ pygments==2.17.2
# via
# -r requirements/test.txt
# rich
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -305,7 +303,7 @@ types-python-dateutil==2.8.19.14
# via
# -r requirements/test.txt
# arrow
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ asgiref==3.7.2
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.33.6
boto3==1.33.13
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.33.6
botocore==1.33.13
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -120,7 +120,7 @@ openedx-django-pyfs==3.4.0
# xblock
packaging==23.2
# via pytest
path==16.7.1
path==16.9.0
# via edx-i18n-tools
pbr==6.0.0
# via
Expand Down Expand Up @@ -207,7 +207,7 @@ tomli==2.0.1
# pytest
types-python-dateutil==2.8.19.14
# via arrow
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
10 changes: 5 additions & 5 deletions requirements/workbench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/workbench.in
boto3==1.33.6
boto3==1.33.13
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.33.6
botocore==1.33.13
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -148,7 +148,7 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
mysqlclient==2.2.0
mysqlclient==2.2.1
# via -r requirements/workbench.in
needle==0.5.0
# via bok-choy
Expand All @@ -162,7 +162,7 @@ packaging==23.2
# via
# -r requirements/test.txt
# pytest
path==16.7.1
path==16.9.0
# via
# -r requirements/test.txt
# edx-i18n-tools
Expand Down Expand Up @@ -280,7 +280,7 @@ types-python-dateutil==2.8.19.14
# via
# -r requirements/test.txt
# arrow
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/test.txt
# asgiref
Expand Down

0 comments on commit edca3ad

Please sign in to comment.