Merge pull request #669 from Pennyw0rth/neff-update-pylnk3

This commit is contained in:
Alex
2025-04-28 22:52:57 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -1732,14 +1732,14 @@ windows-terminal = ["colorama (>=0.4.6)"]
[[package]]
name = "pylnk3"
version = "0.4.2"
version = "0.4.3"
description = "Windows LNK File Parser and Creator"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "pylnk3-0.4.2-py3-none-any.whl", hash = "sha256:f75c80d85b2063f3549bfc4a00228474b90fa590de9f414f8df075b746b1b427"},
{file = "pylnk3-0.4.2.tar.gz", hash = "sha256:caee0136f61a8b788154dc8e7c03ac2dde57adc170f1c4786ab4721491ca6e99"},
{file = "pylnk3-0.4.3-py3-none-any.whl", hash = "sha256:fafa9293290163fed30541fb38f7df21a0e3f6fcc8324597a898ce694c9a593d"},
{file = "pylnk3-0.4.3.tar.gz", hash = "sha256:fbc5f512b581382c2a4c11e6df3796f9975bcfd99e3fca2afe531ea61b3c4ac2"},
]
[[package]]
@@ -2462,4 +2462,4 @@ files = [
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<4.0"
content-hash = "82a5e366a4270596f82655b99b5f0f22887fc72d5d04eefc3cddc945c9e69794"
content-hash = "1b8bf07cb55b385df03716a6bd4a553579e1b325ccb53e2f77ce28605e6903c5"
+1 -1
View File
@@ -32,7 +32,7 @@ dependencies = [
"neo4j>=5.0.0",
"paramiko>=3.3.1",
"pyasn1-modules>=0.3.0",
"pylnk3>=0.4.2",
"pylnk3>=0.4.3",
"pypsrp>=0.8.1",
"pypykatz>=0.6.8",
"python-dateutil>=2.8.2",