Skip to content

Commit 659af2d

Browse files
authored
bump version to 9.5.2, rerun pip-compile with correct deps (#1830)
1 parent 50be946 commit 659af2d

File tree

3 files changed

+259
-12
lines changed

3 files changed

+259
-12
lines changed

Diff for: docs/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM squidfunk/mkdocs-material@sha256:9af3b7e58f88c46d85fd3abfd2a8abad2bd157a8baa5ad8303d43ce0bdf098bb
1+
# version 9.5.2
2+
FROM squidfunk/mkdocs-material@sha256:6f1a04f4ce3e52d6e4c06f5d7318e4007caf50c4990691e336b8c63806dc27df
23

34
ADD requirements.txt /tmp/
45
RUN pip install --require-hashes -r /tmp/requirements.txt

Diff for: docs/requirements.in

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
mike==1.1.2
2+
mkdocs-material==9.5.2
3+
mkdocs-git-revision-date-plugin==0.3.2
4+
mkdocs-exclude==1.0.2

0 commit comments

Comments
 (0)