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

Merged
merged 1 commit into from
May 6, 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
19 changes: 10 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.93
boto3==1.34.98
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.93
botocore==1.34.98
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -88,13 +88,13 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage==6.5.0
coverage[toml]==7.4.4
# via
# -r requirements/test.txt
# coveralls
coveralls==3.3.1
coveralls==4.0.0
# via -r requirements/test.txt
cryptography==42.0.5
cryptography==42.0.6
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -127,7 +127,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.13.4
filelock==3.14.0
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -180,7 +180,7 @@ jeepney==0.8.0
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -262,7 +262,7 @@ pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pygments==2.17.2
pygments==2.18.0
# via
# -r requirements/test.txt
# readme-renderer
Expand Down Expand Up @@ -379,6 +379,7 @@ tomli==2.0.1
# via
# -r requirements/test.txt
# -r requirements/tox.txt
# coverage
# pylint
# pyproject-api
# pytest
Expand Down Expand Up @@ -408,7 +409,7 @@ urllib3==1.26.18
# botocore
# requests
# twine
virtualenv==20.26.0
virtualenv==20.26.1
# via
# -r requirements/tox.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
babel==2.14.0
babel==2.15.0
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -46,7 +46,7 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==7.1.0
# via sphinx
jinja2==3.1.3
jinja2==3.1.4
# via sphinx
lxml==5.2.1
# via
Expand All @@ -68,7 +68,7 @@ packaging==24.0
# sphinx
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
pygments==2.18.0
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down
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
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.93
boto3==1.34.98
# via fs-s3fs
botocore==1.34.93
botocore==1.34.98
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -71,7 +71,7 @@ idna==3.7
# via requests
isort==5.13.2
# via pylint
jinja2==3.1.3
jinja2==3.1.4
# via
# code-annotations
# cookiecutter
Expand Down Expand Up @@ -106,7 +106,7 @@ platformdirs==4.2.1
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pygments==2.17.2
pygments==2.18.0
# via rich
pylint==3.1.0
# via
Expand Down
15 changes: 8 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.93
boto3==1.34.98
# via fs-s3fs
botocore==1.34.93
botocore==1.34.98
# via
# boto3
# s3transfer
Expand All @@ -53,11 +53,11 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage==6.5.0
coverage[toml]==7.4.4
# via coveralls
coveralls==3.3.1
coveralls==4.0.0
# via -r requirements/test.in
cryptography==42.0.5
cryptography==42.0.6
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -105,7 +105,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
jinja2==3.1.4
# via
# code-annotations
# cookiecutter
Expand Down Expand Up @@ -154,7 +154,7 @@ pluggy==1.5.0
# via pytest
pycparser==2.22
# via cffi
pygments==2.17.2
pygments==2.18.0
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -239,6 +239,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# coverage
# pylint
# pytest
tomlkit==0.12.4
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.4
filelock==3.14.0
# via
# tox
# virtualenv
Expand All @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.15.0
# via -r requirements/tox.in
virtualenv==20.26.0
virtualenv==20.26.1
# via tox