From 520ab3e2e4c1e2280d344adcf9a4b1ef8c58815a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:06:46 +0000 Subject: [PATCH] Dependabot: Update galois requirement from 0.4.2 to 0.4.3 Updates the requirements on [galois](https://github.com/mhostetter/galois) to permit the latest version. - [Release notes](https://github.com/mhostetter/galois/releases) - [Commits](https://github.com/mhostetter/galois/compare/v0.4.2...v0.4.3) --- updated-dependencies: - dependency-name: galois dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 23f1d06..c8cd6aa 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -galois = "0.4.2" +galois = "0.4.3" cryptography = "*" [dev-packages]