Skip to content

Commit 47e0028

Browse files
committed
Fixed removed spaces and other minor mistakes.
1 parent b9c0c97 commit 47e0028

6 files changed

Lines changed: 6 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==3.1.3; python_version >= '3.9'
22
gunicorn==23.0.0
3-
requests[security]==2.34.2; python_version >= '3.10'
3+
requests==2.34.2; python_version >= '3.10'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==3.1.3; python_version >= '3.9'
2-
Werkzeug==3.1.8; python_version >= '3.9'
32
requests==2.34.2; python_version >= '3.10'
43
requests-futures==1.0.2
54
requests-toolbelt==1.0.0
5+
Werkzeug==3.1.8; python_version >= '3.9'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-tasks==2.18.0
2-
requests==2.34.2; python_version >= '3.10'
2+
requests==2.34.2; python_version >= '3.10'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
pytest==9.0.3; python_version >= "3.10"
2+
requests==2.34.2; python_version >= '3.10'

compute/metadata/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests==2.34.2; python_version >= '3.10'
2-
google-auth==2.38.0
2+
google-auth==2.38.0

compute/oslogin/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ google-auth==2.38.0
33
google-auth-httplib2==0.2.0
44
google-cloud-compute==1.11.0
55
google-cloud-os-login==2.15.1
6-
requests==2.34.2; python_version >= '3.10'
6+
requests==2.34.2; python_version >= '3.10'

0 commit comments

Comments
 (0)