From cd256e3a3107de2e3fa043ec620a0c964e653a2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 09:44:55 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.2 Bumps [requests](https://github.com/psf/requests) from 2.31.0 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.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fdab2f7..877f7a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1639,13 +1639,13 @@ full = ["numpy"] [[package]] name = "requests" -version = "2.31.0" +version = "2.32.2" 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.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] @@ -2010,4 +2010,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "c86f8f8360e8bbb56a7315327e1f5e0cd246a248457caa7fc7a91df236d6f7e5" +content-hash = "832b2c58cdc72fbbeb278923f2b7a95bd951234c7dde933d1fe1bb4dc1972f89" diff --git a/pyproject.toml b/pyproject.toml index fab3bdb..767286e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = ">=3.12,<4" openpyxl = "3.1.*" pydantic = "2.7.*" pyfiglet = "1.0.*" -requests = "2.31.*" +requests = "2.32.*" requests-toolbelt = "1.0.*" typer = "0.12.*"