From d3b3ab17c4c60f973bbe1cab758e7746f76e953b Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 07:04:53 +0000 Subject: [PATCH 1/2] pipup: 6 dependencies updated in requirements.txt * PyYAML: 6.0.1 -> 6.0.3 * click: 8.1.6 -> 8.3.1 * cryptography: 41.0.3 -> 46.0.4 * packaging: 23.1 -> 26.0 * pyjwt: 2.8.0 -> 2.10.1 * requests: 2.31.0 -> 2.32.5 --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 62f3e98..bc945e0 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.3.1 +PyYAML==6.0.3 +requests==2.32.5 +packaging==26.0 +pyjwt==2.10.1 +cryptography==46.0.4 From e8e5877b87497d8731117358816093c6719060e6 Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 07:04:55 +0000 Subject: [PATCH 2/2] pipup: 5 dependencies updated in dev-requirements.txt * mypy: 1.4.1 -> 1.19.1 * pytest: 7.4.0 -> 9.0.2 * tox: 4.6.4 -> 4.34.1 * types-PyYAML: 6.0.12.11 -> 6.0.12.20250915 * types-requests: 2.31.0.2 -> 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 4939bf6..9565e2b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ -tox==4.6.4 -pytest==7.4.0 +tox==4.34.1 +pytest==9.0.2 pylama==8.4.1 -mypy==1.4.1 -types-PyYAML==6.0.12.11 -types-requests==2.31.0.2 +mypy==1.19.1 +types-PyYAML==6.0.12.20250915 +types-requests==2.32.4.20260107