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 #100

Merged
merged 1 commit into from
May 17, 2024
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
11 changes: 6 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via tox
coverage==6.5.0
coverage[toml]==7.4.4
# via coveralls
coveralls==3.3.1
coveralls==4.0.0
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
django==4.2.11
django==4.2.13
# via
# -c requirements/common_constraints.txt
# edx-i18n-tools
docopt==0.6.2
# via coveralls
edx-i18n-tools==1.6.0
# via -r requirements/ci.in
filelock==3.13.4
filelock==3.14.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -70,6 +70,7 @@ sqlparse==0.5.0
# via django
tomli==2.0.1
# via
# coverage
# pyproject-api
# tox
tox==4.15.0
Expand All @@ -78,5 +79,5 @@ typing-extensions==4.11.0
# via asgiref
urllib3==2.2.1
# via requests
virtualenv==20.26.0
virtualenv==20.26.1
# via tox
17 changes: 8 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.93
boto3==1.34.103
# via fs-s3fs
botocore==1.34.93
botocore==1.34.103
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -53,7 +53,7 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand All @@ -63,7 +63,7 @@ dill==0.3.8
# via pylint
distlib==0.3.8
# via caniusepython3
django==4.2.11
django==4.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -97,7 +97,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.3
jinja2==3.1.4
# via
# code-annotations
# cookiecutter
Expand Down Expand Up @@ -156,7 +156,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
pygments==2.18.0
# via
# diff-cover
# rich
Expand All @@ -178,7 +178,7 @@ pypng==0.20220715.0
# via
# -r requirements/dev.in
# xblock-sdk
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
Expand Down Expand Up @@ -242,9 +242,8 @@ tomli==2.0.1
# coverage
# pip-tools
# pylint
# pyproject-hooks
# pytest
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.11
django==4.2.13
3 changes: 1 addition & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
Expand Down
17 changes: 8 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.93
boto3==1.34.103
# via fs-s3fs
botocore==1.34.93
botocore==1.34.103
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -53,7 +53,7 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand All @@ -63,7 +63,7 @@ dill==0.3.8
# via pylint
distlib==0.3.8
# via caniusepython3
django==4.2.11
django==4.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -97,7 +97,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.3
jinja2==3.1.4
# via
# code-annotations
# cookiecutter
Expand Down Expand Up @@ -156,7 +156,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
pygments==2.18.0
# via
# diff-cover
# rich
Expand All @@ -178,7 +178,7 @@ pypng==0.20220715.0
# via
# -r requirements/dev.in
# xblock-sdk
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
Expand Down Expand Up @@ -242,9 +242,8 @@ tomli==2.0.1
# coverage
# pip-tools
# pylint
# pyproject-hooks
# pytest
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
Expand Down
13 changes: 6 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.93
boto3==1.34.103
# via fs-s3fs
botocore==1.34.93
botocore==1.34.103
# via
# boto3
# s3transfer
Expand All @@ -38,7 +38,7 @@ click==8.1.7
# pip-tools
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -71,7 +71,7 @@ importlib-metadata==6.11.0
# build
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
jinja2==3.1.4
# via
# cookiecutter
# diff-cover
Expand Down Expand Up @@ -118,15 +118,15 @@ pluggy==1.5.0
# pytest
polib==1.2.0
# via edx-i18n-tools
pygments==2.17.2
pygments==2.18.0
# via
# diff-cover
# rich
pypng==0.20220715.0
# via
# -r requirements/dev.in
# xblock-sdk
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
Expand Down Expand Up @@ -180,7 +180,6 @@ tomli==2.0.1
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
types-python-dateutil==2.9.0.20240316
# via arrow
Expand Down
Loading