From 205c5b923a3116c26d2dca824a5116ddce42015e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 00:57:37 +0000 Subject: [PATCH] Bump requests from 2.32.2 to 2.32.3 Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3. - [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.32.2...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 69ec9f5aee..20bf7e649c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1883,13 +1883,13 @@ files = [ [[package]] name = "requests" -version = "2.32.2" +version = "2.32.3" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, - {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -2356,4 +2356,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "1a6db7a50e250aca4297f08c13e7260f56b3b7b7277e990a15ff47ab62a03b98" +content-hash = "18ff89eba7a3962aa834463126c3b83ffa0d06f2f9520d9a26bac5d4e8e13c9d" diff --git a/pyproject.toml b/pyproject.toml index a7bab60bca..12cdf4a6b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ python-openid = "^2.2.5" pytesseract = "^0.3.9" pytz = "^2024.1" PyVirtualDisplay = "^3.0" -requests = "^2.32.2" +requests = "^2.32.3" requests-oauthlib = "^1.3.1" six = "^1.16.0" tablib = "^3.2.0"