Skip to content

Commit 388a55c

Browse files
chore(deps): bump cryptography from 42.0.5 to 43.0.1 in /cloud-media-livestream/keypublisher (#12566)
* chore(deps): bump cryptography in /cloud-media-livestream/keypublisher Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.5...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * pyopenssl already depends on cryptography * use python 3.11 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Cavazos <dcavazos@google.com>
1 parent 1c006fd commit 388a55c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cloud-media-livestream/keypublisher/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.9", "3.10", "3.12"],
2626
# Old samples are opted out of enforcing Python type hints
2727
# All new samples should feature them
2828
"enforce_type_hints": True,

cloud-media-livestream/keypublisher/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
cryptography==42.0.5
21
Flask==2.2.5
32
functions-framework==3.5.0
43
google-cloud-secret-manager==2.12.1

0 commit comments

Comments
 (0)