build(deps): bump dependencies

This commit is contained in:
Nathaniel Landau
2023-07-05 09:48:44 -04:00
parent d78e5d1218
commit 34aa78c103
9 changed files with 377 additions and 361 deletions

View File

@@ -18,34 +18,34 @@
[tool.poetry.dependencies]
charset-normalizer = "^3.1.0"
emoji = "^2.2.0"
emoji = "^2.6.0"
loguru = "^0.7.0"
python = "^3.10"
questionary = "^1.10.0"
regex = "^2023.5.5"
rich = "^13.3.5"
ruamel-yaml = "^0.17.26"
regex = "^2023.6.3"
rich = "^13.4.2"
ruamel-yaml = "^0.17.32"
shellingham = "^1.5.0.post1"
tomlkit = "^0.11.8"
typer = "^0.9.0"
[tool.poetry.group.test.dependencies]
pytest = "^7.3.1"
pytest = "^7.4.0"
pytest-clarity = "^1.0.1"
pytest-mock = "^3.10.0"
pytest-mock = "^3.11.1"
pytest-pretty-terminal = "^1.1.0"
pytest-xdist = "^3.3.0"
pytest-xdist = "^3.3.1"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
commitizen = "^3.2.2"
coverage = "^7.2.5"
commitizen = "^3.5.2"
coverage = "^7.2.7"
interrogate = "^1.5.0"
mypy = "^1.3.0"
pdoc = "^13.1.1"
mypy = "^1.4.1"
pdoc = "^14.0.0"
poethepoet = "^0.20.0"
pre-commit = "^3.3.1"
ruff = "^0.0.267"
pre-commit = "^3.3.3"
ruff = "^0.0.277"
sh = "^2.0.4"
typeguard = "^4.0.0"
types-python-dateutil = "^2.8.19.13"