Skip to content

Commit 242badd

Browse files
chore(deps): update dependency backoff to v2 (GoogleCloudPlatform#7836)
* chore(deps): update dependency backoff to v2 * Apply suggestions from code review Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent df75859 commit 242badd

File tree

15 files changed

+30
-15
lines changed

15 files changed

+30
-15
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
backoff==1.11.1
1+
backoff==1.11.1; python_version < "3.7"
2+
backoff==2.0.0; python_version >= "3.7"
23
pytest==7.0.1
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pytest==7.0.1
22
flask==2.1.0
3-
backoff==1.11.1
3+
backoff==1.11.1; python_version < "3.7"
4+
backoff==2.0.0; python_version >= "3.7"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
backoff==1.11.1
1+
backoff==1.11.1; python_version < "3.7"
2+
backoff==2.0.0; python_version >= "3.7"
23
pytest==7.0.1
34
flaky==3.7.0
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
backoff==1.11.1
1+
backoff==1.11.1; python_version < "3.7"
2+
backoff==2.0.0; python_version >= "3.7"
23
pytest==7.0.1
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pytest==7.0.1
2-
backoff==1.11.1
2+
backoff==1.11.1; python_version < "3.7"
3+
backoff==2.0.0; python_version >= "3.7"
34
cloudevents==1.2.0
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest==6.2.4
2-
backoff==1.11.1
2+
backoff==1.11.1; python_version < "3.7"
3+
backoff==2.0.0; python_version >= "3.7"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest==7.0.1
2-
backoff==1.11.1
2+
backoff==1.11.1; python_version < "3.7"
3+
backoff==2.0.0; python_version >= "3.7"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest==7.0.1
2-
backoff==1.11.1
2+
backoff==1.11.1; python_version < "3.7"
3+
backoff==2.0.0; python_version >= "3.7"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest==7.0.1
2-
backoff==1.11.1
2+
backoff==1.11.1; python_version < "3.7"
3+
backoff==2.0.0; python_version >= "3.7"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
backoff==1.11.1
1+
backoff==1.11.1; python_version < "3.7"
2+
backoff==2.0.0; python_version >= "3.7"
23
pytest==7.0.1

0 commit comments

Comments
 (0)