From fb01c5e964d06a1e4eed2eef02a2babf7c31f274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 09:51:46 +0000 Subject: [PATCH] build(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 363c7b5..a220ff2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1180,13 +1180,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] @@ -1685,4 +1685,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "aa40f676fc7cfaa64422704e3c019ff3093f550366a203e2ed5ef723037dfa9d" +content-hash = "fe6c70e66b5ff061b8c15f58b980fb8927bf93ebba84096b6528814aabc31c56" diff --git a/pyproject.toml b/pyproject.toml index 95c40b8..79f6e6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependency-injector = "^4.37.0" PyYAML = "^6.0" coloredlogs = "^15.0.1" jsonpath-ng = "^1.5.3" -requests = "^2.32.2" +requests = "^2.32.3" [tool.poetry.dev-dependencies] pytest = "^8.2"