Skip to content

Commit 1c32a28

Browse files
Bump the python-requirements group with 10 updates (#1291)
* Bump the python-requirements group with 10 updates Bumps the python-requirements group with 10 updates: | Package | From | To | | --- | --- | --- | | [anyio](https://github.com/agronholm/anyio) | `4.2.0` | `4.3.0` | | [cryptography](https://github.com/pyca/cryptography) | `42.0.2` | `42.0.3` | | [fixedint](https://github.com/nneonneo/fixedint) | `0.1.6` | `0.2.0` | | [httpcore](https://github.com/encode/httpcore) | `1.0.2` | `1.0.3` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `6.11.0` | `7.0.1` | | [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.1.4.231227` | `2.2.0.240218` | | [types-pillow](https://github.com/python/typeshed) | `10.2.0.20240206` | `10.2.0.20240213` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.0` | `2.2.1` | | [pymupdf](https://github.com/pymupdf/pymupdf) | `1.23.21` | `1.23.23` | | [pypdf](https://github.com/py-pdf/pypdf) | `4.0.1` | `4.0.2` | Updates `anyio` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.2.0...4.3.0) Updates `cryptography` from 42.0.2 to 42.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.2...42.0.3) Updates `fixedint` from 0.1.6 to 0.2.0 - [Changelog](https://github.com/nneonneo/fixedint/blob/master/CHANGES) - [Commits](nneonneo/fixedint@v0.1.6...v0.2.0) Updates `httpcore` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](encode/httpcore@1.0.2...1.0.3) Updates `importlib-metadata` from 6.11.0 to 7.0.1 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v6.11.0...v7.0.1) Updates `pandas-stubs` from 2.1.4.231227 to 2.2.0.240218 - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](pandas-dev/pandas-stubs@v2.1.4.231227...v2.2.0.240218) Updates `types-pillow` from 10.2.0.20240206 to 10.2.0.20240213 - [Commits](https://github.com/python/typeshed/commits) Updates `urllib3` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.0...2.2.1) Updates `pymupdf` from 1.23.21 to 1.23.23 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](pymupdf/PyMuPDF@1.23.21...1.23.23) Updates `pypdf` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@4.0.1...4.0.2) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: fixedint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: httpcore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: pandas-stubs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: types-pillow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pymupdf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <[email protected]> * Run pip myself --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pamela Fox <[email protected]> Co-authored-by: Pamela Fox <[email protected]>
1 parent eabb47e commit 1c32a28

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

app/backend/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aiosignal==1.3.1
1212
# via aiohttp
1313
annotated-types==0.6.0
1414
# via pydantic
15-
anyio==4.2.0
15+
anyio==4.3.0
1616
# via
1717
# httpx
1818
# openai
@@ -67,7 +67,7 @@ click==8.1.7
6767
# flask
6868
# quart
6969
# uvicorn
70-
cryptography==42.0.2
70+
cryptography==42.0.4
7171
# via
7272
# -r requirements.in
7373
# azure-identity
@@ -99,9 +99,9 @@ h2==4.1.0
9999
# via hypercorn
100100
hpack==4.0.0
101101
# via h2
102-
httpcore==1.0.2
102+
httpcore==1.0.4
103103
# via httpx
104-
httpx==0.26.0
104+
httpx==0.27.0
105105
# via openai
106106
hypercorn==0.16.0
107107
# via quart
@@ -255,7 +255,7 @@ packaging==23.2
255255
# opentelemetry-instrumentation-flask
256256
pandas==2.2.0
257257
# via openai
258-
pandas-stubs==2.1.4.231227
258+
pandas-stubs==2.2.0.240218
259259
# via openai
260260
pillow==10.2.0
261261
# via -r requirements.in
@@ -317,7 +317,7 @@ tiktoken==0.6.0
317317
# via -r requirements.in
318318
tqdm==4.66.2
319319
# via openai
320-
types-pillow==10.2.0.20240206
320+
types-pillow==10.2.0.20240213
321321
# via -r requirements.in
322322
types-pytz==2024.1.0.20240203
323323
# via pandas-stubs
@@ -332,7 +332,7 @@ typing-extensions==4.9.0
332332
# pydantic-core
333333
tzdata==2024.1
334334
# via pandas
335-
urllib3==2.2.0
335+
urllib3==2.2.1
336336
# via requests
337337
uvicorn==0.27.1
338338
# via -r requirements.in

scripts/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aiosignal==1.3.1
1010
# via aiohttp
1111
annotated-types==0.6.0
1212
# via pydantic
13-
anyio==4.2.0
13+
anyio==4.3.0
1414
# via
1515
# httpx
1616
# openai
@@ -51,7 +51,7 @@ cffi==1.16.0
5151
# via cryptography
5252
charset-normalizer==3.3.2
5353
# via requests
54-
cryptography==42.0.2
54+
cryptography==42.0.4
5555
# via
5656
# -r requirements.in
5757
# azure-identity
@@ -69,9 +69,9 @@ frozenlist==1.4.1
6969
# aiosignal
7070
h11==0.14.0
7171
# via httpcore
72-
httpcore==1.0.2
72+
httpcore==1.0.4
7373
# via httpx
74-
httpx==0.26.0
74+
httpx==0.27.0
7575
# via openai
7676
idna==3.6
7777
# via
@@ -107,7 +107,7 @@ packaging==23.2
107107
# via msal-extensions
108108
pandas==2.2.0
109109
# via openai
110-
pandas-stubs==2.1.4.231227
110+
pandas-stubs==2.2.0.240218
111111
# via openai
112112
pillow==10.2.0
113113
# via -r requirements.in
@@ -125,11 +125,11 @@ pydantic-core==2.16.2
125125
# via pydantic
126126
pyjwt[crypto]==2.8.0
127127
# via msal
128-
pymupdf==1.23.21
128+
pymupdf==1.23.25
129129
# via -r requirements.in
130-
pymupdfb==1.23.9
130+
pymupdfb==1.23.22
131131
# via pymupdf
132-
pypdf==4.0.1
132+
pypdf==4.0.2
133133
# via -r requirements.in
134134
python-dateutil==2.8.2
135135
# via pandas
@@ -163,7 +163,7 @@ tiktoken==0.6.0
163163
# via -r requirements.in
164164
tqdm==4.66.2
165165
# via openai
166-
types-pillow==10.2.0.20240206
166+
types-pillow==10.2.0.20240213
167167
# via -r requirements.in
168168
types-pytz==2024.1.0.20240203
169169
# via pandas-stubs
@@ -178,7 +178,7 @@ typing-extensions==4.9.0
178178
# pydantic-core
179179
tzdata==2024.1
180180
# via pandas
181-
urllib3==2.2.0
181+
urllib3==2.2.1
182182
# via requests
183183
yarl==1.9.4
184184
# via aiohttp

0 commit comments

Comments
 (0)