diff --git a/poetry.lock b/poetry.lock index b3fbe80..eae080e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,13 +13,13 @@ files = [ [[package]] name = "exceptiongroup" -version = "1.1.3" +version = "1.2.0" description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" files = [ - {file = "exceptiongroup-1.1.3-py3-none-any.whl", hash = "sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3"}, - {file = "exceptiongroup-1.1.3.tar.gz", hash = "sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9"}, + {file = "exceptiongroup-1.2.0-py3-none-any.whl", hash = "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14"}, + {file = "exceptiongroup-1.2.0.tar.gz", hash = "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68"}, ] [package.extras] @@ -89,13 +89,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.24.1" +version = "0.24.4" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.24.1-py3-none-any.whl", hash = "sha256:3afa44b4fc7327df0dd912eda012604a072af2bb4d243fb0e41e8eca8dabf9ed"}, - {file = "poethepoet-0.24.1.tar.gz", hash = "sha256:f5a386387c382f08890c273d13495938208a8ce91ab71536abf388c776c4f366"}, + {file = "poethepoet-0.24.4-py3-none-any.whl", hash = "sha256:fb4ea35d7f40fe2081ea917d2e4102e2310fda2cde78974050ca83896e229075"}, + {file = "poethepoet-0.24.4.tar.gz", hash = "sha256:ff4220843a87c888cbcb5312c8905214701d0af60ac7271795baa8369b428fef"}, ] [package.dependencies] @@ -176,5 +176,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = ">3.8" -content-hash = "e865c0b03d931498bbdf23d3196d06f2906582f58a70a1d5d39a6f3632201726" +python-versions = ">=3.8" +content-hash = "bf6148d4609f0ecefc976d667b4600d7f9a575fccb08670da5cbec53308a106e" diff --git a/pyproject.toml b/pyproject.toml index f693a5f..8cb7566 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,18 +5,15 @@ description = "Module to use dictionaries in various situations" authors = ["turulomio "] license = "GPL-3.0" readme = "README.md" -exclude = [ - "pydicts/devscripts.py" -] [tool.poetry.dependencies] -python = ">3.8" -tabulate = "^0.9.0" -pylatex = "^1.4.1" +python = ">=3.8" +tabulate = ">=0.9.0" +pylatex = ">=1.4.1" [tool.poetry.group.dev.dependencies] -pytest = "^7.3.0" -poethepoet = "^0.24.1" +pytest = ">=7.3.0" +poethepoet = ">=0.24.1" [build-system] requires = ["poetry-core"]