We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310f870 commit c458ed1Copy full SHA for c458ed1
2 files changed
requirements.in
@@ -6,3 +6,6 @@ mkdocs-material>=9.7.0
6
urllib3>=2.6.0
7
8
pygments~=2.20.0
9
+
10
+# Dependabot: https://github.com/weeklydevchat/weeklydevchat.github.io/security/dependabot/8
11
+pillow>=12.2.0
requirements.txt
@@ -47,6 +47,8 @@ paginate==0.5.7
47
# via mkdocs-material
48
pathspec==0.12.1
49
# via mkdocs
50
+pillow==12.2.0
51
+ # via -r requirements.in
52
platformdirs==4.5.1
53
# via mkdocs-get-deps
54
pygments==2.20.0
0 commit comments