diff --git a/poetry.lock b/poetry.lock index 39c5bec..f1401fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -367,14 +367,14 @@ test = ["pytest (>=6)"] [[package]] name = "flask" -version = "3.1.1" +version = "3.1.2" description = "A simple framework for building complex web applications." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "flask-3.1.1-py3-none-any.whl", hash = "sha256:07aae2bb5eaf77993ef57e357491839f5fd9f4dc281593a81a9e4d79a24f295c"}, - {file = "flask-3.1.1.tar.gz", hash = "sha256:284c7b8f2f58cb737f0cf1c30fd7eaf0ccfcde196099d24ecede3fc2005aa59e"}, + {file = "flask-3.1.2-py3-none-any.whl", hash = "sha256:ca1d8112ec8a6158cc29ea4858963350011b5c846a414cdb7a954aa9e967d03c"}, + {file = "flask-3.1.2.tar.gz", hash = "sha256:bf656c15c80190ed628ad08cdfd3aaa35beb087855e2f494910aa3774cc4fd87"}, ] [package.dependencies] @@ -1644,4 +1644,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "768d962eabff35ae6f2f48cd2bea4eeaa93c83fd6bb5002c3d4086a4573170ed" +content-hash = "de4d4f45cad02052d67c1620bc5a4d781847089781bdcf954e4f07b7f94af19f" diff --git a/pyproject.toml b/pyproject.toml index 6b55171..b1ba164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ requests = "^2.32.4" types-requests = "^2.32.4.20250611" pyyaml = "^6.0.1" types-pyyaml = "^6.0.12.20250516" -flask = "^3.1.1" +flask = "^3.1.2" pytest-mypy-plugins = "^3.0.0" ruff = "^0.12.7"