File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,35 +18,35 @@ classifiers = [
1818
1919[tool.poetry.dependencies]
2020python = "^3.8"
21- fastapi = "~0.92 .0"
22- uvicorn = {extras = ["standard"], version = "~0.20 .0"}
21+ fastapi = "~0.98 .0"
22+ uvicorn = {extras = ["standard"], version = "~0.22 .0"}
2323gunicorn = "~20.1.0"
2424click = "~8.1.3"
2525{% - if redis %}
26- redis = "~4.5.1 "
26+ redis = "~4.5.5 "
2727{% - endif %}
2828{% - if aiohttp %}
2929aiohttp = "~3.8.4"
3030{% - endif %}
3131
3232[tool.poetry.group.dev.dependencies]
33- pytest = "~7.2.1 "
33+ pytest = "~7.4.0 "
3434pytest-cov = "~4.0.0"
35- pytest-asyncio = "~0.20.3 "
35+ pytest-asyncio = "~0.21.0 "
3636requests = "~2.28.2"
3737httpx = "~0.23.3"
3838{% - if aiohttp %}
3939aioresponses = "~0.7.3"
4040{% - endif %}
41- mypy = "~1.0 .1"
41+ mypy = "~1.4 .1"
4242flake8 = "~5.0.4"
4343flake8-docstrings = "~1.7.0"
4444flake8-import-order = "~0.18.1"
4545flake8-todo = "^0.7"
46- black = "~23.1 .0"
46+ black = "~23.3 .0"
4747Sphinx = "~5.3.0"
4848Pallets-Sphinx-Themes = "~2.0.2"
49- myst-parser = "~0.19 .0"
49+ myst-parser = "~1.0 .0"
5050fastapi-mvc = "^0.26.0"
5151
5252[tool.poetry.scripts]
You can’t perform that action at this time.
0 commit comments