diff --git a/backend/app/poetry.lock b/backend/app/poetry.lock index 2294244..d025d20 100644 --- a/backend/app/poetry.lock +++ b/backend/app/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aerich" @@ -1511,20 +1511,20 @@ files = [ [[package]] name = "requests" -version = "2.28.2" +version = "2.32.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7, <4" +python-versions = ">=3.8" files = [ - {file = "requests-2.28.2-py3-none-any.whl", hash = "sha256:64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"}, - {file = "requests-2.28.2.tar.gz", hash = "sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"}, + {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] certifi = ">=2017.4.17" charset-normalizer = ">=2,<4" idna = ">=2.5,<4" -urllib3 = ">=1.21.1,<1.27" +urllib3 = ">=1.21.1,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] @@ -1832,4 +1832,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "da1cca04bf3bdd3dc2f0dbad02dc87d3d23fcadae80d02df67aaa019b37c22ec" +content-hash = "766bdc24d87fedbd54f52e975243c6a1251390860011be4ebd9b881a0c51c927" diff --git a/backend/app/pyproject.toml b/backend/app/pyproject.toml index 5dbe944..c47339c 100644 --- a/backend/app/pyproject.toml +++ b/backend/app/pyproject.toml @@ -22,7 +22,7 @@ slowapi = "^0.1.6" aiofiles = "^22.1.0" pytest = "^7.4.0" httpx = "^0.23.0" -requests = "^2.28.1" +requests = "^2.32.0" fastapi-mail = "^1.2.0" aiogram = "^2.24"