From f6af4aa246cf75ba9645330d96391535ae57cec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:02:45 +0000 Subject: [PATCH] chore(deps): 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 b64131a720..8cfb4069df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2333,13 +2333,13 @@ test = ["mock", "pytest", "pytest-cov"] [[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] @@ -2874,4 +2874,4 @@ bbs = ["ursa-bbs-signatures"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1907c1604b9ce9c2a7e3147d29ef783df9f82cc3e60f835344e06c12c20f824e" +content-hash = "8c3d239673e104827cd46fa7863676a360fb05c53f17f797cacb48f82d96ab5b" diff --git a/pyproject.toml b/pyproject.toml index 96278614d7..23d98427ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ python-dateutil="~2.8.1" python-json-logger="~2.0.7" pyyaml="~6.0.1" qrcode = {version = ">=6.1,<7.0", extras = ["pil"]} -requests="~2.32.2" +requests="~2.32.3" rlp="4.0.1" unflatten="~0.1" sd-jwt = "^0.10.3"