build(deps): bump dependencies

This commit is contained in:
Nathaniel Landau
2023-02-23 10:11:26 -05:00
parent 347dd4271f
commit 3bbcf3a987
3 changed files with 123 additions and 208 deletions

View File

@@ -21,32 +21,30 @@
python = "^3.10"
questionary = "^1.10.0"
regex = "^2022.10.31"
rich = "^13.2.0"
rich = "^13.3.1"
ruamel-yaml = "^0.17.21"
shellingham = "^1.4.0"
tomlkit = "^0.11.6"
typer = "^0.7.0"
[tool.poetry.group.test.dependencies]
pytest = "^7.2.0"
pytest = "^7.2.1"
pytest-clarity = "^1.0.1"
pytest-mock = "^3.10.0"
pytest-pretty-terminal = "^1.1.0"
pytest-xdist = "^3.1.0"
pytest-xdist = "^3.2.0"
[tool.poetry.group.dev.dependencies]
absolufy-imports = "^0.3.1"
black = "^23.1.0"
commitizen = "^2.40.0"
coverage = "^7.1.0"
commitizen = "^2.42.0"
coverage = "^7.2.0"
interrogate = "^1.5.0"
mypy = "^0.991"
pdoc = "^12.3.1"
pep8-naming = "^0.13.3"
poethepoet = "^0.18.0"
pre-commit = "^3.0.4"
mypy = "^1.0.1"
pdoc = "^13.0.0"
poethepoet = "^0.18.1"
pre-commit = "^3.1.0"
pysnooper = "^1.1.1"
ruff = "^0.0.240"
ruff = "^0.0.252"
typeguard = "^2.13.3"
types-python-dateutil = "^2.8.19.5"
vulture = "^2.7"