From 92a25f7bfce85814731da6c8aed1e7d5eaa3d398 Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 06:33:29 +0000 Subject: [PATCH] pipup: 6 dependencies updated in requirements.txt * PyYAML: 6.0.1 -> 6.0.2 * click: 8.1.6 -> 8.1.8 * cryptography: 41.0.3 -> 44.0.0 * packaging: 23.1 -> 24.2 * pyjwt: 2.8.0 -> 2.10.1 * requests: 2.31.0 -> 2.32.3 --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 62f3e98..0d93ecd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -click==8.1.6 -PyYAML==6.0.1 -requests==2.31.0 -packaging==23.1 -pyjwt==2.8.0 -cryptography==41.0.3 +click==8.1.8 +PyYAML==6.0.2 +requests==2.32.3 +packaging==24.2 +pyjwt==2.10.1 +cryptography==44.0.0