chore: pyproject bumped to match renovated lock file
Some checks failed
ci / ruff (push) Successful in 4s
ci / ty (push) Successful in 4s
ci / tests (push) Failing after 7s
ci / build (push) Has been skipped

This commit is contained in:
Chris Milne 2026-07-03 09:44:56 +01:00
parent 14832ba156
commit b75e64e0f5
2 changed files with 17 additions and 17 deletions

View file

@ -9,21 +9,20 @@ dependencies = [
"alembic>=1.18.4",
"email-validator>=2.3.0",
"fastapi>=0.138.0",
"httptools>=0.7.1",
"httptools>=0.8.0",
"httpx>=0.28.1",
"itsdangerous>=2.2.0",
"jinja2>=3.1.6",
"joserfc>=1.6.7",
"lettermint>=2.0.0,<3.0.0",
"joserfc>=1.7.1",
"lettermint>=2.0.0",
"psycopg[binary]>=3.3.4",
"pydantic>=2.13.4",
"pydantic-settings>=2.14.1",
"python-dotenv>=1.2.2",
"requests>=2.34.2",
"ruff>=0.15.14,<0.16.0",
"sqlalchemy>=2.0.50",
"starlette>=1.1.0",
"uvicorn>=0.48.0",
"starlette>=1.3.1",
"uvicorn>=0.49.0",
"uvloop>=0.22.1 ; sys_platform != 'win32'",
]
@ -42,8 +41,9 @@ exclude-newer-package = { "fastapi" = "2026-06-22T00:00:00Z" }
[dependency-groups]
dev = [
"pytest>=9.0.3",
"ty>=0.0.44,<0.0.45",
"pytest>=9.1.0",
"ruff>=0.15.17",
"ty>=0.0.44",
]
[tool.ty.src]