From 469d91f460ec9dff42aa7b34f7c9dd11ca34f411 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Mon, 8 May 2023 10:55:00 -0500 Subject: Update dependencies and pre-commit hooks --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index d4edfda..a0e89c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ docs = ["furo", "linkify-it-py", "myst-parser", "sphinx", "sphinx-autodoc-ty # For unit + integration tests coverage = "^7.1" psutil = "^5.0" -pytest = "^7.2" +pytest = "^7.3" pytest-clarity = "^1.0.1" pytest-cov = ">=3.0" pytest-rerunfailures = "^10.1" @@ -104,7 +104,7 @@ time-machine = {version = "^2.9", markers = "implementation_name != 'py pre-commit = "^2.19" # For convenience in local development -nox = "^2022.1.7" +nox = "^2023.4" nox-poetry = "^1.0.0" rich = ">=10.0" sphinx-autobuild = "^2021.3.14" -- cgit v1.2.1