Skip to content

Commit

Permalink
Update dependency django to v3 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 30, 2024
1 parent 71986db commit 4d772e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_package_data=True,
# TODO(user): Any 1.8 version is OK, but django<1.9 seems to do the wrong
# thing. It installs version 1.9rc1, which is not compatible.
install_requires=['django==2.2.28',
install_requires=['django==3.2.24',
#'google-apputils',
'httplib2',
'absl-py',
Expand Down

0 comments on commit 4d772e6

Please sign in to comment.