Skip to content

Commit b64f447

Browse files
authored
Merge pull request #156 from swiftss-org/chore/python-310
Chore/python 310
2 parents 84b2260 + 17a3a7e commit b64f447

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Python
2929
uses: actions/[email protected]
3030
with:
31-
python-version: 3.8.18
31+
python-version: 3.10.11
3232
architecture: x64
3333
- name: Checkout Repository
3434
uses: actions/checkout@main

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
id: black
4141
args:
4242
- --config=.pre-commit/pyproject.toml
43-
language_version: python3.8
43+
language_version: python3.10
4444
require_serial: true
4545
types:
4646
- python

compose/local/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8.18-slim
1+
FROM python:3.10.11-slim
22

33
ENV PYTHONUNBUFFERED 1
44
ENV PYTHONDONTWRITEBYTECODE 1

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pytz==2020.4 # https://github.com/stub42/pytz
22
python-slugify==4.0.1 # https://github.com/un33k/python-slugify
3-
Pillow==8.2.0 # https://github.com/python-pillow/Pillow
3+
Pillow==8.4.0 # https://github.com/python-pillow/Pillow
44
argon2-cffi==20.1.0 # https://github.com/hynek/argon2_cffi
55
redis==3.5.3 # https://github.com/andymccurdy/redis-py
66
hiredis==2.0.0 # https://github.com/redis/hiredis-py
7-
uvicorn[standard]==0.14.0 # https://github.com/encode/uvicorn
7+
uvicorn[standard]==0.18.0 # https://github.com/encode/uvicorn
88

99
# Django
1010
# ------------------------------------------------------------------------------

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.8.18
1+
python-3.10.11

0 commit comments

Comments
 (0)