From e67de9408de67485bff744e35dc6a328b4058dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:24:27 +0000 Subject: [PATCH] Bump pypsrp from 0.9.0 to 0.9.1 Bumps [pypsrp](https://github.com/jborean93/pypsrp) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/jborean93/pypsrp/releases) - [Changelog](https://github.com/jborean93/pypsrp/blob/master/CHANGELOG.md) - [Commits](https://github.com/jborean93/pypsrp/compare/v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: pypsrp dependency-version: 0.9.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c497dc..e0e2b67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ cli = [ "questionary", "posthog", "pypsrp[kerberos]==0.8.1; python_version < '3.10'", - "pypsrp[kerberos]==0.9.0; python_version >= '3.10'", + "pypsrp[kerberos]==0.9.1; python_version >= '3.10'", "pydantic-settings>=2.4.0", "selenium>=4.28.0,<5.0", "textual>=0.80.0",