From f52faead848b6b069eaa1a15ecfcdac0d64d965a Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 29 Jul 2024 14:06:20 +0200 Subject: [PATCH] Dependabot: group pyopenssl and cryptography updates (#7057) dependabot: group pyopenssl and cryptography updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 279099669..28679d73b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,3 +25,7 @@ updates: patterns: - "types-*" - "mypy" + openssl: + patterns: + - "pyopenssl" + - "cryptography"