From 90e85ca71cee6b80a318ce75bdbf08fc7d78ff2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 16:22:59 +0000 Subject: [PATCH] Update dependency requests to v2.30.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9ab9e78a1..6e55a92c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1973,21 +1973,21 @@ test = ["pylint", "pytest"] [[package]] name = "requests" -version = "2.29.0" +version = "2.30.0" description = "Python HTTP for Humans." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "requests-2.29.0-py3-none-any.whl", hash = "sha256:e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b"}, - {file = "requests-2.29.0.tar.gz", hash = "sha256:f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059"}, + {file = "requests-2.30.0-py3-none-any.whl", hash = "sha256:10e94cc4f3121ee6da529d358cdaeaff2f1c409cd377dbc72b825852f2f7e294"}, + {file = "requests-2.30.0.tar.gz", hash = "sha256:239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4"}, ] [package.dependencies] certifi = ">=2017.4.17" charset-normalizer = ">=2,<4" idna = ">=2.5,<4" -urllib3 = ">=1.21.1,<1.27" +urllib3 = ">=1.21.1,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] @@ -2861,4 +2861,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4" -content-hash = "c0244ceda5bbc8ef1a366e420058a234842bcfc33ecd12a00ccc17329321d17c" +content-hash = "9adcd7e9bffb8ac904b963b1ef12f31f748f4c0f59ae9305edcbed9d7dc981f2" diff --git a/pyproject.toml b/pyproject.toml index aeee22cbf..cc7a696e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ python-anticaptcha = "1.0.0" python-dateutil = "2.8.2" python-twitter = "3.5" rebulk = "3.2.0" -requests = "2.29.0" +requests = "2.30.0" requests-oauthlib = "1.3.1" schema = "0.7.5" simplejson = "3.19.1"