Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #9

Merged
merged 1 commit into from
Jul 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ bleach==6.0.0
# via
# -r requirements/test.txt
# readme-renderer
boto3==1.26.160
boto3==1.26.165
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.29.160
botocore==1.29.165
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -93,7 +93,7 @@ distlib==0.3.6
# via
# -r requirements/tox.txt
# virtualenv
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -109,7 +109,7 @@ docutils==0.20.1
# readme-renderer
edx-lint==5.3.4
# via -r requirements/test.txt
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -392,7 +392,7 @@ tox==3.28.0
# -r requirements/tox.txt
twine==4.0.2
# via -r requirements/test.txt
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/test.txt
# asgiref
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# via django
backports-zoneinfo==0.2.1
# via django
django==4.2.2
django==4.2.3
# via edx-i18n-tools
edx-i18n-tools==0.9.2
# via -r requirements/dev.in
Expand Down Expand Up @@ -61,7 +61,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.4.4
# via django
typing-extensions==4.6.3
typing-extensions==4.7.1
# via asgiref
web-fragments==2.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.6.3
typing-extensions==4.7.1
# via pydata-sphinx-theme
urllib3==2.0.3
# via requests
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ click==8.1.3
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
# via
# build
# pip-tools
wheel==0.40.0
# via pip-tools

Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ binaryornot==0.4.4
# via cookiecutter
bleach==6.0.0
# via readme-renderer
boto3==1.26.160
boto3==1.26.165
# via fs-s3fs
botocore==1.29.160
botocore==1.29.165
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -52,7 +52,7 @@ ddt==1.6.0
# via -r requirements/quality.in
dill==0.3.6
# via pylint
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand Down Expand Up @@ -224,7 +224,7 @@ tomlkit==0.11.8
# via pylint
twine==4.0.2
# via -r requirements/quality.in
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# asgiref
# astroid
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ binaryornot==0.4.4
# via cookiecutter
bleach==6.0.0
# via readme-renderer
boto3==1.26.160
boto3==1.26.165
# via fs-s3fs
botocore==1.29.160
botocore==1.29.165
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -56,7 +56,7 @@ ddt==1.6.0
# via -r requirements/test.in
dill==0.3.6
# via pylint
django==3.2.19
django==3.2.20
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand All @@ -67,7 +67,7 @@ docutils==0.20.1
# via readme-renderer
edx-lint==5.3.4
# via -r requirements/test.in
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
fs==2.4.16
# via
Expand Down Expand Up @@ -248,7 +248,7 @@ tomlkit==0.11.8
# via pylint
twine==4.0.2
# via -r requirements/test.in
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# asgiref
# astroid
Expand Down