Skip to content

Commit

Permalink
chore(deps): bump sqlalchemy from 2.0.15 to 2.0.20
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.15 to 2.0.20.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 72a9c1f commit c62f6fd
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 46 deletions.
91 changes: 46 additions & 45 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 @@ -9,7 +9,7 @@ packages = [{ include = "dht_torznab" }]
[tool.poetry.dependencies]
python = "^3.11"
greenstalk = "2.0.0"
sqlalchemy = { version = "2.0.15", extras = ["asyncio"] }
sqlalchemy = { version = "2.0.20", extras = ["asyncio"] }
asyncpg = "0.27.0"
pydantic = "1.10.8"
sqlalchemy-utils = "0.41.1"
Expand Down

0 comments on commit c62f6fd

Please sign in to comment.