-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Pin dependencies #2651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pin dependencies #2651
Changes from all commits
73b3be8
76ba4ad
a4dd911
aa398bc
81fadca
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
PyMySQL==0.9.3 | ||
Django<2.0.0,>=1.11.8 | ||
Django==1.11.28 # needs to stay under 2.0.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ google-cloud-bigquery[pandas,pyarrow]==1.8.1 | |
datalab==1.1.4 | ||
ipython==7.2.0; python_version > "2.7" | ||
ipython<=5.5; python_version == "2.7" | ||
google-cloud-monitoring<=0.28.1 | ||
google-cloud-monitoring==0.28.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tswast any strong feelings about this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we had <= because we didn’t want DPEBot to touch it. Looks like Renovate Bot figures out the compatible version for datalab. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
grpcio>=1.2.0 | ||
grpcio==1.27.1 | ||
google-auth==1.10.0 | ||
google-auth-httplib2==0.0.3 | ||
google-cloud==0.34.0 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
grpcio>=1.10.0 | ||
grpcio-tools>=1.10.0 | ||
google-auth>=1.4.1 | ||
six>=1.11 | ||
googleapis-common-protos>=1.5.3 | ||
grpcio==1.27.1 | ||
grpcio-tools==1.27.1 | ||
google-auth==1.11.0 | ||
six==1.14.0 | ||
googleapis-common-protos==1.51.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
grpcio>=1.10.0 | ||
grpcio-tools>=1.10.0 | ||
google-auth>=1.4.1 | ||
six>=1.11 | ||
grpcio==1.27.1 | ||
grpcio-tools==1.27.1 | ||
google-auth==1.11.0 | ||
six==1.14.0 |
Uh oh!
There was an error while loading. Please reload this page.