From 7053c54f3da07301dda3b9a52b36c2d83297b102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:11:20 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /docs directory: [jinja2](https://github.com/pallets/jinja), [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions), [pyyaml](https://github.com/yaml/pyyaml) and [tornado](https://github.com/tornadoweb/tornado). Updates `jinja2` from 2.10.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/2.10.3...3.1.4) Updates `pymdown-extensions` from 6.1 to 10.0 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/6.1.0...10.0) Updates `pyyaml` from 5.1.2 to 5.4 - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1.2...5.4) Updates `tornado` from 5.1.1 to 6.4.1 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v5.1.1...v6.4.1) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: pymdown-extensions dependency-type: direct:production dependency-group: pip - dependency-name: pyyaml dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 17e94f8a3e4..5045eb7d88e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ backports-abc==0.5 Click==7.0 futures==3.3.0 htmlmin==0.1.12 -Jinja2==2.10.3 +Jinja2==3.1.4 jsmin==2.2.2 livereload==2.6.1 Markdown==3.1.1 @@ -13,8 +13,8 @@ mkdocs-material==4.4.3 mkdocs-minify-plugin==0.2.1 pep562==1.0 Pygments==2.4.2 -pymdown-extensions==6.1 -PyYAML==5.1.2 +pymdown-extensions==10.0 +PyYAML==5.4 singledispatch==3.4.0.3 six==1.13.0 -tornado==5.1.1 +tornado==6.4.1