diff --git a/poetry.lock b/poetry.lock index aa32d8c..04fba11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -554,22 +554,23 @@ pyflakes = ">=3.3.0,<3.4.0" [[package]] name = "flask" -version = "3.1.0" +version = "3.1.2" 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.2-py3-none-any.whl", hash = "sha256:ca1d8112ec8a6158cc29ea4858963350011b5c846a414cdb7a954aa9e967d03c"}, + {file = "flask-3.1.2.tar.gz", hash = "sha256:bf656c15c80190ed628ad08cdfd3aaa35beb087855e2f494910aa3774cc4fd87"}, ] [package.dependencies] -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)"] @@ -2033,4 +2034,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = "^3.13.1" -content-hash = "c78faf357cbff913c9157ed931a81e216917c707971c74782194afcc8afcc999" +content-hash = "03ae554f62f5a91b615b27c99a7205069c3ec1b490957365bc8e53b18f129589" diff --git a/pyproject.toml b/pyproject.toml index ae1e4ba..a49c8fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.13.1" requests = "^2.32.3" -Flask = "^3.0.3" +Flask = "^3.1.2" [tool.poetry.dev-dependencies] spec = "^1.4.1"