Skip to content

Commit b9b6df7

Browse files
authored
Remove arbitrary equals - not supported by MEND renovate (#8866)
1 parent f5a24c5 commit b9b6df7

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

appengine/flexible/scipy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Flask==2.0.3; python_version < '3.7'
33
gunicorn==20.1.0
44
imageio==2.14.0
55
numpy==1.22.0; python_version > "3.7"
6-
numpy===1.21.4; python_version <= "3.7"
6+
numpy==1.21.4; python_version <= "3.7"
77
pillow==9.2.0
88
scipy==1.8.0; python_version > "3.7"
99
scipy==1.7.3; python_version <= "3.7"
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Flask===1.1.4; python_version < '3.0'
2-
Flask===2.1.0; python_version > '3.0'
3-
pyjwt===1.7.1; python_version < '3.0'
1+
Flask==1.1.4; python_version < '3.0'
2+
Flask==2.1.0; python_version > '3.0'
3+
pyjwt==1.7.1; python_version < '3.0'
44
flask-cors==3.0.10
5-
google-auth===2.6.2; python_version < '3.0'
6-
google-auth===2.6.2; python_version > '3.0'
5+
google-auth==2.6.2; python_version < '3.0'
6+
google-auth==2.6.2; python_version > '3.0'
77
requests==2.27.1
88
requests-toolbelt==0.10.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==1.1.4; python_version < '3.0'
22
Flask==2.1.0; python_version > '3.0'
33
google-cloud-datastore==2.7.1; python_version >= "3.0"
4-
google-cloud-datastore===1.15.5; python_version < "3.0"
4+
google-cloud-datastore==1.15.5; python_version < "3.0"
55
google-cloud-tasks==2.7.1 ; python_version >= "3.0"
66
google-cloud-tasks==1.5.2 ; python_version < "3.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Flask==1.1.4; python_version < '3.0'
22
Flask==2.1.0; python_version > '3.0'
33
google-cloud-datastore==2.7.1 ; python_version >= "3.0"
4-
google-cloud-datastore===1.15.5 ; python_version < "3.0"
4+
google-cloud-datastore==1.15.5 ; python_version < "3.0"
55
google-cloud-pubsub==2.9.0 ; python_version >= "3.0"
66
# 1.7.0 is the latest compatible version for Python 2.
77
google-cloud-pubsub==1.7.2 ; python_version < "3.0"

bigquery/datalab-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ grpcio==1.47.0
22
google-cloud-bigquery[pandas,pyarrow]==2.34.4
33
# datalab has outdated dependencies that require google-api-core < 2
44
# The last version of google-cloud-bigquery-storage that supports google-api-core 1.x is 2.13.2
5-
google-cloud-bigquery-storage===2.13.2
5+
google-cloud-bigquery-storage==2.13.2
66
datalab==1.2.1
77
ipython==8.0.1
88
pyarrow==6.0.1

compute/oslogin/requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
backoff===1.11.1; python_version < "3.7"
2-
backoff===2.0.0; python_version >= "3.7"
1+
backoff==1.11.1; python_version < "3.7"
2+
backoff==2.0.0; python_version >= "3.7"
33
pytest==7.0.1
44
mock==4.0.3
55
google-cloud-iam==2.10.0

iot/api-client/gcs_file_to_device/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ google-auth==2.6.2
33
google-auth-httplib2==0.1.0
44
google-cloud-iot==2.5.1
55
google-cloud-pubsub==2.9.0
6-
google-cloud-storage===2.0.0; python_version < '3.7'
6+
google-cloud-storage==2.0.0; python_version < '3.7'
77
google-cloud-storage==2.1.0; python_version > '3.6'
88
cryptography==38.0.3
99
paho-mqtt==1.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-language==2.6.1
22
numpy==1.23.4; python_version > '3.7'
3-
numpy===1.21.4; python_version == '3.7'
3+
numpy==1.21.4; python_version == '3.7'

0 commit comments

Comments
 (0)