From 4ddc2847f945a2ccc4376891bca7c44618b552fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:51:47 +0000 Subject: [PATCH] feat(Dependencies): Update dependency aiohttp_jinja2 to v1.6 | datasource | package | from | to | | ---------- | -------------- | ----- | --- | | pypi | aiohttp-jinja2 | 1.5.1 | 1.6 | --- poetry.lock | 12 ++++++------ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7e48754..a15132c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -118,18 +118,18 @@ watchfiles = ">=0.10" [[package]] name = "aiohttp-jinja2" -version = "1.5.1" +version = "1.6" description = "jinja2 template renderer for aiohttp.web (http server for asyncio)" category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "aiohttp-jinja2-1.5.1.tar.gz", hash = "sha256:8d149b2a57d91f794b33a394ea5bc66b567f38c74a5a6a9477afc2450f105c01"}, - {file = "aiohttp_jinja2-1.5.1-py3-none-any.whl", hash = "sha256:45cf00b80ab4dcc19515df13a929826eeb9698e76a3bcfd99112418751f5a061"}, + {file = "aiohttp-jinja2-1.6.tar.gz", hash = "sha256:a3a7ff5264e5bca52e8ae547bbfd0761b72495230d438d05b6c0915be619b0e2"}, + {file = "aiohttp_jinja2-1.6-py3-none-any.whl", hash = "sha256:0df405ee6ad1b58e5a068a105407dc7dcc1704544c559f1938babde954f945c7"}, ] [package.dependencies] -aiohttp = ">=3.6.3" +aiohttp = ">=3.9.0" jinja2 = ">=3.0.0" [[package]] @@ -2095,4 +2095,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.4" -content-hash = "d8b5663e423a9ebb8ce1ce2363fb3294cfbb4978a9d5d278c5a7963c3fd2308f" +content-hash = "59435960e7300e23cef1df8ac5d87ca6ea21b0073167f22da279410b8b50fef2" diff --git a/pyproject.toml b/pyproject.toml index 21685dc..380147b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "os_credits" -version = "2.2.0" +version = "2.3.0" description = "" authors = ["gilbus", "ekatchko"] @@ -8,7 +8,7 @@ authors = ["gilbus", "ekatchko"] python = "3.10.4" aiohttp = "3.9.4" 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"