From 026917d8bbcd30aee6cfa50e29ba32da862551f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:39:32 +0000 Subject: [PATCH] Bump pytest from 8.1.1 to 9.0.3 in /aci Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 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.1.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aci/requirements.txt b/aci/requirements.txt index b805f22..5a59b3c 100644 --- a/aci/requirements.txt +++ b/aci/requirements.txt @@ -3,5 +3,5 @@ packaging==24.0 pluggy==1.4.0 pyasn1==0.6.0 pyasn1_modules==0.4.0 -pytest==8.1.1 +pytest==9.0.3 python-ldap==3.4.4