Skip to content

Commit 7fd2421

Browse files
authored
build: use latest version of Formpack to add big-image support DEV-1172 (#6476)
### 📣 Summary Update KPI to use the latest Formpack release, which adds support for `big-image` as a valid media type in export workflow. ### 📖 Description This PR updates the formpack dependency hash in `requirements.in`, `requirements.txt`, and `dev_requirements.txt` to use the commit from [formpack#336](kobotoolbox/formpack#336). That PR introduces support for `big-image` as a valid media type to prevent translation mismatches in exports.
1 parent c7498dc commit 7fd2421

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dependencies/pip/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# via -r dependencies/pip/requirements.in
99
-e git+https://github.com/trevoriancox/django-dont-vary-on.git@01a804122b7ddcdc22f50b40993f91c27b03bef6#egg=django-dont-vary-on
1010
# via -r dependencies/pip/requirements.in
11-
-e git+https://github.com/kobotoolbox/formpack.git@efddba5933955bc00dda538b305fd93a1482aa1d#egg=formpack
11+
-e git+https://github.com/kobotoolbox/formpack.git@f6d4792760291f8d376de7100ce2ffe39edd4366#egg=formpack
1212
# via -r dependencies/pip/requirements.in
1313
-e git+https://github.com/dimagi/python-digest@5c94bb74516b977b60180ee832765c0695ff2b56#egg=python_digest
1414
# via -r dependencies/pip/requirements.in

dependencies/pip/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/bndr/pipreqs is a handy utility, too.
33

44
# formpack
5-
-e git+https://github.com/kobotoolbox/formpack.git@efddba5933955bc00dda538b305fd93a1482aa1d#egg=formpack
5+
-e git+https://github.com/kobotoolbox/formpack.git@f6d4792760291f8d376de7100ce2ffe39edd4366#egg=formpack
66

77
# More up-to-date version of django-digest than PyPI seems to have.
88
# Also, python-digest is an unlisted dependency thereof.

dependencies/pip/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# via -r dependencies/pip/requirements.in
99
-e git+https://github.com/trevoriancox/django-dont-vary-on.git@01a804122b7ddcdc22f50b40993f91c27b03bef6#egg=django-dont-vary-on
1010
# via -r dependencies/pip/requirements.in
11-
-e git+https://github.com/kobotoolbox/formpack.git@efddba5933955bc00dda538b305fd93a1482aa1d#egg=formpack
11+
-e git+https://github.com/kobotoolbox/formpack.git@f6d4792760291f8d376de7100ce2ffe39edd4366#egg=formpack
1212
# via -r dependencies/pip/requirements.in
1313
-e git+https://github.com/dimagi/python-digest@5c94bb74516b977b60180ee832765c0695ff2b56#egg=python_digest
1414
# via -r dependencies/pip/requirements.in

0 commit comments

Comments
 (0)