Skip to content

Commit

Permalink
Bump build and uvicorn in lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Nov 20, 2024
1 parent aadba35 commit 3eb49d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python = ">=3.10, <3.14"
python-dotenv = ">=1.0.1"
typer = ">=0.9.0"
toml = ">=0.10.2"
psycopg = { extras = ["binary"], version = "^3.1.12" }
psycopg = { extras = ["binary"], version = ">=3.1.12" }
pydantic-settings = ">=2.1.0"
rich = ">=13.5.2"

Expand Down

0 comments on commit 3eb49d4

Please sign in to comment.