From bc0fc9ce887ae2c65e55a127c48a6f5fd5ee4c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 05:34:18 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0cd1af8c..58d4aea6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "ansicolors" @@ -1719,13 +1719,13 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -1959,7 +1959,7 @@ files = [ [package.dependencies] requests = "*" -requests-oauthlib = "*" +requests_oauthlib = "*" [[package]] name = "types-pyopenssl" @@ -2195,4 +2195,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a8d4d3db3324d0f1d314c644675737c738f7c121c64875c7a51e24607cf9f531" +content-hash = "5555a106fc83d9f7b7ff7f9e9ed19278705bcc71b69cae4c00e2ed7b1af7f8bf" diff --git a/pyproject.toml b/pyproject.toml index 71c134ff..196aee23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ version = "0.0.1" [tool.poetry.dependencies] python = "^3.11" art = "^6.2" -requests = "^2.31.0" +requests = "^2.32.0" python-dotenv = "^1.0.0" "Mastodon.py" = {extras = ["cryptography"], version = "^1.8.0"} cryptography = "^42.0.4"