diff --git a/poetry.lock b/poetry.lock index fc10977..5f7bc6d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1389,4 +1389,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "222e51feb056abb7b4eda2e1f35e3a3c2d7b91607b2303f89251e441fe970fb5" +content-hash = "695cc2dc859d5fc7749a950c41d2eec6e45c1505b8dbf9e955e74354b9fcb231" diff --git a/pyproject.toml b/pyproject.toml index c239811..3244f3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,11 +31,11 @@ flake8-black = "0.3.6" mypy = "0.991" types-beautifulsoup4 = "4.11.6.1" types-dateparser = "1.1.4.4" +types-humanfriendly = "10.0.1.3" types-redis = "4.3.21.7" types-requests = "2.28.11.7" djlint = "1.9.3" flake8 = "3.9.2" -types-humanfriendly = "^10.0.1.3" [build-system]