diff --git a/poetry.lock b/poetry.lock index 65d4cb7..ea3e93b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1963,13 +1963,13 @@ classify-imports = ">=4.1" [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" 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.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -2644,4 +2644,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "0610f844f62916a6e7d6d182f76c80a83546463b0c4c9d44cb9a9c0cb2a1ea40" +content-hash = "83c3ee071bf26dfcf72261905426a72c9fcbab07a984662c379aff6edd6be33f" diff --git a/pyproject.toml b/pyproject.toml index 3cdedd1..6907ea9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ WTForms = "^3.0.1" validate_email = "^1.3" flask-babel = "^4.0.0" alembic = "^1.7.4" -requests = "^2.26.0" +requests = "^2.32.0" jsonschema = "^4.1.1" psycopg2-binary = "^2.9.9" flask-cors = "^3.0.10"