diff --git a/poetry.lock b/poetry.lock index fd9f8fd..99cd386 100644 --- a/poetry.lock +++ b/poetry.lock @@ -836,23 +836,24 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "flask" -version = "3.1.0" +version = "3.1.1" description = "A simple framework for building complex web applications." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "flask-3.1.0-py3-none-any.whl", hash = "sha256:d667207822eb83f1c4b50949b1623c8fc8d51f2341d65f72e1a1815397551136"}, - {file = "flask-3.1.0.tar.gz", hash = "sha256:5f873c5184c897c8d9d1b05df1e3d01b14910ce69607a117bd3277098a5836ac"}, + {file = "flask-3.1.1-py3-none-any.whl", hash = "sha256:07aae2bb5eaf77993ef57e357491839f5fd9f4dc281593a81a9e4d79a24f295c"}, + {file = "flask-3.1.1.tar.gz", hash = "sha256:284c7b8f2f58cb737f0cf1c30fd7eaf0ccfcde196099d24ecede3fc2005aa59e"}, ] [package.dependencies] asgiref = {version = ">=3.2", optional = true, markers = "extra == \"async\""} -blinker = ">=1.9" +blinker = ">=1.9.0" click = ">=8.1.3" -itsdangerous = ">=2.2" -Jinja2 = ">=3.1.2" -Werkzeug = ">=3.1" +itsdangerous = ">=2.2.0" +jinja2 = ">=3.1.2" +markupsafe = ">=2.1.1" +werkzeug = ">=3.1.0" [package.extras] async = ["asgiref (>=3.2)"] @@ -3141,4 +3142,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "d529f8cd377b802ff4b641e74210c223a647cace9283a76f6581cc923c8277c1" +content-hash = "12724c36c5fb73716eeaec92d3855027d241a544ac10d48a1c1ac225b600717c" diff --git a/pyproject.toml b/pyproject.toml index 210f1e2..545afbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ networkx = "^2.6.3" pyvis = "^0.3.2" reportlab = "^4.2.0" cloudscraper = "^1.2.71" -flask = {extras = ["async"], version = "^3.1.0"} +flask = {extras = ["async"], version = "^3.1.1"} asgiref = "^3.8.1" platformdirs = "^4.3.6"