From 9c619d5ebb028a1c62bf5eb0970fc097e2cf3f77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 15:17:12 +0000 Subject: [PATCH] Bump requests in /app in the pip group across 1 directory Bumps the pip group with 1 update in the /app directory: [requests](https://github.com/psf/requests). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- app/poetry.lock | 12 ++++++------ app/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/poetry.lock b/app/poetry.lock index 54690e3..ddc057e 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alembic" @@ -2185,13 +2185,13 @@ tests = ["Flask (>=0.8)", "Flask-Login (>=0.2.0)", "ZConfig", "aiohttp", "anyjso [[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] @@ -2665,4 +2665,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7d8414827fdb3fd01b85d5ad34057f4378e2aebce86ae6fe7a5cbe34e9c24592" +content-hash = "ab4a1e167bae7d0ee2f1fcdb2e4839bcfdf55db0aa04ab6dc3bbc0da075048d4" diff --git a/app/pyproject.toml b/app/pyproject.toml index a27df7a..ddbacd5 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.10" fastapi = "^0.104.1" python-multipart = "^0.0.5" email-validator = "^2.1.0.post1" -requests = "^2.31.0" +requests = "^2.32.2" passlib = {extras = ["bcrypt"], version = "^1.7.4"} tenacity = "^8.2.3" emails = "^0.5.15"