From 276fc9ad96b14b4379f10bca36c807dbf86e8508 Mon Sep 17 00:00:00 2001 From: Nicholas Nadeau Date: Sat, 20 Aug 2022 19:07:08 -0400 Subject: [PATCH] build: updated dev deps pinning --- pyproject.toml | 51 ++++++++++++++++++++++++-------------------------- 1 file changed, 24 insertions(+), 27 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 25561eaa..bfdda32d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,33 +37,30 @@ numpy = ">=1.9" scipy = ">=1.0" [tool.poetry.dev-dependencies] -black = "^19.10b0" -coverage = "^5.2.1" -flake8 = "^3.8.3" -flake8-bugbear = "^20.1.4" -flake8-docstrings = "^1.5.0" -flake8-import-order = "^0.18.1" -hypothesis = "^5.26.0" -isort = "^5.4.2" -jupyter_contrib_nbextensions = "^0.5.1" -matplotlib = "^3.3.1" -mccabe = "^0.6.1" -mypy = "^0.782" -notebook = "^6.4.10" -pandas = "^1.1.0" -pep8-naming = "^0.11.1" -pydocstyle = "^5.0.2" -pytest = "^6.0.1" -pytest-cov = "^2.10.1" -pytest-randomly = "^3.4.1" -pytest-runner = "^5.2" -rope = "^0.17.0" -scikit-learn = "^0.23.2" -sphinx = "^3.2.1" -sphinx-autobuild = "^0.7.1" -sphinx-rtd-theme = "^0.5.0" -sphinxcontrib-apidoc = "^0.3.0" -vulture = "^2.0" +black = ">=22.1" +coverage = ">=6" +flake8 = ">=4" +flake8-bugbear = "*" +hypothesis = ">=6" +isort = ">=5.5" +matplotlib = "*" +mccabe = "*" +mypy = ">=0.960" +notebook = "*" +pandas = "*" +pep8-naming = "*" +pydocstyle = ">=6" +pytest = ">=7" +pytest-cov = "*" +pytest-randomly = "*" +pytest-runner = "*" +rope = ">=1" +scikit-learn = "*" +sphinx = "*" +sphinx-autobuild = "*" +sphinx-rtd-theme = "*" +sphinxcontrib-apidoc = "*" +vulture = ">=2.0" [tool.black] line-length = 88