Skip to content

Commit

Permalink
Bump Python 3.11 -> 3.12 (#168)
Browse files Browse the repository at this point in the history
* bump python to 3.12 -- uvloop currently not working yet

* bump a couple versions, ready to merge
  • Loading branch information
ckcollab authored Oct 19, 2023
1 parent b722da3 commit 6d8fad6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.backend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.12

# gcc, build-essential, python-setuptools for python installation help
# graphviz, libgraphviz-dev for making diagrams from models
Expand Down
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

bpython==0.24
responses==0.23.3
filelock==3.12.2
filelock==3.12.4

pytest==7.4.0
pytest==7.4.2
pytest-cov==4.1.0
pytest-django==4.5.2
pytest-sugar==0.9.7
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==4.2.4
django-cors-headers==4.2.0
Django==4.2.6
django-cors-headers==4.3.0
django-extensions==3.2.3
djangorestframework==3.14.0
django-ckc==0.0.10
Expand All @@ -11,18 +11,18 @@ django-querycount==0.8.3

# Database
dj-database-url==2.1.0
psycopg==3.1.10
psycopg==3.1.12

# Storage
whitenoise[brotli]==6.5.0
whitenoise[brotli]==6.6.0

# Email
django-anymail==10.1
django-templated-email==3.0.1

# Caching
redis[hiredis]==5.0.0
django-redis==5.3.0
redis[hiredis]==5.0.1
django-redis==5.4.0

# Realtime
channels==4.0.0
Expand Down

0 comments on commit 6d8fad6

Please sign in to comment.