We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f17e5ff + 9a4928d commit 88b6443Copy full SHA for 88b6443
2 files changed
requirements.txt
@@ -49,7 +49,7 @@ pyotp==2.9.0
49
user_agents==2.2.0
50
51
# PyCrypto
52
-cryptography==46.0.6
+cryptography==46.0.7
53
54
# PyHumps
55
pyhumps==3.8.0
@@ -88,7 +88,7 @@ webauthn==2.7.0
88
XlsxWriter==3.2.9
89
90
# Pillow
91
-Pillow==12.1.1
+Pillow==12.2.0
92
93
# Notion
94
notion-client==2.7.0
setup.cfg
@@ -68,7 +68,7 @@ install_requires =
68
69
user_agents == 2.2.0
70
71
- cryptography == 46.0.6
+ cryptography == 46.0.7
72
73
pyhumps == 3.8.0
74
@@ -96,7 +96,7 @@ install_requires =
96
97
XlsxWriter == 3.2.9
98
99
- Pillow == 12.1.1
+ Pillow == 12.2.0
100
101
notion-client == 2.7.0
102
0 commit comments