Skip to content

Commit 44a9887

Browse files
Merge remote-tracking branch 'origin/main' into modal
2 parents 661dd0a + cd71fca commit 44a9887

2 files changed

Lines changed: 367 additions & 328 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-jinja2-postgres-webapp"
3-
version = "0.1.27"
3+
version = "0.1.28"
44
description = "A template webapp with a pure-Python FastAPI backend, frontend templating with Jinja2, and a Postgres database to power user auth"
55
readme = "README.md"
66
package-mode = false
@@ -30,11 +30,11 @@ dev = [
3030
"quarto<1.0.0,>=0.1.0",
3131
"jupyter<2.0.0,>=1.1.1",
3232
"notebook<8.0.0,>=7.2.2",
33-
"pytest<9.0.0,>=8.3.3",
33+
"pytest>=8.3.3",
3434
"sqlalchemy-schemadisplay<3.0,>=2.0",
3535
"ty>=0.0.21",
3636
"ruff>=0.15.5",
37-
"pytest-jinja-check[fastapi]>=1.0.2",
37+
"pytest-jinja-check[fastapi]>=1.0.3",
3838
"pytest-playwright>=0.7.2",
3939
"pre-commit>=4.6.0",
4040
]

0 commit comments

Comments
 (0)