From 4e06c7e25e85c12d9bc6f6ce7490250abe5c1805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 21:35:42 -0300 Subject: [PATCH] --- (#52) updated-dependencies: - dependency-name: requests dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- hacking/requirements_dev.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index bee350f..0d627d2 100644 --- a/Pipfile +++ b/Pipfile @@ -31,7 +31,7 @@ pyflakes = "==2.3.1" pyparsing = "==2.4.7" pytest = "==6.2.3" pytz = "==2021.1" -requests = "==2.31.0" +requests = "==2.32.0" six = "==1.15.0" snowballstemmer = "==2.1.0" sphinxcontrib-applehelp = "==1.0.2" diff --git a/Pipfile.lock b/Pipfile.lock index 45033ac..ae5c503 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "755d40858af68110c9b898a88c94cb1061711546cf4285b1e355c475fc047653" + "sha256": "5224c779999725098736cf8fd9df67bcd526f5c6d186b3a2742ecde24a8aecad" }, "pipfile-spec": 6, "requires": { @@ -689,12 +689,12 @@ }, "requests": { "hashes": [ - "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f", - "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1" + "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5", + "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8" ], "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==2.31.0" + "markers": "python_version >= '3.8'", + "version": "==2.32.0" }, "requests-toolbelt": { "hashes": [ diff --git a/hacking/requirements_dev.txt b/hacking/requirements_dev.txt index 951bc43..678b85f 100644 --- a/hacking/requirements_dev.txt +++ b/hacking/requirements_dev.txt @@ -45,7 +45,7 @@ pytest==6.2.3 pytz==2021.1 pyyaml==5.4.1 readme-renderer==37.3; python_version >= '3.7' -requests==2.31.0; python_version >= '3.7' +requests==2.32.0; python_version >= '3.8' requests-toolbelt==0.10.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' rfc3986==2.0.0; python_version >= '3.7' secretstorage==3.3.3; sys_platform == 'linux'