Skip to content

Commit 426205f

Browse files
committed
maint: update dev dependencies; adds favicon to docs
1 parent 799e63b commit 426205f

File tree

4 files changed

+53
-34
lines changed

4 files changed

+53
-34
lines changed

Diff for: docs/assets/icons/favicon.svg

+18
Loading

Diff for: mkdocs.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ theme:
1111
name: material
1212
icon:
1313
logo: material/marker-check
14+
favicon: assets/icons/favicon.svg
1415
font:
1516
text: Inter
1617
code: "Fira Code"

Diff for: pdm.lock

+31-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ docs-online = [
6464
]
6565
hooks = ["pre-commit>=3.5.0"]
6666
package = ["build>=1.1.1"]
67-
runner = ["tox>=4.14.1"]
67+
runner = ["tox>=4.14.2"]
6868
sast = ["bandit[toml]>=1.7.8"]
6969
tooling = [
7070
"black>=24.3.0",
71-
"ruff>=0.3.3",
72-
"pyright>=1.1.354",
71+
"ruff>=0.3.4",
72+
"pyright>=1.1.355",
7373
"pytest>=8.1.1",
7474
"pypandoc-binary>=1.13", # helps with type checking
7575
]

0 commit comments

Comments
 (0)