From 32a1f308a14ef88d7b162b072722725363962eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:30:14 +0000 Subject: [PATCH] build: bump azure-ai-documentintelligence from 1.0.0b2 to 1.0.0 Bumps [azure-ai-documentintelligence](https://github.com/Azure/azure-sdk-for-python) from 1.0.0b2 to 1.0.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-ai-documentintelligence_1.0.0b2...azure-ai-documentintelligence_1.0.0) --- updated-dependencies: - dependency-name: azure-ai-documentintelligence dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index abe056f1..7848da6a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -azure-ai-documentintelligence==1.0.0b2 +azure-ai-documentintelligence==1.0.0 Markdown==3.4.4 requests==2.32.3 tqdm==4.66.5