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

Commit 67ed276

Browse files
committed
⬆️ update inner deps
1 parent 5b966c0 commit 67ed276

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lice = "^0.6"
2626
[tool.poetry.dev-dependencies]
2727
darglint = "^1.5.4"
2828
isort = "^5.5.4"
29-
pyupgrade = "^2.6.1"
29+
pyupgrade = "^2.7.2"
3030
black = "^20.8b1"
3131
mypy = "^0.782"
3232
bandit = "^1.6.2"

{{ cookiecutter.project_name }}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: isort
2424
name: isort
25-
entry: poetry run isort -y --settings-path pyproject.toml
25+
entry: poetry run isort --settings-path pyproject.toml
2626
types: [python]
2727
language: system
2828

{{ cookiecutter.project_name }}/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ classifiers = [ # Update me
3535
python = "^3.7"
3636
importlib_metadata = {version = "^1.6.0", python = "<3.8"}
3737
typer = {extras = ["all"], version = "^0.3.2"}
38-
rich = "^6.1.1"
38+
rich = "^8.0.0"
3939

4040
[tool.poetry.dev-dependencies]
4141
darglint = "^1.5.4"
42-
isort = {extras = ["pyproject"], version = "^5.5.2"}
43-
pyupgrade = "^2.6.1"
42+
isort = "^5.5.4"
43+
pyupgrade = "^2.7.2"
4444
black = "^20.8b1"
4545
mypy = "^0.782"
4646
bandit = "^1.6.2"

0 commit comments

Comments
 (0)