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

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
34 changes: 17 additions & 17 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ attrs==23.2.0
# openedx-events
bleach==6.1.0
# via lti-consumer-xblock
boto3==1.34.25
boto3==1.34.35
# via fs-s3fs
botocore==1.34.25
botocore==1.34.35
# via
# boto3
# s3transfer
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
Expand All @@ -37,23 +37,23 @@ click==8.1.7
# via
# code-annotations
# edx-django-utils
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-toggles
coreapi==2.3.3
# via
# django-rest-swagger
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==42.0.0
cryptography==42.0.2
# via
# pyjwt
# social-auth-core
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -142,7 +142,7 @@ edx-django-utils==5.10.1
# edx-event-bus-redis
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==9.1.2
edx-drf-extensions==10.2.0
# via -r requirements/base.in
edx-event-bus-kafka==5.6.0
# via -r requirements/base.in
Expand All @@ -157,7 +157,7 @@ edx-opaque-keys[django]==2.5.1
# openedx-events
edx-rest-api-client==5.6.1
# via -r requirements/base.in
edx-toggles==5.1.0
edx-toggles==5.1.1
# via
# edx-event-bus-kafka
# edx-event-bus-redis
Expand Down Expand Up @@ -198,18 +198,18 @@ lxml==5.1.0
# via
# lti-consumer-xblock
# xblock
mako==1.3.1
mako==1.3.2
# via
# lti-consumer-xblock
# xblock
markupsafe==2.1.4
markupsafe==2.1.5
# via
# jinja2
# mako
# xblock
mysqlclient==2.2.1
mysqlclient==2.2.3
# via -r requirements/base.in
newrelic==9.5.0
newrelic==9.6.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand All @@ -220,7 +220,7 @@ openapi-codec==1.3.2
# via django-rest-swagger
openedx-django-pyfs==3.4.1
# via lti-consumer-xblock
openedx-events==9.3.0
openedx-events==9.4.0
# via
# -r requirements/base.in
# edx-event-bus-kafka
Expand Down Expand Up @@ -261,11 +261,11 @@ python-dateutil==2.8.2
# via
# botocore
# xblock
python-slugify==8.0.1
python-slugify==8.0.3
# via code-annotations
python3-openid==3.2.0
# via social-auth-core
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/base.in
# django
Expand Down Expand Up @@ -313,7 +313,7 @@ slumber==0.7.1
# via edx-rest-api-client
social-auth-app-django==5.4.0
# via edx-auth-backends
social-auth-core==4.5.1
social-auth-core==4.5.2
# via
# edx-auth-backends
# social-auth-app-django
Expand Down Expand Up @@ -346,7 +346,7 @@ webencodings==0.5.1
# via bleach
webob==1.8.7
# via xblock
xblock==1.9.1
xblock==1.10.0
# via lti-consumer-xblock

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
Expand Down
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@






# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand Down
Loading
Loading