Skip to content

Commit

Permalink
chore(deps): update dependency django to v2 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 5, 2022
1 parent 6c76840 commit 02a6192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-api-client-generator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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==1.8.12',
install_requires=['django==2.2.24',
'httplib2',
'google-apputils',
'python-gflags',
Expand Down

0 comments on commit 02a6192

Please sign in to comment.