Skip to content

Commit

Permalink
Merge pull request #931 from pi-hole/dependabot/pip/release/v6.0/pip-…
Browse files Browse the repository at this point in the history
…dependencies-f372913e8c

Bump the pip-dependencies group with 1 update
  • Loading branch information
yubiuser authored Sep 16, 2023
2 parents aaca424 + f5db59a commit b370910
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: codespell-project/actions-codespell@master
with:
ignore_words_file: .codespellignore
skip: ./docs/routers/fritzbox-de.md,./mkdocs.yml,./package.json,./package-lock.json,./.markdownlint.json,./requirements.txt
skip: ./docs/routers/fritzbox-de.md,./mkdocs.yml,./package.json,./package-lock.json,./.markdownlint.json,./requirements.txt, ./MathJax-es5/*
2 changes: 1 addition & 1 deletion docs/abbreviations.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
*[TTL]: Time-To-Live is a mechanism that limits the lifespan or lifetime of data in a computer or network
*[NAT]: Network address translation
*[UTF-8]: 8-bit Unicode Transformation Format - a character encoding format capable of encoding all known 1,112,064 valid Unicode characters
*[URL]: Uniform Ressource Locator, commonly known as "web address"
*[URL]: Uniform Resource Locator, commonly known as "web address"
*[REST]: Representational State Transfer - a software architecture for distributed systems like the World Wide Web (WWW)
6 changes: 3 additions & 3 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The form of replies to successful requests strongly depends on the selected endp
<!-- markdownlint-disable code-block-style -->
???+ success "Example reply: Success"

Ressource: `GET /api/dns/blocking`
Resource: `GET /api/dns/blocking`

Response code: `HTTP/1.1 200 OK`

Expand All @@ -29,11 +29,11 @@ The form of replies to successful requests strongly depends on the selected endp

Depending on the particular endpoint

In contrast, errors have a uniform style to ease their programatic treatment:
In contrast, errors have a uniform style to ease their programmatic treatment:

???+ failure "Example reply: Error (unauthorized access)"

Ressource: `GET /api/domains`
Resource: `GET /api/domains`

Response code: `HTTP/1.1 401 Unauthorized`

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs==1.5.2
mkdocs-git-revision-date-localized-plugin==1.2.0
mkdocs-material==9.2.8
mkdocs-material==9.3.1
mkdocs-redirects==1.2.1
markdown-include==0.8.1

0 comments on commit b370910

Please sign in to comment.