This commit is contained in:
Michel Roux 2022-12-29 23:02:42 +00:00
parent d554b0700f
commit e6e08cc8a1
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -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"

View File

@ -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]