From 4de34d58f55789c7460ae66fe4e7923fa1adfa3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 18:55:38 +0200 Subject: [PATCH] fix(deps): update dependency requests to v2.30.0 (#518) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3768186..4ce1a94 100644 --- a/poetry.lock +++ b/poetry.lock @@ -837,21 +837,21 @@ files = [ [[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)"] @@ -1114,4 +1114,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "5d6dfcb6dc165dceccfe8f2d696a66e3236fc43de652d39afb198e542d2771d8" +content-hash = "e3024ebb85e52f190cbf71993a9c1c3babd49a4fa6b82b44c7cbe288a284dcfc" diff --git a/pyproject.toml b/pyproject.toml index cf29da3..4ecd7a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pathspec = "0.11.1" python = "^3.7.0" python-dateutil = "2.8.2" python-json-logger = "2.0.7" -requests = "2.29.0" +requests = "2.30.0" "ruamel.yaml" = "0.17.26" websocket_client = "1.5.1" zipp = "3.15.0"