From bf98961f7e84a353ea1b45ea02d281ba6a76b300 Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 06:25:28 +0000 Subject: [PATCH 1/2] pipup: 3 dependencies updated in requirements.txt * click: 8.1.6 -> 8.1.7 * cryptography: 41.0.3 -> 41.0.5 * packaging: 23.1 -> 23.2 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 62f3e98..03915f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -click==8.1.6 +click==8.1.7 PyYAML==6.0.1 requests==2.31.0 -packaging==23.1 +packaging==23.2 pyjwt==2.8.0 -cryptography==41.0.3 +cryptography==41.0.5 From 9a0652f129c5c18544f2a35eefcde420c6594bfc Mon Sep 17 00:00:00 2001 From: "infrabits-pipup[bot]" <108620213+infrabits-pipup[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 06:25:29 +0000 Subject: [PATCH 2/2] pipup: 5 dependencies updated in dev-requirements.txt * mypy: 1.4.1 -> 1.6.1 * pytest: 7.4.0 -> 7.4.3 * tox: 4.6.4 -> 4.11.3 * types-PyYAML: 6.0.12.11 -> 6.0.12.12 * types-requests: 2.31.0.2 -> 2.31.0.10 --- dev-requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4939bf6..42bae85 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ -tox==4.6.4 -pytest==7.4.0 +tox==4.11.3 +pytest==7.4.3 pylama==8.4.1 -mypy==1.4.1 -types-PyYAML==6.0.12.11 -types-requests==2.31.0.2 +mypy==1.6.1 +types-PyYAML==6.0.12.12 +types-requests==2.31.0.10