From f871eb267520b75ac4bf7e5e3d737a9b5f75271d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 05:10:38 +0000 Subject: [PATCH 1/3] build(deps): bump impacket from 0.10.0 to 0.12.0 Bumps [impacket](https://github.com/fortra/impacket) from 0.10.0 to 0.12.0. - [Release notes](https://github.com/fortra/impacket/releases) - [Changelog](https://github.com/fortra/impacket/blob/master/ChangeLog.md) - [Commits](https://github.com/fortra/impacket/commits) --- updated-dependencies: - dependency-name: impacket dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 94912a0..04f9ace 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask==3.1.2 dnspython==2.7.0 cryptography==45.0.7 future==1.0.0 -impacket==0.10.0 +impacket==0.12.0 itsdangerous==2.2.0 Jinja2==3.1.6 ldap3==2.9.1 From edc572ebea6b3c427c4c6f51eb715b4abbf6585c Mon Sep 17 00:00:00 2001 From: Casper Nielsen Date: Thu, 11 Sep 2025 07:13:15 +0200 Subject: [PATCH 2/3] fix: deps remove direct dependency on PyOpenSSL to avoid conflict --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 04f9ace..abbbde9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,6 @@ progressbar==2.5 pyasn1==0.6.1 pycparser==2.23 pycryptodomex==3.23.0 -pyOpenSSL==25.1.0 six==1.17.0 termcolor==3.1.0 Werkzeug==3.1.3 From 1fb0b908809d9e9e45f652d8b8713d86408389f8 Mon Sep 17 00:00:00 2001 From: Casper Nielsen Date: Thu, 11 Sep 2025 07:15:00 +0200 Subject: [PATCH 3/3] fix: deps conflict --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index abbbde9..b16ef9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ cffi==2.0.0 Click==8.1.8 Flask==3.1.2 dnspython==2.7.0 -cryptography==45.0.7 future==1.0.0 impacket==0.12.0 itsdangerous==2.2.0