From 8fdf56240b618fd4bcb3c44c57e5d7c534bee5f6 Mon Sep 17 00:00:00 2001 From: Nathan Henrie Date: Fri, 30 Aug 2024 12:32:23 -0600 Subject: [PATCH] Update dependencies, loosen restrictions --- pyproject.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec76d2c..a6a45d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,19 +52,19 @@ dependencies = [ [project.optional-dependencies] test = [ - "flake8 == 3.9.2", - "flake8-docstrings == 1.6.0", - "flake8-import-order == 0.18.1", - "isort == 5.11.5", - "jupyterlab == 3.6.3", - "mypy == 1.2.0", - "pep8-naming == 0.12.1", - "playwright == 1.14.1", - "pytest == 7.3.1", - "tox == 4.5.1", + "flake8 == 7", + "flake8-docstrings == 1.7", + "flake8-import-order == 0.18.2", + "isort == 5", + "jupyterlab >= 4", + "mypy == 1", + "notebook >= 7", + "pep8-naming == 0.14", + "playwright == 1.46", + "pytest == 8", + "tox == 4", ] dev = [ - "build == 0.9.0", - "twine == 4.0.1", - "wheel == 0.37.0", + "build == 1", + "twine == 5", ]