Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit cca921d

Browse files
authored
Merge pull request #328 from TezRomacH:deps/rich-10.6
⬆️ Update rich
2 parents 802157a + fc7005c commit cca921d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ black = {version = "^21.7b0", allow-prereleases = true}
3939
darglint = "^1.8.0"
4040
isort = {extras = ["colors"], version = "^5.9.2"}
4141
mypy = "^0.910"
42+
mypy-extensions = "^0.4.3"
4243
pre-commit = "^2.13.0"
4344
pydocstyle = "^6.1.1"
4445
pylint = "^2.9.3"

{{ cookiecutter.project_name }}/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ python = "^{{ cookiecutter.minimal_python_version }}"
4444
{% if cookiecutter.minimal_python_version == '3.7' -%}importlib_metadata = {version = "^4.5.0", python = "<3.8"}{%- endif -%}
4545
{%+ if cookiecutter.create_example_template == 'cli' %}
4646
typer = {extras = ["all"], version = "^0.3.2"}
47-
rich = "^10.4.0"
47+
rich = "^10.6.0"
4848
{% endif %}
4949
[tool.poetry.dev-dependencies]
5050
bandit = "^1.7.0"
5151
black = {version = "^21.7b0", allow-prereleases = true}
5252
darglint = "^1.8.0"
5353
isort = {extras = ["colors"], version = "^5.9.2"}
5454
mypy = "^0.910"
55+
mypy-extensions = "^0.4.3"
5556
pre-commit = "^2.13.0"
5657
pydocstyle = "^6.1.1"
5758
pylint = "^2.9.3"

0 commit comments

Comments
 (0)