Skip to content

Commit

Permalink
chore: Updating Python Requirements (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 27, 2023
1 parent 58c4c81 commit be6fd90
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.29.3
boto3==1.29.6
# via fs-s3fs
botocore==1.32.3
botocore==1.32.6
# via
# boto3
# s3transfer
Expand All @@ -26,7 +26,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via cookiecutter
cookiecutter==2.4.0
cookiecutter==2.5.0
# via -r requirements/base.in
django==3.2.23
# via
Expand All @@ -42,7 +42,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/base.in
# openedx-django-pyfs
idna==3.4
idna==3.6
# via requests
jinja2==3.1.2
# via cookiecutter
Expand All @@ -69,7 +69,7 @@ mdurl==0.1.2
# via markdown-it-py
openedx-django-pyfs==3.4.0
# via xblock
pygments==2.17.0
pygments==2.17.2
# via rich
pypng==0.20220715.0
# via -r requirements/base.in
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 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.29.3
boto3==1.29.6
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.32.3
botocore==1.32.6
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -79,7 +79,7 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
cookiecutter==2.4.0
cookiecutter==2.5.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -106,7 +106,7 @@ django==3.2.23
# openedx-django-pyfs
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -127,7 +127,7 @@ fs-s3fs==1.1.1
# -r requirements/base.txt
# -r requirements/test.txt
# openedx-django-pyfs
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -222,7 +222,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.0
pygments==2.17.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -263,7 +263,7 @@ pytest-django==4.7.0
# via
# -r requirements/test.in
# -r requirements/test.txt
pytest-rerunfailures==12.0
pytest-rerunfailures==13.0
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -368,7 +368,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/test.txt
# tox
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.41.3
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.29.3
boto3==1.29.6
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.32.3
botocore==1.32.6
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -67,7 +67,7 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
cookiecutter==2.4.0
cookiecutter==2.5.0
# via -r requirements/test.txt
coverage[toml]==7.3.2
# via
Expand All @@ -89,7 +89,7 @@ django==3.2.23
# openedx-django-pyfs
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -108,7 +108,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -191,7 +191,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.0
pygments==2.17.2
# via
# -r requirements/test.txt
# rich
Expand Down Expand Up @@ -225,7 +225,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.7.0
# via -r requirements/test.txt
pytest-rerunfailures==12.0
pytest-rerunfailures==13.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -312,7 +312,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/test.txt
# tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.29.3
boto3==1.29.6
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.32.3
botocore==1.32.6
# via
# -r requirements/base.txt
# boto3
Expand All @@ -52,7 +52,7 @@ click==8.1.7
# cookiecutter
colorama==0.4.6
# via tox
cookiecutter==2.4.0
cookiecutter==2.5.0
# via -r requirements/base.txt
coverage[toml]==7.3.2
# via
Expand All @@ -66,7 +66,7 @@ distlib==0.3.7
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# openedx-django-pyfs
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
filelock==3.13.1
# via
Expand All @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/base.txt
# openedx-django-pyfs
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -146,7 +146,7 @@ pluggy==1.3.0
# via
# pytest
# tox
pygments==2.17.0
pygments==2.17.2
# via
# -r requirements/base.txt
# rich
Expand All @@ -163,7 +163,7 @@ pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.7.0
# via -r requirements/test.in
pytest-rerunfailures==12.0
pytest-rerunfailures==13.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -237,7 +237,7 @@ urllib3==1.26.18
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
web-fragments==2.1.0
# via
Expand Down

0 comments on commit be6fd90

Please sign in to comment.