Skip to content

Commit

Permalink
chore(deps): update dependency google-crc32c, update min python versi…
Browse files Browse the repository at this point in the history
…on (#13035)
  • Loading branch information
glasnt authored Jan 14, 2025
1 parent ac96440 commit d618a0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion secretmanager/snippets/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.7", "3.9", "3.10", "3.11"],
"ignored_versions": ["2.7", "3.7", "3.8", "3.10", "3.11"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
4 changes: 2 additions & 2 deletions secretmanager/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-secret-manager==2.21.1
google-crc32c==1.5.0
protobuf==5.27.5 # https://github.com/googleapis/google-cloud-python/issues/13350#issuecomment-2552109593
google-crc32c==1.6.0
protobuf==5.27.5 # https://github.com/googleapis/google-cloud-python/issues/13350#issuecomment-2552109593

0 comments on commit d618a0c

Please sign in to comment.