File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Follow these steps to get started with this template:
3939 ``` bash
4040 pip install poetry
4141 ```
42- > ** Note:** This template is set up using Poetry version 1.8.3 .
42+ > ** Note:** This template is set up using Poetry version 1.8.5 .
4343
44443 . ** Install dependencies:**
4545
@@ -76,13 +76,13 @@ This project includes the following dependencies:
7676
7777- ** Core Dependencies** :
7878 - ` python ` : ^3.12 (switch the ` .python-version ` file to your liking)
79- - ` loguru ` : ^0.7.2 (useful logging package)
79+ - ` loguru ` : ^0.7.3 (useful logging package)
8080
8181- ** Development Dependencies** :
82- - ` ruff ` : ^0.6.9 (for code linting and formatting)
83- - ` mypy ` : ^1.11.2 (for type checking)
84- - ` pre-commit ` : ^4.0.0 (for managing Git hooks)
85- - ` pytest ` : ^7.2.0 (for unit testing)
82+ - ` ruff ` : ^0.8.x (for code linting and formatting)
83+ - ` mypy ` : ^1.x.y (for type checking)
84+ - ` pre-commit ` : ^4.x.y (for managing Git hooks)
85+ - ` pytest ` : ^8.x.y (for unit testing)
8686
8787### Optional: Pyenv
8888
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-template"
3- version = " 0.6.5 "
3+ version = " 0.7.0 "
44description = " Used to templatize python projects."
55authors = [" Loïc Motheu <lmotheu@gmail.com>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments