build: dependency updates, python@3.11.3 (#18)
This commit is contained in:
parent
152b46be8f
commit
19c5176501
4 changed files with 7 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
3.9.15
|
3.11.3
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
django
|
django
|
||||||
django-extensions
|
django-extensions
|
||||||
|
invoke
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# This file is autogenerated by pip-compile with python 3.9
|
# This file is autogenerated by pip-compile with Python 3.11
|
||||||
# To update, run:
|
# by the following command:
|
||||||
#
|
#
|
||||||
# pip-compile ./requirements.in
|
# pip-compile ./requirements.in
|
||||||
#
|
#
|
||||||
|
@ -12,5 +12,7 @@ django==4.1.3
|
||||||
# django-extensions
|
# django-extensions
|
||||||
django-extensions==3.2.1
|
django-extensions==3.2.1
|
||||||
# via -r ./requirements.in
|
# via -r ./requirements.in
|
||||||
|
invoke==2.1.0
|
||||||
|
# via -r ./requirements.in
|
||||||
sqlparse==0.4.3
|
sqlparse==0.4.3
|
||||||
# via django
|
# via django
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
VENV="spadinaistan-monolith.venv"
|
VENV="spadinaistan-monolith.venv"
|
||||||
|
|
||||||
python -m pip install pip==22.3 pip-tools==6.9.0 --no-cache
|
python -m pip install pip~=23.1 pip-tools==6.13.0 --no-cache
|
||||||
|
|
||||||
if [ ! -d "./$VENV" ]; then
|
if [ ! -d "./$VENV" ]; then
|
||||||
python -m venv ./$VENV
|
python -m venv ./$VENV
|
||||||
|
|
Reference in a new issue