Skip to content

Commit a5b2148

Browse files
committed
- release 7.2.5
- updated Django to 4.2.26
1 parent eaedcd0 commit a5b2148

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.2.4"
3+
version = "7.2.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"
@@ -23,7 +23,7 @@ classifiers = [
2323
requires-python = ">=3.9, <4"
2424
dependencies = [
2525
"cryptography==45.0.4",
26-
"Django==4.2.23",
26+
"Django==4.2.26",
2727
"django-auditlog==3.2.0",
2828
"django-filter==25.1",
2929
"djangorestframework==3.16.0",

0 commit comments

Comments
 (0)