From 5c119c8aac3ad92a12922adb287d2c93c07a7697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:42:15 +0000 Subject: [PATCH] Bump pytest from 8.3.5 to 9.0.3 in /python/di_to_cu_migration_tool Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/di_to_cu_migration_tool/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/di_to_cu_migration_tool/requirements.txt b/python/di_to_cu_migration_tool/requirements.txt index 00fb0e5..928a25e 100644 --- a/python/di_to_cu_migration_tool/requirements.txt +++ b/python/di_to_cu_migration_tool/requirements.txt @@ -4,7 +4,7 @@ azure-core==1.38.0 azure-identity==1.20.0 azure-storage-blob==12.25.1 dotenv==0.9.9 -pytest==8.3.5 +pytest==9.0.3 python-dateutil==2.9.0post0 rich==13.9.4 typer==0.15.1