-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies (#2096)
* chore(deps): update all dependencies * pin attrs===24.2.0 for python 3.7 * pin urllib3===2.2.3 for python 3.8 * pin matplotlib===3.9.2 for python 3.9 --------- Co-authored-by: Lingqing Gan <[email protected]>
- Loading branch information
1 parent
aaf1eb8
commit 6cbd5c0
Showing
9 changed files
with
29 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
google-cloud-testutils==1.4.0 | ||
google-cloud-testutils==1.5.0 | ||
pytest===7.4.4; python_version == '3.7' | ||
pytest==8.3.3; python_version >= '3.8' | ||
pytest==8.3.4; python_version >= '3.8' | ||
mock==5.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pytest===7.4.4; python_version == '3.7' | ||
pytest==8.3.3; python_version >= '3.8' | ||
pytest==8.3.4; python_version >= '3.8' | ||
mock==5.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
google-cloud-testutils==1.4.0 | ||
google-cloud-testutils==1.5.0 | ||
pytest===7.4.4; python_version == '3.7' | ||
pytest==8.3.3; python_version >= '3.8' | ||
pytest==8.3.4; python_version >= '3.8' | ||
mock==5.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
google-cloud-testutils==1.4.0 | ||
google-cloud-testutils==1.5.0 | ||
pytest===7.4.4; python_version == '3.7' | ||
pytest==8.3.3; python_version >= '3.8' | ||
pytest==8.3.4; python_version >= '3.8' | ||
mock==5.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# samples/snippets should be runnable with no "extras" | ||
google-cloud-testutils==1.4.0 | ||
google-cloud-testutils==1.5.0 | ||
pytest===7.4.4; python_version == '3.7' | ||
pytest==8.3.3; python_version >= '3.8' | ||
pytest==8.3.4; python_version >= '3.8' | ||
mock==5.1.0 |