Skip to content

Commit 7a73203

Browse files
authored
chore: release of 0.6.5
Merge pull request #59 from Logic-py/develop
2 parents 81d8d4f + c4a55aa commit 7a73203

2 files changed

Lines changed: 37 additions & 37 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-template"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
description = "Used to templatize python projects."
55
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
66
readme = "README.md"
@@ -13,8 +13,8 @@ loguru = "^0.7.2"
1313
[tool.poetry.group.dev.dependencies]
1414
mypy = "^1.13.0"
1515
pre-commit = "^4.0.1"
16-
pytest = "^8.3.3"
17-
ruff = "^0.7.2"
16+
pytest = "^8.3.4"
17+
ruff = "^0.8.1"
1818

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

0 commit comments

Comments
 (0)