Skip to content

Commit 2be9103

Browse files
committed
Update ci dependencies and Nox version requirements
1 parent 4a65120 commit 2be9103

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
poetry==2.0.0
1+
poetry==2.0.1

.github/workflows/constraints.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pip==24.3.1
22
nox==2024.10.9
3-
nox-poetry==1.0.3
4-
virtualenv==20.28.0
3+
nox-poetry==1.1.0
4+
virtualenv==20.29.1

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
package = "mdio"
2727
python_versions = ["3.13", "3.12", "3.11", "3.10"]
28-
nox.needs_version = ">= 2022.1.7"
28+
nox.needs_version = ">= 2024.10.9"
2929
nox.options.sessions = (
3030
"pre-commit",
3131
"safety",

0 commit comments

Comments
 (0)