Update to use python 3.8 as python 3.6 is reaching end of life.
Dropping support for:
python 3.6
python 3.7
8.0.0
PR #149
marks this package as PEP 561 compliant. If you have dmcontent as a dependency and run type checking, the type checker
will now check that you're using dmcontent correctly. This might break your application's type checking if you're using
dmcontent incorrectly.
Upgrade PyYAML from 3.11 to 5.1.2 (see Changelog).
6.0.0
utils.TemplateField's template attribute is no longer a real jinja Template, and now only has a single method,
render([context]). On the plus side, ContentLoader trees should be deepcopy-able.
Upgrade flask to from 0.10.1 to 1.0.2. This has breaking changes for flask apps and therefore has breaking changes for users relying on this package.
Apps should upgrade to Flask==1.0.2 using the changelog here http://flask.pocoo.org/docs/1.0/changelog/#version-1-0-2 taking care to note
the breaking changes in v1.0
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)
Bumps digitalmarketplace-content-loader from 8.2.2 to 9.1.0.
Changelog
Sourced from digitalmarketplace-content-loader's changelog.
... (truncated)
Commits
b241d24
Merge pull request #173 from Crown-Commercial-Service/flask2481cce1
Add support for Flask 2.09bdc53e
Add support for markupsafe.Markupd841b22
Drop support for Python 3.6 and 3.72c96a21
Merge pull request #169 from Crown-Commercial-Service/update-responsible-vuln...df77933
Update responsible security vulnerability disclosure for repo now DMP has tra...93162d8
Merge pull request #166 from Crown-Commercial-Service/dependabot/pip/pyyaml-6.06d5be0d
Bump pyyaml from 5.4.1 to 6.0070ff94
Merge pull request #168 from Crown-Commercial-Service/remove-pip-toolsf5bc4de
Remove pip-tools from requirementsDependabot 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)