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

Bump django from 1.11.29 to 3.2.24 in /requirements #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 8 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
appdirs==1.4.4
# via virtualenv
asgiref==3.7.2
# via django
astroid==2.3.3
# via
# pylint
Expand All @@ -27,7 +29,7 @@ diff-cover==3.0.1
# via -r dev.in
distlib==0.3.0
# via virtualenv
django==1.11.29
django==3.2.24
# via edx-i18n-tools
docutils==0.16
# via readme-renderer
Expand All @@ -44,7 +46,7 @@ idna==2.9
importlib-metadata==1.6.1
# via
# inflect
# path.py
# path-py
inflect==3.0.2
# via jinja2-pluralize
isort==4.3.21
Expand All @@ -55,7 +57,7 @@ jinja2==2.11.3
# jinja2-pluralize
jinja2-pluralize==0.3.0
# via diff-cover
lazy-object-proxy==1.4.3
lazy-object-proxy==1.4.1
# via astroid
markupsafe==1.1.1
# via jinja2
Expand All @@ -65,7 +67,7 @@ packaging==20.4
# via
# bleach
# tox
path.py==11.5.2
path-py==11.5.2
# via edx-i18n-tools
pip-tools==5.2.1
# via -r dev.in
Expand Down Expand Up @@ -123,6 +125,8 @@ six==1.15.0
# readme-renderer
# tox
# virtualenv
sqlparse==0.4.4
# via django
toml==0.10.1
# via tox
tox==3.15.2
Expand Down
Loading