Skip to content

Commit

Permalink
feat(Dependencies): Update dependency aiohttp_jinja2 to v1.6
Browse files Browse the repository at this point in the history
| datasource | package        | from  | to  |
| ---------- | -------------- | ----- | --- |
| pypi       | aiohttp-jinja2 | 1.5.1 | 1.6 |
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent 49c0efa commit 09051d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "os_credits"
version = "2.0.0"
version = "2.1.0"
description = ""
authors = ["gilbus", "ekatchko"]

[tool.poetry.dependencies]
python = "3.10.4"
aiohttp = "3.9.1"
aiohttp-swagger = "1.0.16"
aiohttp_jinja2 = "1.5.1"
aiohttp_jinja2 = "1.6"
aiosmtplib = "2.0.2"
asyncpg = "0.29.0"
SQLAlchemy = "1.4.51"
Expand Down

0 comments on commit 09051d0

Please sign in to comment.