From 7b1a72ec42cf1f1d8ef1d9b5dd2b0ac4e892d784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:33:40 +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 352ab29e4..b5feb1542 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] @@ -7101,4 +7101,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "241727407b9ccf71e21b8fa3ba6f0eacca154965ed354e4f05fbd9386519785a" +content-hash = "9389f36435219af22b90ae83b3c1c35547ec83b6c41f67cfdbb0c7a98b469875" diff --git a/pyproject.toml b/pyproject.toml index 52247086a..fa6af6bd6 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.39.0" python-dotenv = "1.0.1" azure-ai-formrecognizer = "3.3.3"