diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-17 12:07:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-17 12:07:14 -0400 |
| commit | c823c7badc49236d92b3ebb73e8248a268cefed3 (patch) | |
| tree | 65cecf7fdf0b3e97eeb29dc72e2c2c81883b87fc /docs | |
| parent | de474217d6d3f7ae6e53083dc26643169f770c16 (diff) | |
chore(deps): bump jinja2 from 3.0.3 to 3.1.4 in /docs (#714)
* chore(deps): bump jinja2 from 3.0.3 to 3.1.4 in /docs
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.0.3...3.1.4)
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Upgrade mkdocs to 1.3.0, and mkdocs-material to 7.1.8 in docs/requirements.txt to work with jinja2 3.1.4
Signed-off-by: Cheng Fang <cfang@redhat.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Cheng Fang <cfang@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cheng Fang <cfang@redhat.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index d8d0db9..a0562ff 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ -mkdocs==1.2.3 -mkdocs-material==7.1.7 +mkdocs==1.3.0 +mkdocs-material==7.1.8 markdown_include==0.6.0 pygments==2.15.0 -jinja2==3.0.3 +jinja2==3.1.4 |
