@@ -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
@@ -104,7 +104,7 @@ pyenv install --list
104104Download & install a specific Python version:
105105
106106``` bash
107- pyenv install 3.12.7
107+ pyenv install 3.12.8
108108```
109109
110110List the global Python version set by your system:
@@ -122,13 +122,13 @@ pyenv local
122122Set the global Python version for your system:
123123
124124``` bash
125- pyenv global 3.12.7
125+ pyenv global 3.12.8
126126```
127127
128128Set the local Python version for your project:
129129
130130``` bash
131- pyenv local 3.12.7
131+ pyenv local 3.12.8
132132```
133133
134134Feel free to utilize Pyenv and modify the ` .python-version ` file to your preference.
0 commit comments