Skip to content

Commit

Permalink
Merge pull request #889 from maykinmedia/fix/1894-dependabot-upgrade-…
Browse files Browse the repository at this point in the history
…django

[#1894] Updated Django dependency to make dependabot happy
  • Loading branch information
alextreme authored Dec 12, 2023
2 parents 7d75b53 + bca4c96 commit c5f4d3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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 @@ -480,7 +480,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 @@ -852,7 +852,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 @@ -967,7 +967,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

0 comments on commit c5f4d3d

Please sign in to comment.