aamalev / aiohttp_apiset

Package to build routes using swagger specification
http://aiohttp-apiset.readthedocs.io/
Apache License 2.0
41 stars 9 forks source link

Bump aiohttp-jinja2 from 1.2.0 to 1.5 #159

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps aiohttp-jinja2 from 1.2.0 to 1.5.

Release notes

Sourced from aiohttp-jinja2's releases.

aiohttp-jinja2 1.4.2 release

Changes

  • Add CHANGES.rst to MANIFEST.in and sdist #402

aiohttp-jinja2 1.4.1 release

Changes

  • Document async rendering functions #396

aiohttp-jinja2 1.4.0 release

Changes

  • Fix type annotation for context_processors argument #354

  • Bump the minimal supported aiohttp version to 3.6.3 to avoid problems with uncompatibility between aiohttp and yarl

  • Add async rendering support #393

aiohttp-jinja2 1.3.0 release

Changes

  • Remove Any from template annotations #343
  • Fix type annotation for filters in aiohttp_jinja2.setup #330
  • Drop Python 3.5, support Python 3.9
Changelog

Sourced from aiohttp-jinja2's changelog.

1.5 (2021-08-21)

  • Drop support for jinaj2 <3. Add support for 3+.
  • Don't require typing_extensions on Python 3.8+.

1.4.2 (2020-11-23)

  • Add CHANGES.rst to MANIFEST.in and sdist #402

1.4.1 (2020-11-22)

  • Document async rendering functions #396

1.4.0 (2020-11-12)

  • Fix type annotation for context_processors argument #354

  • Bump the minimal supported aiohttp version to 3.6.3 to avoid problems with uncompatibility between aiohttp and yarl

  • Add async rendering support #393

1.3.0 (2020-10-30)

  • Remove Any from template annotations #343

  • Fix type annotation for filters in aiohttp_jinja2.setup #330

  • Drop Python 3.5, support Python 3.9

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 2 years ago

Codecov Report

Merging #159 (defbde7) into 0.9.X (3ff534e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##            0.9.X     #159   +/-   ##
=======================================
  Coverage   91.44%   91.44%           
=======================================
  Files          14       14           
  Lines        1801     1801           
=======================================
  Hits         1647     1647           
  Misses        154      154           
Flag Coverage Δ
unittests 91.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more