Merge pull request #3 from KittyCAD/dependabot/pip/pytest-tw-7.0.1

Update pytest requirement from ^6.2.5 to ^7.0.1
This commit is contained in:
Jess Frazelle
2022-03-06 17:22:04 -08:00
committed by GitHub

View File

@ -20,7 +20,7 @@ python-dateutil = "^2.8.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
Sphinx = "^4.3.1" Sphinx = "^4.3.1"
flake8 = "^4.0.1" flake8 = "^4.0.1"
pytest = "^6.2.5" pytest = "^7.0.1"
sphinx-autodoc-typehints = "^1.12.0" sphinx-autodoc-typehints = "^1.12.0"
pyenchant = "^3.2.2" pyenchant = "^3.2.2"
sphinxcontrib-spelling = "^7.3.0" sphinxcontrib-spelling = "^7.3.0"