Skip to content

Commit

Permalink
Merge pull request #5054 from kobotoolbox/django-4.2.15
Browse files Browse the repository at this point in the history
Update Django to 4.2.15
  • Loading branch information
noliveleger authored Aug 8, 2024
2 parents 2ef24d5 + 1d68aa3 commit 3cfd6c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dependencies/pip/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile dependencies/pip/dev_requirements.in
#
Expand Down Expand Up @@ -133,7 +133,7 @@ dj-static==0.0.6
# via -r dependencies/pip/requirements.in
dj-stripe==2.8.3
# via -r dependencies/pip/requirements.in
django==4.2.11
django==4.2.15
# via
# -r dependencies/pip/requirements.in
# dj-stripe
Expand Down
6 changes: 3 additions & 3 deletions dependencies/pip/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile dependencies/pip/requirements.in
#
Expand Down Expand Up @@ -111,7 +111,7 @@ dj-static==0.0.6
# via -r dependencies/pip/requirements.in
dj-stripe==2.8.3
# via -r dependencies/pip/requirements.in
django==4.2.11
django==4.2.15
# via
# -r dependencies/pip/requirements.in
# dj-stripe
Expand Down
2 changes: 1 addition & 1 deletion pip-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for in_file in dependencies/pip/*.in
do
# pass any arguments to pip-compile
# useful for switches like `--upgrade-package`
pip-compile "$@" "$in_file"
pip-compile "$@" "$in_file" || exit $?
done
for out_file in dependencies/pip/*.txt
do
Expand Down

0 comments on commit 3cfd6c6

Please sign in to comment.