Skip to content

Commit 48ecfcf

Browse files
committed
Update dependency django to v4 [SECURITY]
1 parent c9fa9d7 commit 48ecfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
include_package_data=True,
4040
# TODO(user): Any 1.8 version is OK, but django<1.9 seems to do the wrong
4141
# thing. It installs version 1.9rc1, which is not compatible.
42-
install_requires=['django==2.2.28',
42+
install_requires=['django==4.2.16',
4343
#'google-apputils',
4444
'httplib2',
4545
'absl-py',

0 commit comments

Comments
 (0)