From e6f539ce946a08b0ef58450315c396663511d88f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:48:55 +0000 Subject: [PATCH] Python dependency: Update gssapi requirement in /web/regression Updates the requirements on [gssapi](https://github.com/pythongssapi/python-gssapi) to permit the latest version. - [Release notes](https://github.com/pythongssapi/python-gssapi/releases) - [Commits](https://github.com/pythongssapi/python-gssapi/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: gssapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7f7eb1c73d..b20c03ec05f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ bcrypt==4.2.* cryptography==43.0.* sshtunnel==0.* ldap3==2.* -gssapi==1.8.* +gssapi==1.9.* eventlet==0.37.0 user-agents==2.2.0 pywinpty==2.0.*; sys_platform=="win32"