File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 - name : Setup Python
29293030 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- FROM python:3.8.18 -slim
1+ FROM python:3.10.11 -slim
22
33ENV PYTHONUNBUFFERED 1
44ENV PYTHONDONTWRITEBYTECODE 1
Original file line number Diff line number Diff line change 11pytz==2020.4 # https://github.com/stub42/pytz
22python-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
44argon2-cffi==20.1.0 # https://github.com/hynek/argon2_cffi
55redis==3.5.3 # https://github.com/andymccurdy/redis-py
66hiredis==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# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1- python-3.8.18
1+ python-3.10.11
You can’t perform that action at this time.
0 commit comments