diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 81a624c..9c52436 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.11" - name: Install Dependencies run: | python -m pip install --upgrade pip @@ -45,7 +45,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.11" - name: Install Dependencies run: | python -m pip install --upgrade pip diff --git a/Makefile b/Makefile index 7c47c9e..2fceb6d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -black: +format: isort . black . @@ -8,4 +8,4 @@ lint: flake8 @echo "🙊 Code 🙈 LGTM 🙉 !" -.PHONY: black lint +.PHONY: format lint diff --git a/requirements.txt b/requirements.txt index aba837e..d1d61fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.20 +Django==5.2.0 GitPython==3.1.44 gunicorn==23.0.0 protobuf==6.30.2