Skip to content

Commit ed044bd

Browse files
committed
- preparing for 7.3.5 release
1 parent a0dd264 commit ed044bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "NEMO"
3-
version = "7.3.4"
3+
version = "7.3.5"
44
description = "NEMO is a laboratory logistics web application. Use it to schedule reservations, control tool access, track maintenance issues, and more."
55
keywords = ["NEMO"]
66
readme = "README.md"
@@ -22,7 +22,7 @@ classifiers = [
2222
requires-python = ">=3.10, <4"
2323
dependencies = [
2424
"cryptography==46.0.3",
25-
"Django==4.2.27",
25+
"Django==4.2.28",
2626
"django-auditlog==3.4.1",
2727
"django-filter==25.1",
2828
"django-jsonform==2.23.2", # remove in NEMO 7.4.0

0 commit comments

Comments
 (0)