Skip to content

Commit ece3ab2

Browse files
1 parent 9f556f5 commit ece3ab2

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

.fastapi-mvc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 4564a5b
2+
_commit: 6bb7c53
33
_src_path: .
44
aiohttp: true
55
author: Radosław Szamszur

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![CI](https://github.com/fastapi-mvc/example/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/fastapi-mvc/example/actions/workflows/main.yml)
33
[![K8s integration](https://github.com/fastapi-mvc/example/actions/workflows/integration.yml/badge.svg)](https://github.com/fastapi-mvc/example/actions/workflows/integration.yml)
44
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
5-
![GitHub](https://img.shields.io/badge/fastapi-v.0.89.1-blue)
5+
![GitHub](https://img.shields.io/badge/fastapi-v.0.92.0-blue)
66
![GitHub](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)
77
![GitHub](https://img.shields.io/badge/license-MIT-blue)
88

poetry.lock

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ classifiers = [
1818

1919
[tool.poetry.dependencies]
2020
python = "^3.8"
21-
fastapi = "~0.89.1"
21+
fastapi = "~0.92.0"
2222
uvicorn = {extras = ["standard"], version = "~0.20.0"}
2323
gunicorn = "~20.1.0"
2424
click = "~8.1.3"
25-
redis = "~4.4.0"
26-
aiohttp = "~3.8.3"
25+
redis = "~4.5.1"
26+
aiohttp = "~3.8.4"
2727

2828
[tool.poetry.dev-dependencies]
2929
pytest = "~7.2.1"
@@ -33,13 +33,13 @@ requests = "~2.28.2"
3333
httpx = "~0.23.3"
3434
aioresponses = "~0.7.3"
3535
flake8 = "~5.0.4"
36-
flake8-docstrings = "~1.6.0"
36+
flake8-docstrings = "~1.7.0"
3737
flake8-import-order = "~0.18.1"
3838
flake8-todo = "^0.7"
3939
black = "~23.1.0"
4040
Sphinx = "~5.3.0"
4141
Pallets-Sphinx-Themes = "~2.0.2"
42-
myst-parser = "~0.18.1"
42+
myst-parser = "~0.19.0"
4343

4444
[tool.poetry.scripts]
4545
example = 'example.cli:cli'

0 commit comments

Comments
 (0)