bump dev deps

This commit is contained in:
Jakub Miazek
2024-08-17 21:01:01 +02:00
parent 8a31b8cfa2
commit 18b9a43fa2
5 changed files with 29 additions and 41 deletions

View File

@@ -45,7 +45,7 @@ async def lifespan(_app: FastAPI):
await _app.postgres_pool.close()
app = FastAPI(title="Stuff And Nonsense API", version="0.14", lifespan=lifespan)
app = FastAPI(title="Stuff And Nonsense API", version="0.15", lifespan=lifespan)
app.include_router(stuff_router)
app.include_router(nonsense_router)