Skip to content

Commit

Permalink
chore(deps): update dependency sqlmodel to ^0.0.14 || ^0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 20, 2024
1 parent f456e0e commit 634f735
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -49,7 +49,7 @@ alembic = { version = "^1.4.3", optional = true }
asyncpg = { version = "^0.28.0 || ^0.29.0", optional = true }
boto3 = { version = "^1.24.74", optional = true }
psycopg2 = { version = "^2.8.6", optional = true }
sqlmodel = { version = "^0.0.14", optional = true }
sqlmodel = { version = "^0.0.14 || ^0.0.19", optional = true }

[tool.poetry.group.dev.dependencies]
alembic = "1.13.1"
Expand Down

0 comments on commit 634f735

Please sign in to comment.