diff --git a/poetry.lock b/poetry.lock index c93777f..fb9a36c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -36,10 +36,10 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [package.extras] +dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "furo", "sphinx", "pre-commit"] docs = ["furo", "sphinx", "zope.interface"] tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"] tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six"] -dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "furo", "sphinx", "pre-commit"] [[package]] name = "bandit" @@ -50,11 +50,11 @@ optional = false python-versions = ">=3.5" [package.dependencies] -stevedore = ">=1.20.0" -PyYAML = ">=5.3.1" -six = ">=1.10.0" colorama = {version = ">=0.3.9", markers = "platform_system == \"Windows\""} GitPython = ">=1.0.1" +PyYAML = ">=5.3.1" +six = ">=1.10.0" +stevedore = ">=1.20.0" [[package]] name = "black" @@ -65,14 +65,14 @@ optional = false python-versions = ">=3.6" [package.dependencies] -regex = ">=2020.1.8" +appdirs = "*" +click = ">=7.1.2" mypy-extensions = ">=0.4.3" -typed-ast = ">=1.4.0" +pathspec = ">=0.6,<1" +regex = ">=2020.1.8" toml = ">=0.10.1" +typed-ast = ">=1.4.0" typing-extensions = ">=3.7.4" -pathspec = ">=0.6,<1" -click = ">=7.1.2" -appdirs = "*" [package.extras] colorama = ["colorama (>=0.4.3)"] @@ -235,9 +235,9 @@ optional = false python-versions = ">=3.6,<4.0" [package.extras] -colors = ["colorama (>=0.4.3,<0.5.0)"] pipfile_deprecated_finder = ["pipreqs", "requirementslib"] requirements_deprecated_finder = ["pipreqs", "pip-api"] +colors = ["colorama (>=0.4.3,<0.5.0)"] [[package]] name = "lazy-object-proxy" @@ -292,16 +292,16 @@ decorator = ">=4.3.0" [package.extras] all = ["numpy", "scipy", "pandas", "matplotlib", "pygraphviz", "pydot", "pyyaml", "lxml", "pytest"] +gdal = ["gdal"] lxml = ["lxml"] -pydot = ["pydot"] +matplotlib = ["matplotlib"] numpy = ["numpy"] +pandas = ["pandas"] +pydot = ["pydot"] +pygraphviz = ["pygraphviz"] +pytest = ["pytest"] pyyaml = ["pyyaml"] -matplotlib = ["matplotlib"] scipy = ["scipy"] -pytest = ["pytest"] -pygraphviz = ["pygraphviz"] -pandas = ["pandas"] -gdal = ["gdal"] [[package]] name = "nodeenv" @@ -358,12 +358,12 @@ optional = false python-versions = ">=3.6.1" [package.dependencies] -virtualenv = ">=20.0.8" -pyyaml = ">=5.1" cfgv = ">=2.0.0" -nodeenv = ">=0.11.1" identify = ">=1.0.0" +nodeenv = ">=0.11.1" +pyyaml = ">=5.1" toml = "*" +virtualenv = ">=20.0.8" [[package]] name = "py" @@ -383,8 +383,8 @@ python-versions = ">=3.6" [package.extras] dotenv = ["python-dotenv (>=0.10.4)"] -typing_extensions = ["typing-extensions (>=3.7.2)"] email = ["email-validator (>=1.0.3)"] +typing_extensions = ["typing-extensions (>=3.7.2)"] [[package]] name = "pydocstyle" @@ -415,10 +415,10 @@ python-versions = ">=3.5.*" [package.dependencies] astroid = ">=2.4.0,<=2.5" -mccabe = ">=0.6,<0.7" colorama = {version = "*", markers = "sys_platform == \"win32\""} -toml = ">=0.7.1" isort = ">=4.2.5,<6" +mccabe = ">=0.6,<0.7" +toml = ">=0.7.1" [[package]] name = "pyparsing" @@ -437,14 +437,14 @@ optional = false python-versions = ">=3.6" [package.dependencies] -py = ">=1.8.2" +atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""} +attrs = ">=19.2.0" +colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -colorama = {version = "*", markers = "sys_platform == \"win32\""} -attrs = ">=19.2.0" -toml = "*" pluggy = ">=0.12,<1.0.0a1" -atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""} +py = ">=1.8.2" +toml = "*" [package.extras] testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"] @@ -485,9 +485,9 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.dependencies] -idna = ">=2.5,<3" certifi = ">=2017.4.17" chardet = ">=3.0.2,<5" +idna = ">=2.5,<3" urllib3 = ">=1.21.1,<1.27" [package.extras] @@ -496,17 +496,17 @@ socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"] [[package]] name = "rich" -version = "9.9.0" +version = "9.13.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" category = "main" optional = false python-versions = ">=3.6,<4.0" [package.dependencies] -typing-extensions = ">=3.7.4,<4.0.0" -pygments = ">=2.6.0,<3.0.0" colorama = ">=0.4.0,<0.5.0" commonmark = ">=0.9.0,<0.10.0" +pygments = ">=2.6.0,<3.0.0" +typing-extensions = ">=3.7.4,<4.0.0" [package.extras] jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"] @@ -520,10 +520,10 @@ optional = false python-versions = ">=3.5" [package.dependencies] -packaging = "*" -requests = "*" Click = ">=6.0" dparse = ">=0.5.1" +packaging = "*" +requests = "*" [[package]] name = "shellingham" @@ -601,15 +601,15 @@ optional = false python-versions = ">=3.6" [package.dependencies] -colorama = {version = ">=0.4.3,<0.5.0", optional = true, markers = "extra == \"all\""} click = ">=7.1.1,<7.2.0" +colorama = {version = ">=0.4.3,<0.5.0", optional = true, markers = "extra == \"all\""} shellingham = {version = ">=1.3.0,<2.0.0", optional = true, markers = "extra == \"all\""} [package.extras] test = ["pytest-xdist (>=1.32.0,<2.0.0)", "pytest-sugar (>=0.9.4,<0.10.0)", "mypy (==0.782)", "black (>=19.10b0,<20.0b0)", "isort (>=5.0.6,<6.0.0)", "shellingham (>=1.3.0,<2.0.0)", "pytest (>=4.4.0,<5.4.0)", "pytest-cov (>=2.10.0,<3.0.0)", "coverage (>=5.2,<6.0)"] -doc = ["mkdocs (>=1.1.2,<2.0.0)", "mkdocs-material (>=5.4.0,<6.0.0)", "markdown-include (>=0.5.1,<0.6.0)"] all = ["colorama (>=0.4.3,<0.5.0)", "shellingham (>=1.3.0,<2.0.0)"] dev = ["autoflake (>=1.3.1,<2.0.0)", "flake8 (>=3.8.3,<4.0.0)"] +doc = ["mkdocs (>=1.1.2,<2.0.0)", "mkdocs-material (>=5.4.0,<6.0.0)", "markdown-include (>=0.5.1,<0.6.0)"] [[package]] name = "typing-extensions" @@ -641,10 +641,10 @@ optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" [package.dependencies] +appdirs = ">=1.4.3,<2" distlib = ">=0.3.1,<1" filelock = ">=3.0.0,<4" six = ">=1.9.0,<2" -appdirs = ">=1.4.3,<2" [package.extras] docs = ["proselint (>=0.10.2)", "sphinx (>=3)", "sphinx-argparse (>=0.2.5)", "sphinx-rtd-theme (>=0.4.3)", "towncrier (>=19.9.0rc1)"] @@ -661,7 +661,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "537b66a23cb2a73a2878a20cd191873c153fc3735e98410774bd08e39a4fbace" +content-hash = "37ff24a2ab915e86e8e10b7691f9c6e364bed86c03c9e4889a6704203b4c1e6f" [metadata.files] appdirs = [ @@ -953,8 +953,8 @@ requests = [ {file = "requests-2.25.1.tar.gz", hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"}, ] rich = [ - {file = "rich-9.9.0-py3-none-any.whl", hash = "sha256:d376396cb3793a042f6167cd613a31a370ea2c5ec1bbdf76a5c9e9c588ccff12"}, - {file = "rich-9.9.0.tar.gz", hash = "sha256:0bd8f42c3a03b7ef5e311d5e37f47bea9d268f541981c169072be5869c007957"}, + {file = "rich-9.13.0-py3-none-any.whl", hash = "sha256:9004f6449c89abadf689dad6f92393e760b8c3a8a8c4ea6d8d474066307c0e66"}, + {file = "rich-9.13.0.tar.gz", hash = "sha256:d59e94a0e3e686f0d268fe5c7060baa1bd6744abca71b45351f5850a3aaa6764"}, ] safety = [ {file = "safety-1.10.3-py2.py3-none-any.whl", hash = "sha256:5f802ad5df5614f9622d8d71fedec2757099705c2356f862847c58c6dfe13e84"}, diff --git a/pyproject.toml b/pyproject.toml index 173235a..972ef55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ # Update me python = "^3.8" importlib_metadata = {version = "^1.6.0", python = "<3.8"} typer = {extras = ["all"], version = "^0.3.2"} -rich = "^9.7.0" +rich = "^9.13.0" pydantic = "^1.7.3" networkx = "^2.5"