Skip to content

Commit a4ccb4b

Browse files
authored
update dependencies (#197)
1 parent ea4b6e1 commit a4ccb4b

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

Diff for: mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ nav:
265265
- Gauge: spectator/lang/nodejs/meters/gauge.md
266266
- Max Gauge: spectator/lang/nodejs/meters/max-gauge.md
267267
- Monotonic Counter: spectator/lang/nodejs/meters/monotonic-counter.md
268-
- Monotonic Counter Uint: spectator/lang/nodejs/meters/monotonic-counter.md
268+
- Monotonic Counter Uint: spectator/lang/nodejs/meters/monotonic-counter-uint.md
269269
- Percentile Distribution Summary: spectator/lang/nodejs/meters/percentile-dist-summary.md
270270
- Percentile Timer: spectator/lang/nodejs/meters/percentile-timer.md
271271
- Timer: spectator/lang/nodejs/meters/timer.md

Diff for: requirements.txt

+25-23
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,41 @@
1-
Babel==2.15.0
2-
beautifulsoup4==4.12.3
3-
certifi==2024.7.4
4-
charset-normalizer==3.3.2
5-
click==8.1.7
1+
babel==2.17.0
2+
backrefs==5.8
3+
beautifulsoup4==4.13.3
4+
certifi==2025.1.31
5+
charset-normalizer==3.4.1
6+
click==8.1.8
67
colorama==0.4.6
78
csscompressor==0.9.5
89
ghp-import==2.1.0
910
htmlmin2==0.1.13
10-
idna==3.7
11+
idna==3.10
1112
Jinja2==3.1.6
1213
jsmin==3.0.1
13-
Markdown==3.6
14-
MarkupSafe==2.1.5
14+
Markdown==3.7
15+
MarkupSafe==3.0.2
1516
mergedeep==1.3.4
16-
mkdocs==1.6.0
17+
mkdocs==1.6.1
1718
mkdocs-get-deps==0.2.0
18-
mkdocs-markdownextradata-plugin==0.2.5
19-
mkdocs-material==9.5.28
19+
mkdocs-markdownextradata-plugin==0.2.6
20+
mkdocs-material==9.6.11
2021
mkdocs-material-extensions==1.3.1
2122
mkdocs-minify-plugin==0.8.0
22-
packaging==24.1
23-
paginate==0.5.6
23+
packaging==24.2
24+
paginate==0.5.7
2425
pathspec==0.12.1
25-
pillow==10.4.0
26-
platformdirs==4.2.2
27-
Pygments==2.18.0
28-
pymdown-extensions==10.8.1
26+
pillow==11.1.0
27+
platformdirs==4.3.7
28+
Pygments==2.19.1
29+
pymdown-extensions==10.14.3
2930
python-dateutil==2.9.0.post0
30-
PyYAML==6.0.1
31+
PyYAML==6.0.2
3132
pyyaml_env_tag==0.1
32-
regex==2024.5.15
3333
requests==2.32.3
34-
six==1.16.0
35-
soupsieve==2.5
36-
urllib3==2.2.2
37-
watchdog==4.0.1
34+
six==1.17.0
35+
soupsieve==2.6
36+
typing_extensions==4.13.0
37+
urllib3==2.3.0
38+
watchdog==6.0.0
39+
wheel==0.45.1
3840
-e plugins/atlas-link-checker
3941
-e plugins/mkdocs-atlas-formatting-plugin

0 commit comments

Comments
 (0)