Skip to content

Commit a9ca74e

Browse files
committed
Updates for dependabot
1 parent ad05c23 commit a9ca74e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8.2-alpine
1+
FROM python:3.12-alpine
22

33
MAINTAINER melpon <shigemasa7watanabe+docker@gmail.com>
44

docker/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ flake8==3.7.9
22
flake8-import-order==0.18.1
33
hacking==2.0.0
44
htmlmin==0.1.12
5-
Jinja2==3.0.3
5+
Jinja2==3.1.4
66
# markdown_to_html/html_attribute.py が HTML 実体参照の処理のために Markdown の
77
# 内部実装に依存しているので、Markdown バージョンを更新するときは動作確認が必要。
88
# 詳細については html_attribute.py の _tohtml(element) のコードコメントを参照の
99
# こと
10-
Markdown==3.2.1
11-
Pygments==2.19.2
12-
regex==2020.2.20
10+
Markdown==3.8.1
11+
Pygments==2.20.0
12+
regex==2026.5.9

0 commit comments

Comments
 (0)