diff --git a/poetry.lock b/poetry.lock index b0d2498..cd595d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -1567,13 +1567,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poetry-pyinstaller-plugin" -version = "1.1.17" +version = "1.2.0" description = "Poetry plugin to build and/or bundle executable binaries with PyInstaller" optional = false python-versions = "<3.13,>=3.8" files = [ - {file = "poetry_pyinstaller_plugin-1.1.17-py3-none-any.whl", hash = "sha256:7dafe66ef98378c5d4c290c1a4e5d18201a71b5070c2ea0c1f2a4ca633cbac5b"}, - {file = "poetry_pyinstaller_plugin-1.1.17.tar.gz", hash = "sha256:95b37e74600388bcb25852b6e5830eef6ce74e69e6981311b8c3e20a16942b30"}, + {file = "poetry_pyinstaller_plugin-1.2.0-py3-none-any.whl", hash = "sha256:9946516c811c61ec20bfd4e8c681026e9678a804127ea539ca0dbb9d8bfd18a0"}, + {file = "poetry_pyinstaller_plugin-1.2.0.tar.gz", hash = "sha256:194296344b7bf12ce6663cf1e25153b2b42399f44f8fb4a29f2f79cc73ad6b3c"}, ] [[package]] @@ -2736,4 +2736,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "9a41507d5aea06dc8965a0f9bed32989e05fa1a985adf17d11244882e87fd7c3" +content-hash = "aaac599d65824b21ecec2c860df9a0909e0bd3b2afb3804ad7e9b31e6512db24" diff --git a/pyproject.toml b/pyproject.toml index f815c9f..94b219a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ flake8-bugbear = "^24.8.19" pytest = "^8.0.0" coverage = "^7.0.0" pytest-cov = "^5.0.0" -poetry-pyinstaller-plugin = "^1.1.17" +poetry-pyinstaller-plugin = "^1.2.0" pdoc = "^14.6.0" pytest-md-report = "^0.6.2" sphinx = "<8"