diff --git a/poetry.lock b/poetry.lock index 318d62a..53d787d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,17 +1,16 @@ -# This file is automatically @generated by Poetry 1.7.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 = "fire" -version = "0.6.0" +version = "0.7.0" description = "A library for automatically generating command line interfaces." optional = false python-versions = "*" files = [ - {file = "fire-0.6.0.tar.gz", hash = "sha256:54ec5b996ecdd3c0309c800324a0703d6da512241bc73b553db959d98de0aa66"}, + {file = "fire-0.7.0.tar.gz", hash = "sha256:961550f07936eaf65ad1dc8360f2b2bf8408fad46abbfa4d2a3794f8d2a95cdf"}, ] [package.dependencies] -six = "*" termcolor = "*" [[package]] @@ -74,17 +73,6 @@ files = [ {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, ] -[[package]] -name = "six" -version = "1.16.0" -description = "Python 2 and 3 compatibility utilities" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, -] - [[package]] name = "termcolor" version = "1.1.0" @@ -98,4 +86,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.6" -content-hash = "56185dac5ba36617fc556db4ec16e36b8c605954c0165fbef78044ed10d659b6" +content-hash = "e5ee54ea98bf4680c725d947510e81cde282b56a5394d9aadee1a7a43490f033" diff --git a/pyproject.toml b/pyproject.toml index 29dbf3c..8e3cc67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ secimport = 'secimport.cli:main' [tool.poetry.dependencies] python = "^3.6" PyYAML = "^6.0" -fire = ">=0.4,<0.7" +fire = ">=0.4,<0.8" [tool.poetry.dev-dependencies]