From 4bb157cfb16941d8aa3fb5d5712945a391ef1f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 16:52:25 +0000 Subject: [PATCH] Bump impacket from 0.13.0 to 0.13.1 Bumps [impacket](https://github.com/fortra/impacket) from 0.13.0 to 0.13.1. - [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.13.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bf7510d..b690e0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ dev = [ "badldap>=0.7.5,<0.8", "kerbad>=0.5.9", - "impacket==0.13.0", + "impacket==0.13.1", "pytest>=8.0,<9.0", # pytest-timeout converts hung tests into explicit failures with a # stack trace at the deadline instead of letting them stall CI for @@ -65,7 +65,7 @@ dev = [ cli = [ "badldap>=0.7.5,<0.8", "kerbad>=0.5.9", - "impacket==0.13.0", + "impacket==0.13.1", "aiosmb>=0.4.9", "aardwolf>=0.2.13", "pypykatz>=0.6.10",