Skip to content

Commit d1a30bb

Browse files
renovate-botbshaffer
authored andcommitted
Pin dependencies (GoogleCloudPlatform#212)
1 parent 7d21da4 commit d1a30bb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

authenticating-users/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [START getting_started_requirements]
2-
Flask>=1.0.0
2+
Flask==1.1.1
33
cryptography==2.8
44
python-jose[cryptography]==3.0.1
55
requests==2.22.0

background/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-firestore==1.4.0
22
google-cloud-pubsub==0.45.0
3-
flask>=1.0.0
3+
flask==1.1.1

optional-kubernetes-engine/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask>=1.0.0
1+
Flask==1.1.1
22
google-cloud-datastore==1.7.1
33
google-cloud-storage==1.13.0
44
google-cloud-logging==1.8.0
@@ -8,7 +8,7 @@ oauth2client==4.1.3
88
mock==2.0.0
99
Flask-SQLAlchemy==2.3.2
1010
PyMySQL==0.9.2
11-
Flask-PyMongo>=2.0.0
11+
Flask-PyMongo==2.3.0
1212
PyMongo==3.7.2
1313
six==1.11.0
1414
requests[security]==2.20.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ BeautifulSoup4==4.6.0
22
flake8==3.5.0
33
flaky==3.4.0
44
mock==2.0.0
5-
nox>=2018.10.9
5+
nox==2019.11.9
66
pytest==3.8.2
77
pytest-cov==2.5.1
88
retrying==1.3.3
9-
requests>=2.20.0
9+
requests==2.22.0

sessions/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-firestore==1.6.0
2-
flask>=1.0.0
2+
flask==1.1.1

0 commit comments

Comments
 (0)