diff --git a/poetry.lock b/poetry.lock index deb2ed7..386aa01 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1568,11 +1568,11 @@ idna2008 = ["idna"] [[package]] name = "rich" -version = "12.6.0" +version = "13.0.1" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" category = "dev" optional = false -python-versions = ">=3.6.3,<4.0.0" +python-versions = ">=3.7.0" [package.dependencies] commonmark = ">=0.9.0,<0.10.0" @@ -2098,7 +2098,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = ">=3.10,<4.0" -content-hash = "f1535ac8d1d3b99e7f90a6c4792d45c2f9ce00664b41d5f33af08426d9efa46c" +content-hash = "8372fad7079b66afa26347d1869aa009c8a7b4ce3250cfd58de66132a20d4277" [metadata.files] alabaster = [ @@ -3007,8 +3007,8 @@ rfc3986 = [ {file = "rfc3986-2.0.0.tar.gz", hash = "sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c"}, ] rich = [ - {file = "rich-12.6.0-py3-none-any.whl", hash = "sha256:a4eb26484f2c82589bd9a17c73d32a010b1e29d89f1604cd9bf3a2097b81bb5e"}, - {file = "rich-12.6.0.tar.gz", hash = "sha256:ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0"}, + {file = "rich-13.0.1-py3-none-any.whl", hash = "sha256:41fe1d05f433b0f4724cda8345219213d2bfa472ef56b2f64f415b5b94d51b04"}, + {file = "rich-13.0.1.tar.gz", hash = "sha256:25f83363f636995627a99f6e4abc52ed0970ebbd544960cc63cbb43aaac3d6f0"}, ] secretstorage = [ {file = "SecretStorage-3.3.3-py3-none-any.whl", hash = "sha256:f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99"}, diff --git a/pyproject.toml b/pyproject.toml index dca116e..5379c9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ isort = "^5.11.4" python-semantic-release = "^7.27.0" mudkip = ">=0.5.1" pytest-insta = ">=0.1.11" -rich = "^12.4.4" +rich = "^13.0.1" pygments = {git = "https://github.com/rx-modules/pygments"} [tool.pytest.ini_options]