chore(deps): bump mako from 1.1.6 to 1.2.1
Bumps mako from 1.1.6 to 1.2.1.
Release notes
Sourced from mako's releases.
1.2.1
Released: Thu Jun 30 2022
bug
[bug] [tests] Various fixes to the test suite in the area of exception message rendering to accommodate for variability in Python versions as well as Pygments.
References: #360
misc
[performance] Optimized some codepaths within the lexer/Python code generation process, improving performance for generation of templates prior to their being cached. Pull request courtesy Takuto Ikuta.
References: #361
1.2.0
Released: Thu Mar 10 2022
changed
[changed] [py3k] Corrected "universal wheel" directive in
setup.cfgso that building a wheel does not target Python 2.References: #351
[changed] [py3k] The
bytestring_passthroughtemplate argument is removed, as this flag only applied to Python 2.[changed] [py3k] With the removal of Python 2's
cStringIO, Mako now uses its own internalFastEncodingBufferexclusively.[changed] [py3k] Removed
disable_unicodeflag, that's no longer used in Python 3.[changed] Refactored test utilities into
mako.testingmodule. Removedunittest.TestCasedependency in favor ofpytest.References: #349
[changed] [setup] Replaced the use of
pkg_resourceswith theimportliblibrary. For Python < 3.8 the libraryimportlib_metadatais used.[changed] [py3k] Removed support for Python 2 and Python 3.6. Mako now requires Python >=
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)