From d2940e2fe205238a666ff042e0ec485ea3684cc5 Mon Sep 17 00:00:00 2001 From: Pyry Lahtinen Date: Fri, 8 Dec 2023 18:04:28 +0200 Subject: [PATCH] moved some dependencies to dev group --- poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index e814f16..4494b49 100644 --- a/poetry.lock +++ b/poetry.lock @@ -575,13 +575,13 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa [[package]] name = "platformdirs" -version = "4.0.0" +version = "4.1.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "platformdirs-4.0.0-py3-none-any.whl", hash = "sha256:118c954d7e949b35437270383a3f2531e99dd93cf7ce4dc8340d3356d30f173b"}, - {file = "platformdirs-4.0.0.tar.gz", hash = "sha256:cb633b2bcf10c51af60beb0ab06d2f1d69064b43abf4c185ca6b28865f3f9731"}, + {file = "platformdirs-4.1.0-py3-none-any.whl", hash = "sha256:11c8f37bcca40db96d8144522d925583bdb7a31f7b0e37e3ed4318400a8e2380"}, + {file = "platformdirs-4.1.0.tar.gz", hash = "sha256:906d548203468492d432bcb294d4bc2fff751bf84971fbb2c10918cc206ee420"}, ] [package.extras] @@ -732,16 +732,16 @@ files = [ [[package]] name = "tomlkit" -version = "0.12.2" +version = "0.12.3" description = "Style preserving TOML library" optional = false python-versions = ">=3.7" files = [ - {file = "tomlkit-0.12.2-py3-none-any.whl", hash = "sha256:eeea7ac7563faeab0a1ed8fe12c2e5a51c61f933f2502f7e9db0241a65163ad0"}, - {file = "tomlkit-0.12.2.tar.gz", hash = "sha256:df32fab589a81f0d7dc525a4267b6d7a64ee99619cbd1eeb0fae32c1dd426977"}, + {file = "tomlkit-0.12.3-py3-none-any.whl", hash = "sha256:b0a645a9156dc7cb5d3a1f0d4bab66db287fcb8e0430bdd4664a095ea16414ba"}, + {file = "tomlkit-0.12.3.tar.gz", hash = "sha256:75baf5012d06501f07bee5bf8e801b9f343e7aac5a92581f20f80ce632e6b5a4"}, ] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "6bf3ac754314c1588982a4a0095682aa21d754513d1e90a778ca8d9505f95db5" +content-hash = "75dda826056104c2f1d9aec138fb189fd36c76504ae334fa3a9d59c9ef203df6" diff --git a/pyproject.toml b/pyproject.toml index 5406639..f7be936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,13 +9,13 @@ readme = "README.md" python = ">=3.11,<3.13" numpy = "^1.26.1" pycryptodome = "^3.19.0" -coverage = "^7.3.2" invoke = "^2.2.0" -pylint = "^3.0.2" [tool.poetry.group.dev.dependencies] pytest = "^7.4.3" matplotlib = "^3.8.2" +pylint = "^3.0.2" +coverage = "^7.3.2" # help pytest find modules (https://stackoverflow.com/a/49033954) [tool.pytest.ini_options]