diff --git a/poetry.lock b/poetry.lock index deb2ed7..8ab9d52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1568,11 +1568,11 @@ idna2008 = ["idna"] [[package]] name = "rich" -version = "12.6.0" +version = "13.0.0" 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 = "ec3381c69aa12e615bf801162384cd642aef349801b8eb9a31c92f33c0c6282e" [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.0-py3-none-any.whl", hash = "sha256:12b1d77ee7edf251b741531323f0d990f5f570a4e7c054d0bfb59fb7981ad977"}, + {file = "rich-13.0.0.tar.gz", hash = "sha256:3aa9eba7219b8c575c6494446a59f702552efe1aa261e7eeb95548fa586e1950"}, ] secretstorage = [ {file = "SecretStorage-3.3.3-py3-none-any.whl", hash = "sha256:f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99"}, diff --git a/pyproject.toml b/pyproject.toml index c2bddf2..4e68691 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.0" pygments = {git = "https://github.com/rx-modules/pygments"} [tool.pytest.ini_options]