Skip to content

Commit

Permalink
feat(Dependencies): Update dependency aiosmtplib to v3
Browse files Browse the repository at this point in the history
| datasource | package    | from  | to    |
| ---------- | ---------- | ----- | ----- |
| pypi       | aiosmtplib | 2.0.2 | 3.0.2 |
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 49c0efa commit 90a1fad
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 9 deletions.
41 changes: 34 additions & 7 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.0.0"
version = "2.1.0"
description = ""
authors = ["gilbus", "ekatchko"]

Expand All @@ -9,7 +9,7 @@ python = "3.10.4"
aiohttp = "3.9.1"
aiohttp-swagger = "1.0.16"
aiohttp_jinja2 = "1.5.1"
aiosmtplib = "2.0.2"
aiosmtplib = "3.0.2"
asyncpg = "0.29.0"
SQLAlchemy = "1.4.51"
alembic = "1.12.1"
Expand Down

0 comments on commit 90a1fad

Please sign in to comment.