From 7a744bb9b63732549706ba85cb60438c3b7af3fe Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 06:59:44 +0000 Subject: [PATCH 1/2] pipup: 7 dependencies updated in requirements.txt * PyYAML: 6.0.2 -> 6.0.3 * click: 8.1.8 -> 8.3.1 * cryptography: 44.0.2 -> 46.0.4 * packaging: 24.2 -> 26.0 * poetry: -> 2.3.2 * pyjwt: 2.10.1 -> 2.11.0 * requests: 2.32.3 -> 2.32.5 --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 66908c9..4e95bab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -click==8.1.8 -PyYAML==6.0.2 -requests==2.32.3 -packaging==24.2 +click==8.3.1 +PyYAML==6.0.3 +requests==2.32.5 +packaging==26.0 dparse==0.6.4 -pyjwt==2.10.1 -cryptography==44.0.2 -poetry +pyjwt==2.11.0 +cryptography==46.0.4 +poetry==2.3.2 From 646ee5e097f2c7322ce82a3fd8512333f9b20e08 Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 06:59:45 +0000 Subject: [PATCH 2/2] pipup: 5 dependencies updated in dev-requirements.txt * mypy: 1.15.0 -> 1.19.1 * pytest: 8.3.5 -> 9.0.2 * tox: 4.25.0 -> 4.34.1 * types-PyYAML: 6.0.12.20250402 -> 6.0.12.20250915 * types-requests: 2.32.0.20250328 -> 2.32.4.20260107 --- dev-requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index dc1b1c6..9565e2b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ -tox==4.25.0 -pytest==8.3.5 +tox==4.34.1 +pytest==9.0.2 pylama==8.4.1 -mypy==1.15.0 -types-PyYAML==6.0.12.20250402 -types-requests==2.32.0.20250328 +mypy==1.19.1 +types-PyYAML==6.0.12.20250915 +types-requests==2.32.4.20260107