Skip to content

Commit 469e685

Browse files
Pin nox related dependencies
Signed-off-by: Daniel Zullo <[email protected]>
1 parent 4fb183a commit 469e685

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
@@ -65,8 +65,8 @@ format = [
6565
"isort >= 5.12.0, < 6",
6666
]
6767
nox = [
68-
"nox",
69-
"toml",
68+
"nox == 2022.11.21",
69+
"toml >= 0.10.2, < 1",
7070
]
7171
pytest = [
7272
"pytest",

0 commit comments

Comments
 (0)