Skip to content

Commit

Permalink
fix: update django to latest patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gsueros committed Oct 5, 2023
1 parent 9281ccf commit 9c740ac
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 23 deletions.
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
django==4.2
django-admin-sortable2==2.1.9
django==4.2.6
django-admin-sortable2==2.1.10
1 change: 0 additions & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ docutils==0.19
# sphinx
elasticsearch==7.13.4
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# elasticsearch-dsl
elasticsearch-dsl==7.4.1
Expand Down
30 changes: 15 additions & 15 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ botocore==1.31.60
bracex==2.4
# via wcmatch
cachetools==5.3.1
# via google-auth
# via
# google-auth
# tox
cairocffi==1.4.0
# via
# -c requirements/constraints.txt
Expand All @@ -107,6 +109,8 @@ cffi==1.16.0
# cryptography
# pynacl
# snowflake-connector-python
chardet==5.2.0
# via tox
charset-normalizer==3.3.0
# via
# aiohttp
Expand Down Expand Up @@ -139,7 +143,9 @@ code-annotations==1.5.0
# edx-lint
# edx-toggles
colorama==0.4.6
# via semgrep
# via
# semgrep
# tox
contentful==2.1.1
# via -r requirements/base.in
coverage[toml]==7.3.2
Expand Down Expand Up @@ -172,7 +178,6 @@ distlib==0.3.7
distro==1.8.0
# via docker-compose
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# algoliasearch-django
Expand Down Expand Up @@ -219,10 +224,6 @@ distro==1.8.0
# social-auth-app-django
# taxonomy-connector
# xss-utils
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django-admin-sortable2==2.1.9
# via -r requirements/base.in
django-appconf==1.0.5
# via django-compressor
Expand Down Expand Up @@ -413,7 +414,6 @@ edx-toggles==5.1.0
# edx-event-bus-redis
elasticsearch==7.13.4
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# django-elasticsearch-dsl-drf
Expand Down Expand Up @@ -576,6 +576,7 @@ packaging==21.3
# docker
# drf-yasg
# pydata-sphinx-theme
# pyproject-api
# pytest
# semgrep
# snowflake-connector-python
Expand Down Expand Up @@ -603,6 +604,7 @@ platformdirs==3.11.0
# via
# pylint
# snowflake-connector-python
# tox
# virtualenv
# zeep
pluggy==1.3.0
Expand All @@ -619,8 +621,6 @@ protobuf==4.24.4
# googleapis-common-protos
psutil==5.9.5
# via edx-django-utils
py==1.11.0
# via tox
pyasn1==0.5.0
# via
# pyasn1-modules
Expand Down Expand Up @@ -685,6 +685,8 @@ pyparsing==3.1.1
# via
# httplib2
# packaging
pyproject-api==1.5.0
# via tox
pyrsistent==0.19.3
# via jsonschema
pysocks==1.7.1
Expand Down Expand Up @@ -846,7 +848,6 @@ six==1.16.0
# python-memcached
# python-monkey-business
# requests-file
# tox
# websocket-client
slumber==0.7.1
# via edx-rest-api-client
Expand Down Expand Up @@ -915,16 +916,15 @@ tomli==2.0.1
# via
# coverage
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.12.1
# via
# pylint
# snowflake-connector-python
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/test.in
tox==4.0.0
# via -r requirements/test.in
tqdm==4.66.1
# via
# openai
Expand Down
8 changes: 3 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ defusedxml==0.7.1
# djangorestframework-xml
# python3-openid
# social-auth-core
django==4.2
django==4.2.6
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# algoliasearch-django
Expand Down Expand Up @@ -165,7 +164,7 @@ django==4.2
# social-auth-app-django
# taxonomy-connector
# xss-utils
django-admin-sortable2==2.1.9
django-admin-sortable2==2.1.10
# via -r requirements/base.in
django-appconf==1.0.5
# via django-compressor
Expand Down Expand Up @@ -335,7 +334,6 @@ edx-toggles==5.1.0
# edx-event-bus-redis
elasticsearch==7.13.4
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/base.in
# django-elasticsearch-dsl-drf
Expand Down Expand Up @@ -705,7 +703,7 @@ zipp==3.17.0
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.0
zope-interface==6.1
# via gevent

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

0 comments on commit 9c740ac

Please sign in to comment.