Skip to content

Commit 65ec876

Browse files
Bump pillow from 10.1.0 to 10.2.0 in /scripts (#1168)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.1.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e835da3 commit 65ec876

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

scripts/requirements.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ cffi==1.16.0
5454
# via cryptography
5555
charset-normalizer==3.3.2
5656
# via requests
57-
colorama==0.4.6
58-
# via tqdm
5957
cryptography==41.0.7
6058
# via
6159
# azure-identity
@@ -107,12 +105,14 @@ numpy==1.26.2
107105
oauthlib==3.2.2
108106
# via requests-oauthlib
109107
openai[datalib]==1.3.7
110-
# via -r requirements.in
108+
# via
109+
# -r requirements.in
110+
# openai
111111
pandas==2.1.3
112112
# via openai
113113
pandas-stubs==2.1.1.230928
114114
# via openai
115-
pillow==10.1.0
115+
pillow==10.2.0
116116
# via -r requirements.in
117117
portalocker==2.8.2
118118
# via msal-extensions
@@ -123,7 +123,9 @@ pydantic==2.5.2
123123
pydantic-core==2.14.5
124124
# via pydantic
125125
pyjwt[crypto]==2.8.0
126-
# via msal
126+
# via
127+
# msal
128+
# pyjwt
127129
pymupdf==1.23.7
128130
# via -r requirements.in
129131
pymupdfb==1.23.7

0 commit comments

Comments
 (0)