Skip to content

Commit 24d2f22

Browse files
committed
fix: add missing nox dependency in PEP 723 syntax
1 parent a925bde commit 24d2f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Noxfile for the cookiecutter-robust-python template."""
22

33
# /// script
4-
# dependencies = ["python-dotenv>=1.0.0"]
4+
# dependencies = ["nox>=2025.5.1", "python-dotenv>=1.0.0"]
55
# ///
66

77
import os

0 commit comments

Comments
 (0)