Skip to content

Commit 6fc0323

Browse files
authored
chore: release of 0.6.3
Merge pull request #51 from Logic-py/develop
2 parents 593c4bd + 03d9ef5 commit 6fc0323

2 files changed

Lines changed: 68 additions & 62 deletions

File tree

poetry.lock

Lines changed: 64 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-template"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = "Used to templatize python projects."
55
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
66
readme = "README.md"
@@ -11,10 +11,10 @@ python = "^3.12"
1111
loguru = "^0.7.2"
1212

1313
[tool.poetry.group.dev.dependencies]
14-
mypy = "^1.11.2"
15-
pre-commit = "^4.0.0"
14+
mypy = "^1.13.0"
15+
pre-commit = "^4.0.1"
1616
pytest = "^8.3.3"
17-
ruff = "^0.6.9"
17+
ruff = "^0.7.1"
1818

1919
[tool.ruff]
2020
src = ["src"]

0 commit comments

Comments
 (0)