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

Closed
Closed
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
20 changes: 13 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
async-timeout==4.0.3
# via redis
attrs==23.1.0
# via
# lti-consumer-xblock
# openedx-events
bleach==6.0.0
bleach==6.1.0
# via lti-consumer-xblock
boto3==1.28.59
boto3==1.28.62
# via fs-s3fs
botocore==1.31.59
botocore==1.31.62
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -200,6 +202,7 @@ lxml==4.9.3
mako==1.2.4
# via
# lti-consumer-xblock
# xblock
# xblock-utils
markupsafe==2.1.3
# via
Expand All @@ -221,7 +224,7 @@ openedx-django-pyfs==3.4.0
# via
# lti-consumer-xblock
# xblock
openedx-events==8.9.0
openedx-events==9.0.0
# via
# -r requirements/base.in
# edx-event-bus-kafka
Expand Down Expand Up @@ -293,9 +296,10 @@ s3transfer==0.7.0
# via boto3
semantic-version==2.10.0
# via edx-drf-extensions
simplejson==3.19.1
simplejson==3.19.2
# via
# django-rest-swagger
# xblock
# xblock-utils
six==1.16.0
# via
Expand Down Expand Up @@ -325,7 +329,9 @@ stevedore==5.1.0
text-unidecode==1.3
# via python-slugify
typing-extensions==4.8.0
# via edx-opaque-keys
# via
# asgiref
# edx-opaque-keys
uritemplate==4.1.1
# via
# coreapi
Expand All @@ -344,7 +350,7 @@ webencodings==0.5.1
# via bleach
webob==1.8.7
# via xblock
xblock[django]==1.8.0
xblock[django]==1.8.1
# via
# lti-consumer-xblock
# xblock-utils
Expand Down
2 changes: 2 additions & 0 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ py==1.11.0
# via tox
six==1.16.0
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down
61 changes: 53 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,24 @@ astroid==2.15.8
# -r requirements/validation.txt
# pylint
# pylint-celery
async-timeout==4.0.3
# via
# -r requirements/validation.txt
# redis
attrs==23.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
# openedx-events
bleach==6.0.0
bleach==6.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
boto3==1.28.59
boto3==1.28.62
# via
# -r requirements/validation.txt
# fs-s3fs
botocore==1.31.59
botocore==1.31.62
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -89,6 +93,7 @@ cryptography==41.0.4
# via
# -r requirements/validation.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.6.0
# via -r requirements/validation.txt
Expand Down Expand Up @@ -226,7 +231,7 @@ edx-event-bus-kafka==5.5.0
# via -r requirements/validation.txt
edx-event-bus-redis==0.3.2
# via -r requirements/validation.txt
edx-i18n-tools==1.2.0
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/validation.txt
Expand All @@ -246,9 +251,13 @@ edx-toggles==5.1.0
# edx-event-bus-redis
edx-token-utils==0.2.1
# via -r requirements/validation.txt
exceptiongroup==1.1.3
# via
# -r requirements/validation.txt
# pytest
factory-boy==3.3.0
# via -r requirements/validation.txt
faker==19.6.2
faker==19.8.0
# via
# -r requirements/validation.txt
# factory-boy
Expand Down Expand Up @@ -283,9 +292,15 @@ idna==3.4
# requests
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
# build
# keyring
# twine
importlib-resources==6.1.0
# via
# -r requirements/validation.txt
# keyring
inflection==0.5.1
# via
# -r requirements/validation.txt
Expand All @@ -306,6 +321,11 @@ jaraco-classes==3.3.0
# via
# -r requirements/validation.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/validation.txt
# keyring
# secretstorage
jinja2==3.1.2
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -339,12 +359,14 @@ lti-consumer-xblock==9.6.2
lxml==4.9.3
# via
# -r requirements/validation.txt
# edx-i18n-tools
# lti-consumer-xblock
# xblock
mako==1.2.4
# via
# -r requirements/validation.txt
# lti-consumer-xblock
# xblock
# xblock-utils
markdown-it-py==3.0.0
# via
Expand Down Expand Up @@ -395,7 +417,7 @@ openedx-django-pyfs==3.4.0
# -r requirements/validation.txt
# lti-consumer-xblock
# xblock
openedx-events==8.9.0
openedx-events==9.0.0
# via
# -r requirements/validation.txt
# edx-event-bus-kafka
Expand Down Expand Up @@ -592,14 +614,19 @@ s3transfer==0.7.0
# via
# -r requirements/validation.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/validation.txt
# keyring
semantic-version==2.10.0
# via
# -r requirements/validation.txt
# edx-drf-extensions
simplejson==3.19.1
simplejson==3.19.2
# via
# -r requirements/validation.txt
# django-rest-swagger
# xblock
# xblock-utils
six==1.16.0
# via
Expand Down Expand Up @@ -646,6 +673,17 @@ text-unidecode==1.3
# via
# -r requirements/validation.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.1
# via
# -r requirements/validation.txt
Expand All @@ -661,7 +699,12 @@ types-pyyaml==6.0.12.12
typing-extensions==4.8.0
# via
# -r requirements/validation.txt
# asgiref
# astroid
# edx-opaque-keys
# faker
# pylint
# rich
uritemplate==4.1.1
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -703,7 +746,7 @@ wrapt==1.15.0
# via
# -r requirements/validation.txt
# astroid
xblock[django]==1.8.0
xblock[django]==1.8.1
# via
# -r requirements/validation.txt
# lti-consumer-xblock
Expand All @@ -714,8 +757,10 @@ xblock-utils==4.0.0
# lti-consumer-xblock
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
Loading
Loading