diff --git a/services/monolith/.python-version b/services/monolith/.python-version index b326afb..d2c96c0 100644 --- a/services/monolith/.python-version +++ b/services/monolith/.python-version @@ -1 +1 @@ -3.9.15 +3.11.3 diff --git a/services/monolith/requirements.in b/services/monolith/requirements.in index 8a964ed..9fd9cd2 100644 --- a/services/monolith/requirements.in +++ b/services/monolith/requirements.in @@ -1,2 +1,3 @@ django django-extensions +invoke diff --git a/services/monolith/requirements.txt b/services/monolith/requirements.txt index 1ddd164..15a071b 100644 --- a/services/monolith/requirements.txt +++ b/services/monolith/requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.11 +# by the following command: # # pip-compile ./requirements.in # @@ -12,5 +12,7 @@ django==4.1.3 # django-extensions django-extensions==3.2.1 # via -r ./requirements.in +invoke==2.1.0 + # via -r ./requirements.in sqlparse==0.4.3 # via django diff --git a/services/monolith/script/bootstrap b/services/monolith/script/bootstrap index f395c63..d61d1cb 100644 --- a/services/monolith/script/bootstrap +++ b/services/monolith/script/bootstrap @@ -2,7 +2,7 @@ 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 python -m venv ./$VENV