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

[#1894] Updated Django dependency to make dependabot happy #889

Merged
merged 2 commits into from
Dec 12, 2023
Merged
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ defusedxml==0.7.1
# odfpy
diff-match-patch==20200713
# via django-import-export
django==3.2.20
django==3.2.23
# via
# -r requirements/base.in
# django-appconf
Expand Down Expand Up @@ -484,7 +484,7 @@ six==1.16.0
# requests-mock
soupsieve==2.3.1
# via beautifulsoup4
sqlparse==0.4.2
sqlparse==0.4.4
# via django
svglib==1.5.1
# via easy-thumbnails
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ diff-match-patch==20200713
# -c requirements/base.txt
# -r requirements/base.txt
# django-import-export
django==3.2.20
django==3.2.23
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -858,7 +858,7 @@ soupsieve==2.3.1
# -c requirements/base.txt
# -r requirements/base.txt
# beautifulsoup4
sqlparse==0.4.2
sqlparse==0.4.4
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ diff-match-patch==20200713
# -c requirements/ci.txt
# -r requirements/ci.txt
# django-import-export
django==3.2.20
django==3.2.23
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -973,7 +973,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.2
sqlparse==0.4.4
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down
Loading