Skip to content

Commit dcbeab3

Browse files
committed
Update Django to 4.2.2 and also update other python packages.
1 parent 6634fc2 commit dcbeab3

6 files changed

Lines changed: 886 additions & 851 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hypha"
33
description = "A open source submission management platform to receive and manage applications for funding."
44
readme = "README.md"
5-
version = "5.31.0"
5+
version = "5.32.0"
66
requires-python = ">=3.10"
77
license = { text = "BSD-3-Clause" }
88

@@ -36,7 +36,7 @@ dependencies = [
3636
"django-tinymce~=4.1.0",
3737
"django-two-factor-auth~=1.17.0",
3838
"django-web-components~=0.2.0",
39-
"django~=4.2.0",
39+
"django~=4.2.2",
4040
"django-stubs~=4.2.7",
4141
"djp~=0.3.1",
4242
"environs~=14.1.1",
@@ -53,7 +53,7 @@ dependencies = [
5353
"psycopg[binary]~=3.2.6",
5454
"pwned-passwords-django~=5.1.3",
5555
"reportlab~=4.3.1",
56-
"setuptools>=77.0.3",
56+
"setuptools~=80.9.0",
5757
"social_auth_app_django~=5.4.3",
5858
"svgwrite~=1.4.3",
5959
"wagtail==5.2.8",

0 commit comments

Comments
 (0)