Skip to content

Commit 88b6443

Browse files
committed
Merge branch 'develop' into 'main'
chore: Update requirements.txt See merge request locker/api-core!602
2 parents f17e5ff + 9a4928d commit 88b6443

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pyotp==2.9.0
4949
user_agents==2.2.0
5050

5151
# PyCrypto
52-
cryptography==46.0.6
52+
cryptography==46.0.7
5353

5454
# PyHumps
5555
pyhumps==3.8.0
@@ -88,7 +88,7 @@ webauthn==2.7.0
8888
XlsxWriter==3.2.9
8989

9090
# Pillow
91-
Pillow==12.1.1
91+
Pillow==12.2.0
9292

9393
# Notion
9494
notion-client==2.7.0

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ install_requires =
6868

6969
user_agents == 2.2.0
7070

71-
cryptography == 46.0.6
71+
cryptography == 46.0.7
7272

7373
pyhumps == 3.8.0
7474

@@ -96,7 +96,7 @@ install_requires =
9696

9797
XlsxWriter == 3.2.9
9898

99-
Pillow == 12.1.1
99+
Pillow == 12.2.0
100100

101101
notion-client == 2.7.0
102102

0 commit comments

Comments
 (0)