build: add script to bump dependencies

This commit is contained in:
Nathaniel Landau
2023-03-18 19:17:23 -04:00
parent 009801a691
commit 593dbc3b55
7 changed files with 186 additions and 24 deletions

View File

@@ -43,10 +43,11 @@
pdoc = "^13.0.0"
poethepoet = "^0.18.1"
pre-commit = "^3.2.0"
ruff = "^0.0.256"
ruff = "0.0.257"
typeguard = "^3.0.1"
types-python-dateutil = "^2.8.19.10"
vulture = "^2.7"
sh = "^2.0.2"
[tool.black]
line-length = 100