From 2be9103e0ff19dd4cc174d2a6e48ddda82e74f0d Mon Sep 17 00:00:00 2001 From: Altay Sansal Date: Fri, 24 Jan 2025 15:57:17 -0600 Subject: [PATCH] Update ci dependencies and Nox version requirements --- .github/workflows/constraints-poetry.txt | 2 +- .github/workflows/constraints.txt | 4 ++-- noxfile.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/constraints-poetry.txt b/.github/workflows/constraints-poetry.txt index 3409009d..d1c8013e 100644 --- a/.github/workflows/constraints-poetry.txt +++ b/.github/workflows/constraints-poetry.txt @@ -1 +1 @@ -poetry==2.0.0 +poetry==2.0.1 diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index aad0c5d8..2b904e93 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -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 diff --git a/noxfile.py b/noxfile.py index 93cda17d..d3629fb8 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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",