-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update jinja2 requirement from <3,>=2 to >=2,<4 #1569
Conversation
Merge fixes before release
Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@2.0...3.0.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report
@@ Coverage Diff @@
## main #1569 +/- ##
===========================================
- Coverage 74.38% 62.20% -12.18%
===========================================
Files 84 84
Lines 8441 8441
===========================================
- Hits 6279 5251 -1028
- Misses 2162 3190 +1028
Continue to review full report at Codecov.
|
@@ -39,7 +39,7 @@ | |||
"transformers>=2.5.0,<5", | |||
"bottleneck>=1.2.1,<2", | |||
"category_encoders>=1.3.0,<2", | |||
"jinja2>=2,<3", | |||
"jinja2>=2,<4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anargyri, what do you think of adding this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as it passes the tests it's ok with me. This has the latest staging
merged, hasn't it?
Updates the requirements on jinja2 to permit the latest version.
Release notes
Sourced from jinja2's releases.
Changelog
Sourced from jinja2's changelog.
... (truncated)
Commits
2a48dd8
Merge pull request #1543 from pallets/release-3.0.3ce1a539
release version 3.0.3199b6d5
Merge pull request #1542 from pallets/package-loader-fileeec0db8
PackageLoader works with single module file46f3a68
Merge pull request #1541 from pallets/docs-pow-order0d19990
document chained pow order99daa2a
Merge pull request #1540 from pallets/docs-macro-defaultsa6162da
rewrite docs about extending template objectscab5545
Merge pull request #1539 from pallets/docs-macro-defaults369ff03
remove reference to macro.defaultsDependabot 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)