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

Merged
merged 1 commit into from
May 24, 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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ backports-zoneinfo==0.2.1
# djangorestframework
bleach==6.1.0
# via lti-consumer-xblock
boto3==1.34.104
boto3==1.34.109
# via fs-s3fs
botocore==1.34.104
botocore==1.34.109
# via
# boto3
# s3transfer
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packaging==24.0
# via
# pyproject-api
# tox
platformdirs==4.2.1
platformdirs==4.2.2
# via
# tox
# virtualenv
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-simple-history
astroid==3.2.0
astroid==3.2.2
# via
# -r requirements/validation.txt
# pylint
Expand All @@ -41,11 +41,11 @@ bleach==6.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
boto3==1.34.104
boto3==1.34.109
# via
# -r requirements/validation.txt
# fs-s3fs
botocore==1.34.104
botocore==1.34.109
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -480,7 +480,7 @@ pkginfo==1.10.0
# via
# -r requirements/validation.txt
# twine
platformdirs==4.2.1
platformdirs==4.2.2
# via
# -r requirements/validation.txt
# pylint
Expand Down Expand Up @@ -530,7 +530,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.0
pylint==3.2.2
# via
# -r requirements/validation.txt
# edx-lint
Expand Down Expand Up @@ -569,7 +569,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/validation.txt
# pytest-cov
Expand Down Expand Up @@ -724,7 +724,7 @@ tomlkit==0.12.5
# pylint
tox==4.15.0
# via -r requirements/validation.txt
twine==5.0.0
twine==5.1.0
# via -r requirements/validation.txt
typing-extensions==4.11.0
# via
Expand Down Expand Up @@ -774,7 +774,7 @@ xblock==4.0.1
# via
# -r requirements/validation.txt
# lti-consumer-xblock
zipp==3.18.1
zipp==3.18.2
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-simple-history
astroid==3.2.0
astroid==3.2.2
# via
# -r requirements/test.txt
# pylint
Expand All @@ -43,11 +43,11 @@ bleach==6.1.0
# via
# -r requirements/test.txt
# lti-consumer-xblock
boto3==1.34.104
boto3==1.34.109
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.104
botocore==1.34.109
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -450,7 +450,7 @@ pbr==6.0.0
# stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.2.1
platformdirs==4.2.2
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -493,7 +493,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.0
pylint==3.2.2
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -529,7 +529,7 @@ pyproject-api==1.6.1
# tox
pyproject-hooks==1.1.0
# via build
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -691,7 +691,7 @@ tomlkit==0.12.5
# pylint
tox==4.15.0
# via -r requirements/test.txt
twine==5.0.0
twine==5.1.0
# via -r requirements/doc.in
typing-extensions==4.11.0
# via
Expand Down Expand Up @@ -737,7 +737,7 @@ xblock==4.0.1
# via
# -r requirements/test.txt
# lti-consumer-xblock
zipp==3.18.1
zipp==3.18.2
# via
# importlib-metadata
# importlib-resources
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.5.1
setuptools==70.0.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ bleach==6.1.0
# via
# -r requirements/base.txt
# lti-consumer-xblock
boto3==1.34.104
boto3==1.34.109
# via
# -r requirements/base.txt
# django-ses
# fs-s3fs
botocore==1.34.104
botocore==1.34.109
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -500,7 +500,7 @@ xblock==4.0.1
# lti-consumer-xblock
zope-event==5.0
# via gevent
zope-interface==6.3
zope-interface==6.4
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-simple-history
astroid==3.2.0
astroid==3.2.2
# via
# -r requirements/test.txt
# pylint
Expand All @@ -39,11 +39,11 @@ bleach==6.1.0
# via
# -r requirements/test.txt
# lti-consumer-xblock
boto3==1.34.104
boto3==1.34.109
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.104
botocore==1.34.109
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -432,7 +432,7 @@ pbr==6.0.0
# stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.2.1
platformdirs==4.2.2
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -477,7 +477,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.0
pylint==3.2.2
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -511,7 +511,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -649,7 +649,7 @@ tomlkit==0.12.5
# pylint
tox==4.15.0
# via -r requirements/test.txt
twine==5.0.0
twine==5.1.0
# via -r requirements/quality.in
typing-extensions==4.11.0
# via
Expand Down Expand Up @@ -695,7 +695,7 @@ xblock==4.0.1
# via
# -r requirements/test.txt
# lti-consumer-xblock
zipp==3.18.1
zipp==3.18.2
# via
# importlib-metadata
# importlib-resources
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-simple-history
astroid==3.2.0
astroid==3.2.2
# via
# pylint
# pylint-celery
Expand All @@ -36,11 +36,11 @@ bleach==6.1.0
# via
# -r requirements/base.txt
# lti-consumer-xblock
boto3==1.34.104
boto3==1.34.109
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.104
botocore==1.34.109
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -369,7 +369,7 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.2.1
platformdirs==4.2.2
# via
# pylint
# tox
Expand Down Expand Up @@ -404,7 +404,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.0
pylint==3.2.2
# via
# edx-lint
# pylint-celery
Expand All @@ -430,7 +430,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-api==1.6.1
# via tox
pytest==8.2.0
pytest==8.2.1
# via
# pytest-cov
# pytest-django
Expand Down
16 changes: 8 additions & 8 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-simple-history
astroid==3.2.0
astroid==3.2.2
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -48,12 +48,12 @@ bleach==6.1.0
# -r requirements/quality.txt
# -r requirements/test.txt
# lti-consumer-xblock
boto3==1.34.104
boto3==1.34.109
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.104
botocore==1.34.109
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -562,7 +562,7 @@ pkginfo==1.10.0
# via
# -r requirements/quality.txt
# twine
platformdirs==4.2.1
platformdirs==4.2.2
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -615,7 +615,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.0
pylint==3.2.2
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -658,7 +658,7 @@ pyproject-api==1.6.1
# -r requirements/quality.txt
# -r requirements/test.txt
# tox
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -837,7 +837,7 @@ tox==4.15.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
twine==5.0.0
twine==5.1.0
# via -r requirements/quality.txt
typing-extensions==4.11.0
# via
Expand Down Expand Up @@ -892,7 +892,7 @@ xblock==4.0.1
# -r requirements/quality.txt
# -r requirements/test.txt
# lti-consumer-xblock
zipp==3.18.1
zipp==3.18.2
# via
# -r requirements/quality.txt
# importlib-metadata
Expand Down
Loading