Release notes
*Sourced from [jinja2's releases](https://github.com/pallets/jinja/releases).*
> ## 2.10.3
> * Changes: http://jinja.palletsprojects.com/en/2.10.x/changelog/#version-2-10-3
>
> ## 2.10.2
> * Changes: http://jinja.palletsprojects.com/en/2.10.x/changelog/#version-2-10-2
Changelog
*Sourced from [jinja2's changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst).*
> Version 2.10.3
> ==============
>
> Released 2019-10-04
>
> - Fix a typo in Babel entry point in `setup.py` that was preventing installation.
>
> Version 2.10.2
> ==============
>
> Released 2019-10-04
>
> - Fix Python 3.7 deprecation warnings.
> - Using `range` in the sandboxed environment uses `xrange` on Python 2 to avoid memory use. 933
> - Use Python 3.7's better traceback support to avoid a core dump when using debug builds of Python 3.7. 1050
Commits
- [`c6a71f9`](https://github.com/pallets/jinja/commit/c6a71f9545ad0de5e30eee759a31a187475bcb0f) release version 2.10.3
- [`218e77d`](https://github.com/pallets/jinja/commit/218e77d77da08f045672a2e2abb521ba5c73d2a1) Fix typo in setup.py
- [`0fee409`](https://github.com/pallets/jinja/commit/0fee409131d58d2912847450717b9312e0a9513d) release version 2.10.2
- [`65da441`](https://github.com/pallets/jinja/commit/65da441ee72ffd270e7ce4e4ab60a8826567078b) update project metadata
- [`72fffe4`](https://github.com/pallets/jinja/commit/72fffe41a2280ebab01745804c517a33f4a6cf08) Merge pull request [#1051](https://github-redirect.dependabot.com/pallets/jinja/issues/1051) from vstinner/tb_next_py37
- [`3a86ef3`](https://github.com/pallets/jinja/commit/3a86ef3d72fdefb149c0c859e6e37035826f3557) Fix TracebackFrameProxy.set_next() on Python 3.7
- [`d601b3f`](https://github.com/pallets/jinja/commit/d601b3f49625356616e2f88ef82e3fe5673ea873) fix tox docs build
- [`288dd42`](https://github.com/pallets/jinja/commit/288dd42f57ce26224d692c8d98356dec74443326) Merge branch '2.9.x' into docs
- [`908726c`](https://github.com/pallets/jinja/commit/908726cd810190a2e4744b068a1d3f7cdab163ba) Merge pull request [#1042](https://github-redirect.dependabot.com/pallets/jinja/issues/1042) from pallets/docs
- [`90756da`](https://github.com/pallets/jinja/commit/90756da7b6974d6700775be0d3b68bdf85a0bded) reformat readme
- Additional commits viewable in [compare view](https://github.com/pallets/jinja/compare/2.10.1...2.10.3)
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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps jinja2 from 2.10.1 to 2.10.3.
Release notes
*Sourced from [jinja2's releases](https://github.com/pallets/jinja/releases).* > ## 2.10.3 > * Changes: http://jinja.palletsprojects.com/en/2.10.x/changelog/#version-2-10-3 > > ## 2.10.2 > * Changes: http://jinja.palletsprojects.com/en/2.10.x/changelog/#version-2-10-2Changelog
*Sourced from [jinja2's changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst).* > Version 2.10.3 > ============== > > Released 2019-10-04 > > - Fix a typo in Babel entry point in `setup.py` that was preventing installation. > > Version 2.10.2 > ============== > > Released 2019-10-04 > > - Fix Python 3.7 deprecation warnings. > - Using `range` in the sandboxed environment uses `xrange` on Python 2 to avoid memory use. 933 > - Use Python 3.7's better traceback support to avoid a core dump when using debug builds of Python 3.7. 1050Commits
- [`c6a71f9`](https://github.com/pallets/jinja/commit/c6a71f9545ad0de5e30eee759a31a187475bcb0f) release version 2.10.3 - [`218e77d`](https://github.com/pallets/jinja/commit/218e77d77da08f045672a2e2abb521ba5c73d2a1) Fix typo in setup.py - [`0fee409`](https://github.com/pallets/jinja/commit/0fee409131d58d2912847450717b9312e0a9513d) release version 2.10.2 - [`65da441`](https://github.com/pallets/jinja/commit/65da441ee72ffd270e7ce4e4ab60a8826567078b) update project metadata - [`72fffe4`](https://github.com/pallets/jinja/commit/72fffe41a2280ebab01745804c517a33f4a6cf08) Merge pull request [#1051](https://github-redirect.dependabot.com/pallets/jinja/issues/1051) from vstinner/tb_next_py37 - [`3a86ef3`](https://github.com/pallets/jinja/commit/3a86ef3d72fdefb149c0c859e6e37035826f3557) Fix TracebackFrameProxy.set_next() on Python 3.7 - [`d601b3f`](https://github.com/pallets/jinja/commit/d601b3f49625356616e2f88ef82e3fe5673ea873) fix tox docs build - [`288dd42`](https://github.com/pallets/jinja/commit/288dd42f57ce26224d692c8d98356dec74443326) Merge branch '2.9.x' into docs - [`908726c`](https://github.com/pallets/jinja/commit/908726cd810190a2e4744b068a1d3f7cdab163ba) Merge pull request [#1042](https://github-redirect.dependabot.com/pallets/jinja/issues/1042) from pallets/docs - [`90756da`](https://github.com/pallets/jinja/commit/90756da7b6974d6700775be0d3b68bdf85a0bded) reformat readme - Additional commits viewable in [compare view](https://github.com/pallets/jinja/compare/2.10.1...2.10.3)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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)