Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jul 9, 2023
1 parent 487bfd6 commit f9ff3d9
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 68 deletions.
22 changes: 9 additions & 13 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
appdirs==1.4.4
# via fs
arrow==1.2.3
# via jinja2-time
# via cookiecutter
asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.26.165
boto3==1.28.1
# via fs-s3fs
botocore==1.29.165
botocore==1.31.1
# via
# boto3
# s3transfer
certifi==2023.5.7
# via requests
chardet==5.1.0
# via binaryornot
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.4
# via cookiecutter
cookiecutter==2.1.1
cookiecutter==2.2.0
# via -r requirements/base.in
django==3.2.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -45,18 +45,14 @@ fs-s3fs==1.1.1
idna==3.4
# via requests
jinja2==3.1.2
# via
# cookiecutter
# jinja2-time
jinja2-time==0.2.0
# via cookiecutter
jmespath==1.0.1
# via
# boto3
# botocore
lazy==1.5
# via xblock
lxml==4.9.2
lxml==4.9.3
# via
# -r requirements/base.in
# xblock
Expand Down Expand Up @@ -100,7 +96,7 @@ sqlparse==0.4.4
# via django
text-unidecode==1.3
# via python-slugify
typing-extensions==4.7.0
typing-extensions==4.7.1
# via asgiref
urllib3==1.26.16
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.8.0
platformdirs==3.8.1
# via virtualenv
pluggy==1.2.0
# via tox
Expand Down
32 changes: 13 additions & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ arrow==1.2.3
# via
# -r requirements/base.txt
# -r requirements/test.txt
# jinja2-time
# cookiecutter
asgiref==3.7.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
# django
astroid==2.15.5
astroid==2.15.6
# via
# pylint
# pylint-celery
Expand All @@ -36,12 +36,12 @@ bok-choy==0.7.1
# via
# -r requirements/test.in
# -r requirements/test.txt
boto3==1.26.165
boto3==1.28.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.29.165
botocore==1.31.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -57,12 +57,12 @@ chardet==5.1.0
# -r requirements/base.txt
# -r requirements/test.txt
# binaryornot
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
# requests
click==8.1.3
click==8.1.4
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -74,7 +74,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
# via edx-lint
cookiecutter==2.1.1
cookiecutter==2.2.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -93,15 +93,15 @@ distlib==0.3.6
# via
# -r requirements/test.txt
# virtualenv
django==3.2.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# -r requirements/test.txt
# openedx-django-pyfs
edx-lint==5.3.4
# via -r requirements/quality.in
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -141,12 +141,6 @@ jinja2==3.1.2
# -r requirements/test.txt
# code-annotations
# cookiecutter
# jinja2-time
jinja2-time==0.2.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
jmespath==1.0.1
# via
# -r requirements/base.txt
Expand All @@ -162,7 +156,7 @@ lazy==1.5
# xblock
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.2
lxml==4.9.3
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -209,7 +203,7 @@ pillow==10.0.0
# via
# -r requirements/test.txt
# needle
platformdirs==3.8.0
platformdirs==3.8.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -259,7 +253,7 @@ pytest-django==4.5.2
# via
# -r requirements/test.in
# -r requirements/test.txt
pytest-rerunfailures==11.1.2
pytest-rerunfailures==12.0
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -352,7 +346,7 @@ tox-battery==0.6.1
# via
# -r requirements/test.in
# -r requirements/test.txt
typing-extensions==4.7.0
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==0.10.0
# via pip-tools
click==8.1.3
click==8.1.4
# via pip-tools
packaging==23.1
# via build
Expand Down
31 changes: 13 additions & 18 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ appdirs==1.4.4
arrow==1.2.3
# via
# -r requirements/test.txt
# jinja2-time
# cookiecutter
asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.5
astroid==2.15.6
# via
# pylint
# pylint-celery
Expand All @@ -28,11 +28,11 @@ binaryornot==0.4.4
# cookiecutter
bok-choy==0.7.1
# via -r requirements/test.txt
boto3==1.26.165
boto3==1.28.1
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.29.165
botocore==1.31.1
# via
# -r requirements/test.txt
# boto3
Expand All @@ -45,11 +45,11 @@ chardet==5.1.0
# via
# -r requirements/test.txt
# binaryornot
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.3
click==8.1.4
# via
# -r requirements/test.txt
# click-log
Expand All @@ -60,7 +60,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
# via edx-lint
cookiecutter==2.1.1
cookiecutter==2.2.0
# via -r requirements/test.txt
coverage[toml]==7.2.7
# via
Expand All @@ -74,14 +74,14 @@ distlib==0.3.6
# via
# -r requirements/test.txt
# virtualenv
django==3.2.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# openedx-django-pyfs
edx-lint==5.3.4
# via -r requirements/quality.in
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -117,11 +117,6 @@ jinja2==3.1.2
# -r requirements/test.txt
# code-annotations
# cookiecutter
# jinja2-time
jinja2-time==0.2.0
# via
# -r requirements/test.txt
# cookiecutter
jmespath==1.0.1
# via
# -r requirements/test.txt
Expand All @@ -135,7 +130,7 @@ lazy==1.5
# xblock
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.2
lxml==4.9.3
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -177,7 +172,7 @@ pillow==10.0.0
# via
# -r requirements/test.txt
# needle
platformdirs==3.8.0
platformdirs==3.8.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -221,7 +216,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.5.2
# via -r requirements/test.txt
pytest-rerunfailures==11.1.2
pytest-rerunfailures==12.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -297,7 +292,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/test.txt
typing-extensions==4.7.0
typing-extensions==4.7.1
# via
# -r requirements/test.txt
# asgiref
Expand Down
Loading

0 comments on commit f9ff3d9

Please sign in to comment.