From c3c7dcfbb3c4da33c1cc813938dd20624a627803 Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 06:33:50 +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