chore: bump deps

This commit is contained in:
Alexandre Teles 2022-11-18 00:52:21 -03:00
parent b695f9e422
commit bba10121f3
2 changed files with 3 additions and 3 deletions

2
poetry.lock generated
View File

@ -829,7 +829,7 @@ h11 = ">=0.9.0,<1"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "424ef1ced5a48b1e652aefa77c0629df286a1f66d6d9286584b46dbac57e80ea" content-hash = "fa4ea468abe4711e4c5f1516228d8b11e72e10876c56f42df98e122676edccb3"
[metadata.files] [metadata.files]
aiofiles = [ aiofiles = [

View File

@ -28,8 +28,8 @@ uvicorn = ">=0.18.3"
gunicorn = ">=20.1.0" gunicorn = ">=20.1.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
mypy = ">=0.971" mypy = ">=0.991"
types-toml = ">=0.10.8" types-toml = ">=0.10.8.1"
types-redis = ">=4.3.21.1" types-redis = ">=4.3.21.1"
[build-system] [build-system]