From 04e174f44334236c9d18548d05794f306e5c2011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:45:43 +0000 Subject: [PATCH] build: bump azure-functions from 1.21.0 to 1.21.3 Bumps [azure-functions](https://github.com/Azure/azure-functions-python-worker) from 1.21.0 to 1.21.3. - [Release notes](https://github.com/Azure/azure-functions-python-worker/releases) - [Commits](https://github.com/Azure/azure-functions-python-worker/commits) --- updated-dependencies: - dependency-name: azure-functions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f7e00db3f..6d7653c5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -505,13 +505,13 @@ typing-extensions = ">=4.6.0" [[package]] name = "azure-functions" -version = "1.21.0" +version = "1.21.3" description = "Azure Functions for Python" optional = false python-versions = "*" files = [ - {file = "azure-functions-1.21.0.tar.gz", hash = "sha256:740344c6a3bb7c0be7df7eef5b46820a83dd60053fd12b6734a3b6fabfab3640"}, - {file = "azure_functions-1.21.0-py3-none-any.whl", hash = "sha256:c71f34c39ca163c8d3c5956b4f9ab745fcc1ebc5cb709a85b92f74cae62d03f0"}, + {file = "azure-functions-1.21.3.tar.gz", hash = "sha256:c359b9dbd2998c84d8595e31a28ffad4e8ca8dcfb4a3798327f776a67f964351"}, + {file = "azure_functions-1.21.3-py3-none-any.whl", hash = "sha256:6c45f5e61fe59328c81928a428d43c838e9ead52f1cde1628fcabb372fa10cc8"}, ] [package.extras] @@ -7111,4 +7111,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e68059801b1c17a6ae754fa3700bf6e192ae3946e835414d31d76e82b6a25ed7" +content-hash = "6b25561fc5f1ac57df95eb6d29c0f0bf63117cfa669789db0aee737ffd07dcf8" diff --git a/pyproject.toml b/pyproject.toml index c5310300d..cd057b097 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" -azure-functions = "1.21.0" +azure-functions = "1.21.3" streamlit = "1.38.0" python-dotenv = "1.0.1" azure-ai-formrecognizer = "3.3.3"