Skip to content

Commit

Permalink
Merge pull request #244 from edx/jenkins/upgrade-python-requirements-…
Browse files Browse the repository at this point in the history
…6ecf887

Python Requirements Update
  • Loading branch information
MichaelRoytman authored Feb 1, 2024
2 parents 6ecf887 + 49f6467 commit da30651
Show file tree
Hide file tree
Showing 11 changed files with 135 additions and 131 deletions.
23 changes: 0 additions & 23 deletions edx_exams/apps/core/middleware.py

This file was deleted.

2 changes: 0 additions & 2 deletions edx_exams/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ def root(*path_fragments):
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django.middleware.common.CommonMiddleware',
# Forces JWT auth if edx JWT cookie exists
'edx_exams.apps.core.middleware.ForceJWTAuthMiddleware',
'edx_rest_framework_extensions.auth.jwt.middleware.JwtAuthCookieMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
Expand Down
20 changes: 10 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ attrs==23.2.0
# openedx-events
bleach==6.1.0
# via lti-consumer-xblock
boto3==1.34.25
boto3==1.34.30
# via fs-s3fs
botocore==1.34.25
botocore==1.34.30
# via
# boto3
# s3transfer
Expand All @@ -45,7 +45,7 @@ coreapi==2.3.3
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==42.0.0
cryptography==42.0.1
# via
# pyjwt
# social-auth-core
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.1.0
# via -r requirements/base.in
edx-event-bus-kafka==5.6.0
# via -r requirements/base.in
Expand Down Expand Up @@ -198,7 +198,7 @@ lxml==5.1.0
# via
# lti-consumer-xblock
# xblock
mako==1.3.1
mako==1.3.2
# via
# lti-consumer-xblock
# xblock
Expand All @@ -209,7 +209,7 @@ markupsafe==2.1.4
# xblock
mysqlclient==2.2.1
# via -r requirements/base.in
newrelic==9.5.0
newrelic==9.6.0
# via edx-django-utils
oauthlib==3.2.2
# via
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.2
# via code-annotations
python3-openid==3.2.0
# via social-auth-core
pytz==2023.3.post1
pytz==2023.4
# 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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platformdirs==4.1.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
42 changes: 26 additions & 16 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ bleach==6.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
boto3==1.34.25
boto3==1.34.30
# via
# -r requirements/validation.txt
# fs-s3fs
botocore==1.34.25
botocore==1.34.30
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -97,15 +97,16 @@ coreschema==0.0.4
# via
# -r requirements/validation.txt
# coreapi
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/validation.txt
# coverage
# pytest-cov
cryptography==42.0.0
cryptography==42.0.1
# via
# -r requirements/validation.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.1
# via -r requirements/validation.txt
Expand All @@ -116,7 +117,7 @@ defusedxml==0.8.0rc2
# social-auth-core
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
dill==0.3.8
# via
# -r requirements/validation.txt
# pylint
Expand Down Expand Up @@ -237,7 +238,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.1.0
# via -r requirements/validation.txt
edx-event-bus-kafka==5.6.0
# via -r requirements/validation.txt
Expand Down Expand Up @@ -270,7 +271,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/validation.txt
faker==22.5.0
faker==22.6.0
# via
# -r requirements/validation.txt
# factory-boy
Expand Down Expand Up @@ -334,6 +335,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.3
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -365,7 +371,7 @@ lxml==5.1.0
# edx-i18n-tools
# lti-consumer-xblock
# xblock
mako==1.3.1
mako==1.3.2
# via
# -r requirements/validation.txt
# lti-consumer-xblock
Expand Down Expand Up @@ -396,7 +402,7 @@ more-itertools==10.2.0
# jaraco-classes
mysqlclient==2.2.1
# via -r requirements/validation.txt
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/validation.txt
# edx-django-utils
Expand Down Expand Up @@ -454,7 +460,7 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/validation.txt
# diff-cover
Expand Down Expand Up @@ -537,14 +543,14 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/validation.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/validation.txt
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/validation.txt
python-dateutil==2.8.2
# via
Expand All @@ -553,15 +559,15 @@ python-dateutil==2.8.2
# faker
# freezegun
# xblock
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/validation.txt
# code-annotations
python3-openid==3.2.0
# via
# -r requirements/validation.txt
# social-auth-core
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/validation.txt
# django
Expand Down Expand Up @@ -620,6 +626,10 @@ s3transfer==0.10.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
Expand Down Expand Up @@ -653,7 +663,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/validation.txt
# edx-auth-backends
social-auth-core==4.5.1
social-auth-core==4.5.2
# via
# -r requirements/validation.txt
# edx-auth-backends
Expand Down Expand Up @@ -738,7 +748,7 @@ wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
xblock==1.9.1
xblock==1.10.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
Expand Down
Loading

0 comments on commit da30651

Please sign in to comment.