diff --git a/poetry.lock b/poetry.lock index 508e81b..ef0d51a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -302,7 +302,7 @@ version = "26.2" description = "Core utilities for Python packages" optional = false python-versions = ">=3.8" -groups = ["dev"] +groups = ["main", "dev"] files = [ {file = "packaging-26.2-py3-none-any.whl", hash = "sha256:5fc45236b9446107ff2415ce77c807cee2862cb6fac22b8a73826d0693b0980e"}, {file = "packaging-26.2.tar.gz", hash = "sha256:ff452ff5a3e828ce110190feff1178bb1f2ea2281fa2075aadb987c2fb221661"}, @@ -521,4 +521,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "389cb8ad6e9086747d935e22b6b9503d7293bb915b876b2fd4d75031984c1ef4" +content-hash = "3d06238041306549ae9096ea26cba82f81580d608abf434223c76fad7d78acb8" diff --git a/pyproject.toml b/pyproject.toml index bad96b1..31d1467 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ numpy = "2.2.1" # error in wine/pyinstaller when increased pyqt6 = "^6.9.0" bdkpython ="^2.0.0" cryptography = ">=46.0.5" +packaging = "^26.2" [tool.poetry.group.dev.dependencies] pytest = "^8.2.2"