Skip to content

Commit 9069b66

Browse files
committed
Bump project dependencies
1 parent c6d102c commit 9069b66

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

template/pyproject.toml.jinja

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,35 +18,35 @@ classifiers = [
1818

1919
[tool.poetry.dependencies]
2020
python = "^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"}
2323
gunicorn = "~20.1.0"
2424
click = "~8.1.3"
2525
{%- if redis %}
26-
redis = "~4.5.1"
26+
redis = "~4.5.5"
2727
{%- endif %}
2828
{%- if aiohttp %}
2929
aiohttp = "~3.8.4"
3030
{%- endif %}
3131

3232
[tool.poetry.group.dev.dependencies]
33-
pytest = "~7.2.1"
33+
pytest = "~7.4.0"
3434
pytest-cov = "~4.0.0"
35-
pytest-asyncio = "~0.20.3"
35+
pytest-asyncio = "~0.21.0"
3636
requests = "~2.28.2"
3737
httpx = "~0.23.3"
3838
{%- if aiohttp %}
3939
aioresponses = "~0.7.3"
4040
{%- endif %}
41-
mypy = "~1.0.1"
41+
mypy = "~1.4.1"
4242
flake8 = "~5.0.4"
4343
flake8-docstrings = "~1.7.0"
4444
flake8-import-order = "~0.18.1"
4545
flake8-todo = "^0.7"
46-
black = "~23.1.0"
46+
black = "~23.3.0"
4747
Sphinx = "~5.3.0"
4848
Pallets-Sphinx-Themes = "~2.0.2"
49-
myst-parser = "~0.19.0"
49+
myst-parser = "~1.0.0"
5050
fastapi-mvc = "^0.26.0"
5151

5252
[tool.poetry.scripts]

0 commit comments

Comments
 (0)