Skip to content

Commit

Permalink
coverage and uvicorn bump
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch committed Feb 4, 2025
1 parent 69c4da2 commit 97333b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fastapi = ">=0.97.0"
cdislogging = ">=1.1.1"
gunicorn = ">=20.1.0"
gen3authz = ">=2.1.0"
uvicorn = ">=0.27.0"
uvicorn = ">=0.34.0"
authutils = ">=6.2.5"
alembic = ">=1.13.2"
sqlalchemy = { extras = ["asyncio"], version = ">=2.0.31" }
Expand All @@ -35,7 +35,7 @@ jinja2 = ">=3.1.5"
# <8.0.0 is temporary, try removing. It was causing issues because the
# underlying pytest-* libraries hadn't updated yet to fix some breaking changes
pytest = ">=7.3.2"
coverage = ">=7.3.2"
coverage = ">=7.6.10"
pytest-cov = ">=4.1.0"
isort = ">=5.12.0"
black = ">=23.10.0"
Expand Down

0 comments on commit 97333b2

Please sign in to comment.