Skip to content

Commit

Permalink
Update ci dependencies and Nox version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal committed Jan 24, 2025
1 parent 4a65120 commit 2be9103
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/constraints-poetry.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
poetry==2.0.0
poetry==2.0.1
4 changes: 2 additions & 2 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip==24.3.1
nox==2024.10.9
nox-poetry==1.0.3
virtualenv==20.28.0
nox-poetry==1.1.0
virtualenv==20.29.1
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

package = "mdio"
python_versions = ["3.13", "3.12", "3.11", "3.10"]
nox.needs_version = ">= 2022.1.7"
nox.needs_version = ">= 2024.10.9"
nox.options.sessions = (
"pre-commit",
"safety",
Expand Down

0 comments on commit 2be9103

Please # to comment.