From 32ab73b49bc04feda6f45831280fbd7563006b32 Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 06:37:42 +0000 Subject: [PATCH] pipup: 2 dependencies updated in requirements.txt * cryptography: 43.0.3 -> 44.0.0 * pyjwt: 2.10.0 -> 2.10.1 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fa0ef53..a961362 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ PyYAML==6.0.2 requests==2.32.3 packaging==24.2 dparse==0.6.4 -pyjwt==2.10.0 -cryptography==43.0.3 +pyjwt==2.10.1 +cryptography==44.0.0