Skip to content

Commit

Permalink
update Django==4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Negron authored and Raymond Negron committed Sep 7, 2023
1 parent 51d6e02 commit 95b796e
Show file tree
Hide file tree
Showing 9 changed files with 182 additions and 232 deletions.
46 changes: 19 additions & 27 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
Expand All @@ -16,19 +16,15 @@ backoff==1.10.0
# via
# -r requirements/base.in
# analytics-python
backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# kombu
billiard==4.1.0
# via celery
boto3==1.28.26
boto3==1.28.41
# via django-ses
botocore==1.31.26
botocore==1.31.41
# via
# boto3
# s3transfer
celery==5.3.1
celery==5.3.4
# via
# -r requirements/base.in
# django-celery-results
Expand All @@ -41,7 +37,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# celery
# click-didyoumean
Expand All @@ -65,9 +61,9 @@ defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==3.2.20
django==4.2
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# django-celery-results
# django-cors-headers
Expand Down Expand Up @@ -116,10 +112,8 @@ django-model-utils==4.3.1
# edx-rbac
django-ses==3.5.0
# via -r requirements/base.in
django-simple-history==3.0.0
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
django-simple-history==3.3.0
# via -r requirements/base.in
django-waffle==4.0.0
# via
# -r requirements/base.in
Expand Down Expand Up @@ -159,11 +153,11 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.9.0
edx-drf-extensions==8.9.2
# via
# -r requirements/base.in
# edx-rbac
edx-opaque-keys==2.4.0
edx-opaque-keys==2.5.0
# via edx-drf-extensions
edx-rbac==1.8.0
# via -r requirements/base.in
Expand All @@ -183,15 +177,15 @@ jmespath==1.0.1
# botocore
jsonfield==3.1.0
# via edx-celeryutils
kombu==5.3.1
kombu==5.3.2
# via celery
markupsafe==2.1.3
# via jinja2
monotonic==1.6
# via analytics-python
mysqlclient==2.2.0
# via -r requirements/base.in
newrelic==8.10.0
newrelic==9.0.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -230,18 +224,17 @@ python-slugify==8.0.1
# via code-annotations
python3-openid==3.2.0
# via social-auth-core
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.in
# django
# django-ses
# djangorestframework
# drf-yasg
pyyaml==6.0.1
# via
# code-annotations
# drf-yasg
redis==4.6.0
redis==5.0.0
# via -r requirements/base.in
requests==2.31.0
# via
Expand All @@ -255,7 +248,7 @@ requests-oauthlib==1.3.1
# via social-auth-core
rules==3.3
# via -r requirements/base.in
s3transfer==0.6.1
s3transfer==0.6.2
# via boto3
semantic-version==2.10.0
# via edx-drf-extensions
Expand All @@ -271,7 +264,7 @@ six==1.16.0
# python-dateutil
slumber==0.7.1
# via edx-rest-api-client
social-auth-app-django==5.2.0
social-auth-app-django==5.3.0
# via edx-auth-backends
social-auth-core==4.4.2
# via
Expand All @@ -289,11 +282,10 @@ text-unidecode==1.3
typing-extensions==4.7.1
# via
# asgiref
# edx-opaque-keys
# kombu
tzdata==2023.3
# via
# backports-zoneinfo
# celery
# via celery
unicodecsv==0.14.1
# via djangorestframework-csv
uritemplate==4.1.1
Expand Down
Loading

0 comments on commit 95b796e

Please sign in to comment.