From e5c0ed2f173499df02354341962ebde16ec93efb Mon Sep 17 00:00:00 2001 From: CI Date: Sun, 16 Jun 2024 02:42:24 +0000 Subject: [PATCH] Snyk auto fix --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 28fc6fc..23ab058 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1939,13 +1939,13 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "requests" -version = "2.32.0" +version = "2.32.2" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, - {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, + {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] @@ -2840,4 +2840,4 @@ application = ["c2cwsgiutils"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "e432ceca00b37fb6afcff438e1053315912a0765451d49e98cf9cb588752aabf" +content-hash = "73e01fa5ff7900a00fce6616d341bba353b09e6fc849be8f76eac6080fea161b" diff --git a/pyproject.toml b/pyproject.toml index 921da78..68305b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ werkzeug = "3.0.3" pillow = "10.3.0" idna = "3.7" gunicorn = "22.0.0" -requests = "2.32.0" +requests = "2.32.2" [tool.poetry.group.dev.dependencies] prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.10.3" }