diff --git a/poetry.lock b/poetry.lock index 5ec6427..7d44b12 100644 --- a/poetry.lock +++ b/poetry.lock @@ -642,13 +642,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[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] @@ -959,4 +959,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "def67269f05b55744643f1cc7b1b6bed6012529ceef92c3fea20f09473e7a8f1" +content-hash = "71d4791c5141756c19a1c4450249ffafac10a4d833940cfbd6fa237bc67c7c1b" diff --git a/pyproject.toml b/pyproject.toml index 5d7d62a..6b883bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.8" aiohttp = "^3.9.5" pycryptodome = "^3.20.0" ujson = "^5.10.0" -requests = "^2.31.0" +requests = "^2.32.2" colorlog = "^6.8.2" Pygments = "^2.18.0" xmltodict = "^0.13.0"