From 2a438307e611a50b1961f9e833a483c2b03522fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:50:14 +0100 Subject: [PATCH 1/4] Bump jinja2 from 3.1.2 to 3.1.3 in /config/python (#629) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [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.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- config/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/python/requirements.txt b/config/python/requirements.txt index 9ffe4cc4..031161c7 100644 --- a/config/python/requirements.txt +++ b/config/python/requirements.txt @@ -4,7 +4,7 @@ certifi==2023.11.17 charset-normalizer==3.3.2 inquirer==3.2.1 idna==3.6 -Jinja2==3.1.2 +Jinja2==3.1.3 jsonschema==4.20.0 MarkupSafe==2.1.3 mccabe==0.7.0 From d6f7b2a94a8240ef72018f307d63e875d3e64556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:50:32 +0100 Subject: [PATCH 2/4] Bump lycheeverse/lychee-action from 1.9.0 to 1.9.1 (#630) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/links-watcher-cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links-watcher-cron.yml b/.github/workflows/links-watcher-cron.yml index fad827e5..36427f49 100644 --- a/.github/workflows/links-watcher-cron.yml +++ b/.github/workflows/links-watcher-cron.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.9.0 + uses: lycheeverse/lychee-action@v1.9.1 with: args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md' output: ./lychee/out.md From 154b1fb411391e6019edd183566059802ef67d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:51:01 +0100 Subject: [PATCH 3/4] Bump markupsafe from 2.1.3 to 2.1.4 in /config/python (#631) Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.3...2.1.4) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- config/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/python/requirements.txt b/config/python/requirements.txt index 031161c7..a559ec8c 100644 --- a/config/python/requirements.txt +++ b/config/python/requirements.txt @@ -6,7 +6,7 @@ inquirer==3.2.1 idna==3.6 Jinja2==3.1.3 jsonschema==4.20.0 -MarkupSafe==2.1.3 +MarkupSafe==2.1.4 mccabe==0.7.0 ninja2==0.1 pycodestyle==2.11.1 From 1bf93e34fa198cc1c4215b7bd14e14680751c96c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:54:30 +0100 Subject: [PATCH 4/4] Bump jsonschema from 4.20.0 to 4.21.1 in /config/python (#632) Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.20.0 to 4.21.1. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.20.0...v4.21.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Lechner --- config/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/python/requirements.txt b/config/python/requirements.txt index a559ec8c..255b59c5 100644 --- a/config/python/requirements.txt +++ b/config/python/requirements.txt @@ -5,7 +5,7 @@ charset-normalizer==3.3.2 inquirer==3.2.1 idna==3.6 Jinja2==3.1.3 -jsonschema==4.20.0 +jsonschema==4.21.1 MarkupSafe==2.1.4 mccabe==0.7.0 ninja2==0.1