From 7c80ac3fcf7b75d8777a96300306f08176a30c2f Mon Sep 17 00:00:00 2001 From: Matthias Valvekens Date: Sat, 18 Nov 2023 23:25:50 +0100 Subject: [PATCH] Bump dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7a7c469..9055931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,9 @@ requires-python = ">=3.7" dependencies = [ "asn1crypto>=1.5.1", "oscrypto>=1.1.0", - "cryptography>=3.3.1", + "cryptography>=41.0.5", "uritools>=3.0.1", - "requests>=2.24.0", + "requests>=2.31.0", ]