update to python 3.11.6 (#52)

* update dependencies

* update to python 3.11.6

* add human-readable migrations

* minor changes
This commit is contained in:
Dmitry Afanasyev
2023-11-05 14:21:37 +03:00
committed by GitHub
parent 18ea0a556a
commit b5fe195ef4
10 changed files with 272 additions and 268 deletions

View File

@@ -23,7 +23,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.11.5'
python-version: '3.11.6'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------

View File

@@ -26,7 +26,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.11.5'
python-version: '3.11.6'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------