diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a288f9..99989ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5.0.0 with: - python-version: 3.8.18 + python-version: 3.10.11 architecture: x64 - name: Checkout Repository uses: actions/checkout@main diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 177df4f..af19496 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: id: black args: - --config=.pre-commit/pyproject.toml - language_version: python3.8 + language_version: python3.10 require_serial: true types: - python diff --git a/compose/local/django/Dockerfile b/compose/local/django/Dockerfile index 3e5bd61..435315f 100644 --- a/compose/local/django/Dockerfile +++ b/compose/local/django/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.18-slim +FROM python:3.10.11-slim ENV PYTHONUNBUFFERED 1 ENV PYTHONDONTWRITEBYTECODE 1 diff --git a/requirements/base.txt b/requirements/base.txt index d8e3350..3deaf87 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,10 +1,10 @@ pytz==2020.4 # https://github.com/stub42/pytz python-slugify==4.0.1 # https://github.com/un33k/python-slugify -Pillow==8.2.0 # https://github.com/python-pillow/Pillow +Pillow==8.4.0 # https://github.com/python-pillow/Pillow argon2-cffi==20.1.0 # https://github.com/hynek/argon2_cffi redis==3.5.3 # https://github.com/andymccurdy/redis-py hiredis==2.0.0 # https://github.com/redis/hiredis-py -uvicorn[standard]==0.14.0 # https://github.com/encode/uvicorn +uvicorn[standard]==0.18.0 # https://github.com/encode/uvicorn # Django # ------------------------------------------------------------------------------ diff --git a/runtime.txt b/runtime.txt index cdd524d..c2d5a35 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.8.18 +python-3.10.11