File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.14.3
1+ 3.14.4
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ pyenv install --list
103103Download & install a specific Python version:
104104
105105``` bash
106- pyenv install 3.14.2
106+ pyenv install 3.14.4
107107```
108108
109109List the global Python version set by your system:
@@ -121,13 +121,13 @@ pyenv local
121121Set the global Python version for your system:
122122
123123``` bash
124- pyenv global 3.14.2
124+ pyenv global 3.14.4
125125```
126126
127127Set the local Python version for your project:
128128
129129``` bash
130- pyenv local 3.14.2
130+ pyenv local 3.14.4
131131```
132132
133133Feel free to utilize Pyenv and modify the ` .python-version ` file to your preference.
Original file line number Diff line number Diff line change 11[project ]
22name = " python-template"
3- version = " 0.10.1 "
3+ version = " 0.10.2 "
44description = " Used to templatize python projects."
55authors = [{ name = " Loïc Motheu" , email = " lmotheu@gmail.com" }]
66readme = " README.md"
@@ -11,10 +11,10 @@ dependencies = [
1111
1212[dependency-groups ]
1313dev = [
14- " mypy>=1.20.1 ,<2.0.0" ,
15- " pre-commit>=4.5.1 ,<5.0.0" ,
14+ " mypy>=1.20.2 ,<2.0.0" ,
15+ " pre-commit>=4.6.0 ,<5.0.0" ,
1616 " pytest>=9.0.3,<10.0.0" ,
17- " ruff>=0.15.10 " ,
17+ " ruff>=0.15.12 " ,
1818]
1919
2020[tool .ruff ]
You can’t perform that action at this time.
0 commit comments