Skip to content

Commit d618a0c

Browse files
authored
chore(deps): update dependency google-crc32c, update min python version (#13035)
1 parent ac96440 commit d618a0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

secretmanager/snippets/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
TEST_CONFIG_OVERRIDE = {
2424
# You can opt out from the test for specific Python versions.
25-
"ignored_versions": ["2.7", "3.7", "3.9", "3.10", "3.11"],
25+
"ignored_versions": ["2.7", "3.7", "3.8", "3.10", "3.11"],
2626
# Old samples are opted out of enforcing Python type hints
2727
# All new samples should feature them
2828
"enforce_type_hints": True,
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-secret-manager==2.21.1
2-
google-crc32c==1.5.0
3-
protobuf==5.27.5 # https://github.com/googleapis/google-cloud-python/issues/13350#issuecomment-2552109593
2+
google-crc32c==1.6.0
3+
protobuf==5.27.5 # https://github.com/googleapis/google-cloud-python/issues/13350#issuecomment-2552109593

0 commit comments

Comments
 (0)