Skip to content

Commit bfbd845

Browse files
authored
Upgrade to python 3.12.6. (#4154)
1 parent 2866b72 commit bfbd845

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.7
1+
3.12.6

docker/Dockerfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cimg/python:3.11.1-node
1+
FROM cimg/python:3.12.6-node
22

33
# Set work directory.
44
WORKDIR /usr/local/hypha

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ psycopg[binary]==3.1.18
5050
pwned-passwords-django==2.1
5151
qrcode==7.4.2
5252
reportlab==4.0.9
53+
setuptools==75.1.0
5354
social_auth_app_django==5.4.1
5455
tablib==3.5.0
5556
tomd==0.1.3

runtime.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.11.7
1+
python-3.12.6

0 commit comments

Comments
 (0)