From 735d0aacb5a0f9f64d77d3b0e02133525fbdf7e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 22:02:43 +0000 Subject: [PATCH] Bump requests from 2.28.2 to 2.32.2 Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 02ee4fa..f5e1d70 100644 --- a/poetry.lock +++ b/poetry.lock @@ -610,20 +610,20 @@ files = [ [[package]] name = "requests" -version = "2.28.2" +version = "2.32.2" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7, <4" +python-versions = ">=3.8" files = [ - {file = "requests-2.28.2-py3-none-any.whl", hash = "sha256:64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"}, - {file = "requests-2.28.2.tar.gz", hash = "sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"}, + {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [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)"] @@ -875,4 +875,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a532e1a17629a4b3438c8613420a4331f593b0a4dd65ecbd6c9e440f73eabbaf" +content-hash = "cc432e4d761e8d5ba27c095026799fd723532f8cac6d5ec3c52ef1dc7999bae7" diff --git a/pyproject.toml b/pyproject.toml index 281aacd..a33b12a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ base58 = "2.1.1" httpx = "0.23.3" matplotlib = "3.2.2" pandas = "1.5.3" -requests = "2.28.2" +requests = "2.32.2" solana = "0.29.0"