diff --git a/poetry.lock b/poetry.lock index 3c23c7b..ee0cdac 100755 --- a/poetry.lock +++ b/poetry.lock @@ -235,17 +235,17 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pyinstaller" -version = "4.10" +version = "5.3" description = "PyInstaller bundles a Python application and all its dependencies into a single package." category = "dev" optional = false -python-versions = "<3.11,>=3.6" +python-versions = "<3.11,>=3.7" [package.dependencies] altgraph = "*" macholib = {version = ">=1.8", markers = "sys_platform == \"darwin\""} -pefile = {version = ">=2017.8.1", markers = "sys_platform == \"win32\""} -pyinstaller-hooks-contrib = ">=2020.6" +pefile = {version = ">=2022.5.30", markers = "sys_platform == \"win32\""} +pyinstaller-hooks-contrib = ">=2021.4" pywin32-ctypes = {version = ">=0.2.0", markers = "sys_platform == \"win32\""} [package.extras] @@ -349,7 +349,7 @@ python-versions = ">=3.7" [metadata] lock-version = "1.1" python-versions = "^3.9,<3.11" -content-hash = "9c3d78c3d36ee2f91529dbe2a728e25890c759c0ded4e2e237ee41f198e3fba6" +content-hash = "857c1810be5d5b79eda2d08bd908e03bad1f3436b9850539ac946351b6fb93c1" [metadata.files] altgraph = [ @@ -417,19 +417,7 @@ py = [ {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, ] pydantic = [] -pyinstaller = [ - {file = "pyinstaller-4.10-py3-none-macosx_10_13_universal2.whl", hash = "sha256:15557cd1a79d182967f0a5040750e6902e13ebd6cab41e3ed84d7b28a306357b"}, - {file = "pyinstaller-4.10-py3-none-manylinux2014_aarch64.whl", hash = "sha256:f2166ff2cd95eefb0d377ae8d1071f186fa25edd410ede65b376162d5ec41909"}, - {file = "pyinstaller-4.10-py3-none-manylinux2014_i686.whl", hash = "sha256:7d94518ba1f8e9a8577345312276891ad7d6cd9785e453e9951b35647e2c7078"}, - {file = "pyinstaller-4.10-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:70c71e827f4b34602cbc7a0947a067b662c1cbdc4db51832e13b97cca3c54dd7"}, - {file = "pyinstaller-4.10-py3-none-manylinux2014_s390x.whl", hash = "sha256:05c21117b84199272ebd355b556af4714f6e79245e1c435d6f16653786d7d17e"}, - {file = "pyinstaller-4.10-py3-none-manylinux2014_x86_64.whl", hash = "sha256:714c4dcc319a41416744d1e30c6317405dfaed80d2adc45f8bfa70dc7367e664"}, - {file = "pyinstaller-4.10-py3-none-musllinux_1_1_aarch64.whl", hash = "sha256:581620bdcd32f01e89b13231256b807bb090e7eadf40c81c864ec402afa4758a"}, - {file = "pyinstaller-4.10-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:d4f79c0a774451f12baca4e476376418f011fa3039dde8fd172ea2aa8ff67bad"}, - {file = "pyinstaller-4.10-py3-none-win32.whl", hash = "sha256:cfed0b3a43e73550a43a094610328109564710b9514afa093ef7199d072cae87"}, - {file = "pyinstaller-4.10-py3-none-win_amd64.whl", hash = "sha256:0dcaf6557cdb2da763c46e06e95a94a7634ab03fb09d91bc77988b01ee05c907"}, - {file = "pyinstaller-4.10.tar.gz", hash = "sha256:7749c868d2e2dc84df7d6f65437226183c8a366f3a99bb2737785625c3a3cca1"}, -] +pyinstaller = [] pyinstaller-hooks-contrib = [] pyparsing = [] pyproj = [] diff --git a/pyproject.toml b/pyproject.toml index 616a6c5..4b304bf 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pyproj = "^3.3.0" laspy = "^2.1.2" [tool.poetry.dev-dependencies] -pyinstaller = "^4.10" +pyinstaller = "^5.3" pytest = "^7.1.1" black = "^22.3.0"