build: dependency updates, python@3.11.3 (#18)

This commit is contained in:
Marc 2023-04-29 11:42:10 -04:00 committed by GitHub
parent 152b46be8f
commit 19c5176501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View file

@ -1 +1 @@
3.9.15 3.11.3

View file

@ -1,2 +1,3 @@
django django
django-extensions django-extensions
invoke

View file

@ -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

View file

@ -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