From 59ac2ea8344eb00d1bad331285677dbc1fd744aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Nov 2022 10:00:54 +0000 Subject: [PATCH 1/3] Bump markdown-include from 0.7.0 to 0.8.0 Bumps [markdown-include](https://github.com/cmacmackin/markdown-include) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/cmacmackin/markdown-include/releases) - [Commits](https://github.com/cmacmackin/markdown-include/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: markdown-include dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aeea951..18a06f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -markdown-include==0.7.0 +markdown-include==0.8.0 mkdocs==1.4.2 mkdocs-git-revision-date-localized-plugin==1.1.0 mkdocs-material==8.5.10 From 68b15e94e47aa2f387ee2fdf0bab3deb0ec0445f Mon Sep 17 00:00:00 2001 From: Norbert Klamann Date: Wed, 30 Nov 2022 16:26:08 +0100 Subject: [PATCH 2/3] Update cache_dump.md I corrected a typo Signed-off-by: Norbert Klamann --- docs/ftldns/cache_dump.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ftldns/cache_dump.md b/docs/ftldns/cache_dump.md index fe89952..eb8f1f3 100644 --- a/docs/ftldns/cache_dump.md +++ b/docs/ftldns/cache_dump.md @@ -1,6 +1,6 @@ ## Cache dump interpretation -The `dnsmasq` core embedded into `pihole-FTL` prints a dump of the current cache content into the mail log file (default location `/var/log/pihole/pihole.log`) when receiving `SIGUSR1`, e.g. by +The `dnsmasq` core embedded into `pihole-FTL` prints a dump of the current cache content into the main log file (default location `/var/log/pihole/pihole.log`) when receiving `SIGUSR1`, e.g. by ``` bash sudo killall -USR1 pihole-FTL From b4d975331ea81fffd84da6627429d52fbe298346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 10:00:59 +0000 Subject: [PATCH 3/3] Bump mkdocs-material from 8.5.10 to 8.5.11 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.5.10 to 8.5.11. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.5.10...8.5.11) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 18a06f3..8c3150f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ markdown-include==0.8.0 mkdocs==1.4.2 mkdocs-git-revision-date-localized-plugin==1.1.0 -mkdocs-material==8.5.10 +mkdocs-material==8.5.11 mkdocs-redirects==1.2.0