diff --git a/poetry.lock b/poetry.lock index 45aa4be..efe560e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.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 = "aiofiles" @@ -1210,13 +1210,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.3" 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.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -1498,4 +1498,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e77037e35b9dec2735ab91d7ee3a6006199c1d3f84853dda58a6b6d742e17b85" +content-hash = "fbdf85fd0408a3cd1783f53121661273b96ec8340a701a1ef1ceeef514dbd1a2" diff --git a/pyproject.toml b/pyproject.toml index 2a8fbda..4e011d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ aiohttp = "^3.9.3" TgCrypto = "^1.2.5" aiofiles = "^23.2.1" dnspython = "^2.5.0" -requests = "^2.31.0" +requests = "^2.32.3" motor = "^3.3.2" pyshorteners = "^1.0.1" cachetools = "^5.3.2"