diff --git a/poetry.lock b/poetry.lock index f9cf73acf..91a957eed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.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 = "alembic" @@ -3153,13 +3153,13 @@ files = [ [[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] @@ -4138,4 +4138,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "3739dc284c33d9e4b860720d2b047344a3e015afd80ecb0a7522f416816a0a1a" +content-hash = "f780bef21d1a521b98d5b71dc651c326cf78edd5d440620835d4046863a2b896" diff --git a/pyproject.toml b/pyproject.toml index 8387edd0b..d05e3a97f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ decorator = "*" "iso8601" = "*" python-levenshtein = "~=0.12" simplejson = "*" -requests = "~=2.29" +requests = "~=2.32" markdown = "~=3.1" flask = "~=2.3" flask-caching = "~=2.0"