Skip to content

Commit

Permalink
feat(Dependencies): Update dependency SQLAlchemy to v2
Browse files Browse the repository at this point in the history
| datasource | package    | from   | to     |
| ---------- | ---------- | ------ | ------ |
| pypi       | sqlalchemy | 1.4.51 | 2.0.32 |
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent 66f3b5f commit 395f0f4
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 65 deletions.
134 changes: 71 additions & 63 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "os_credits"
version = "2.2.0"
version = "2.3.0"
description = ""
authors = ["gilbus", "ekatchko"]

Expand All @@ -11,7 +11,7 @@ aiohttp-swagger = "1.0.16"
aiohttp_jinja2 = "1.5.1"
aiosmtplib = "2.0.2"
asyncpg = "0.29.0"
SQLAlchemy = "1.4.51"
SQLAlchemy = "2.0.32"
alembic = "1.12.1"
psycopg2 = "2.9.9"

Expand Down

0 comments on commit 395f0f4

Please sign in to comment.