Skip to content

Commit 29355ec

Browse files
Bump the python-requirements group with 21 updates (#1267)
* Bump the python-requirements group with 21 updates Bumps the python-requirements group with 21 updates: | Package | From | To | | --- | --- | --- | | [azure-core](https://github.com/Azure/azure-sdk-for-python) | `1.29.7` | `1.30.0` | | [azure-monitor-opentelemetry-exporter](https://github.com/Azure/azure-sdk-for-python) | `1.0.0b21` | `1.0.0b22` | | [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.2.2` | | [cryptography](https://github.com/pyca/cryptography) | `42.0.1` | `42.0.2` | | [fixedint](https://github.com/nneonneo/fixedint) | `0.1.6` | `0.2.0` | | [flask](https://github.com/pallets/flask) | `3.0.1` | `3.0.2` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `6.11.0` | `7.0.1` | | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.4` | `2.1.5` | | [multidict](https://github.com/aio-libs/multidict) | `6.0.4` | `6.0.5` | | [numpy](https://github.com/numpy/numpy) | `1.26.3` | `1.26.4` | | [openai[datalib]](https://github.com/openai/openai-python) | `1.10.0` | `1.12.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.6.0` | `2.6.1` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.16.1` | `2.16.2` | | [pytz](https://github.com/stub42/pytz) | `2023.4` | `2024.1` | | [tiktoken](https://github.com/openai/tiktoken) | `0.5.2` | `0.6.0` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.1` | `4.66.2` | | [types-pytz](https://github.com/python/typeshed) | `2023.4.0.20240130` | `2024.1.0.20240203` | | [tzdata](https://github.com/python/tzdata) | `2023.4` | `2024.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.2.0` | | [uvicorn](https://github.com/encode/uvicorn) | `0.27.0.post1` | `0.27.1` | | [pymupdf](https://github.com/pymupdf/pymupdf) | `1.23.20` | `1.23.21` | Updates `azure-core` from 1.29.7 to 1.30.0 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](Azure/azure-sdk-for-python@azure-core_1.29.7...azure-core_1.30.0) Updates `azure-monitor-opentelemetry-exporter` from 1.0.0b21 to 1.0.0b22 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](Azure/azure-sdk-for-python@azure-monitor-opentelemetry-exporter_1.0.0b21...azure-monitor-opentelemetry-exporter_1.0.0b22) Updates `certifi` from 2023.11.17 to 2024.2.2 - [Commits](certifi/python-certifi@2023.11.17...2024.02.02) Updates `cryptography` from 42.0.1 to 42.0.2 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.1...42.0.2) 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 `flask` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.0.1...3.0.2) 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 `markupsafe` from 2.1.4 to 2.1.5 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@2.1.4...2.1.5) Updates `multidict` from 6.0.4 to 6.0.5 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](aio-libs/multidict@v6.0.4...v6.0.5) Updates `numpy` from 1.26.3 to 1.26.4 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.26.3...v1.26.4) Updates `openai[datalib]` from 1.10.0 to 1.12.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v1.10.0...v1.12.0) Updates `pydantic` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.6.0...v2.6.1) Updates `pydantic-core` from 2.16.1 to 2.16.2 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.16.1...v2.16.2) Updates `pytz` from 2023.4 to 2024.1 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2023.4...release_2024.1) Updates `tiktoken` from 0.5.2 to 0.6.0 - [Release notes](https://github.com/openai/tiktoken/releases) - [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md) - [Commits](openai/tiktoken@0.5.2...0.6.0) Updates `tqdm` from 4.66.1 to 4.66.2 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.66.1...v4.66.2) Updates `types-pytz` from 2023.4.0.20240130 to 2024.1.0.20240203 - [Commits](https://github.com/python/typeshed/commits) Updates `tzdata` from 2023.4 to 2024.1 - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](python/tzdata@2023.4...2024.1) Updates `urllib3` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.1.0...2.2.0) Updates `uvicorn` from 0.27.0.post1 to 0.27.1 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.27.0.post1...0.27.1) Updates `pymupdf` from 1.23.20 to 1.23.21 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](pymupdf/PyMuPDF@1.23.20...1.23.21) --- updated-dependencies: - dependency-name: azure-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: azure-monitor-opentelemetry-exporter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major 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: flask 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: markupsafe dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: multidict dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: openai[datalib] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: tiktoken dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-pytz dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: tzdata dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: uvicorn 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 ... Signed-off-by: dependabot[bot] <[email protected]> * Fix reqs * Change from --------- 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]>
1 parent 72009ae commit 29355ec

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

app/backend/requirements.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ azure-common==1.1.28
2424
# via
2525
# azure-keyvault-secrets
2626
# azure-search-documents
27-
azure-core==1.29.7
27+
azure-core==1.30.0
2828
# via
2929
# azure-core-tracing-opentelemetry
3030
# azure-identity
@@ -42,7 +42,7 @@ azure-keyvault-secrets==4.7.0
4242
# via -r requirements.in
4343
azure-monitor-opentelemetry==1.2.0
4444
# via -r requirements.in
45-
azure-monitor-opentelemetry-exporter==1.0.0b21
45+
azure-monitor-opentelemetry-exporter==1.0.0b22
4646
# via azure-monitor-opentelemetry
4747
azure-search-documents==11.6.0b1
4848
# via -r requirements.in
@@ -52,7 +52,7 @@ blinker==1.7.0
5252
# via
5353
# flask
5454
# quart
55-
certifi==2023.11.17
55+
certifi==2024.2.2
5656
# via
5757
# httpcore
5858
# httpx
@@ -67,7 +67,7 @@ click==8.1.7
6767
# flask
6868
# quart
6969
# uvicorn
70-
cryptography==42.0.1
70+
cryptography==42.0.2
7171
# via
7272
# -r requirements.in
7373
# azure-identity
@@ -83,7 +83,7 @@ ecdsa==0.18.0
8383
# via python-jose
8484
fixedint==0.1.6
8585
# via azure-monitor-opentelemetry-exporter
86-
flask==3.0.1
86+
flask==3.0.2
8787
# via quart
8888
frozenlist==1.4.1
8989
# via
@@ -129,7 +129,7 @@ jinja2==3.1.3
129129
# via
130130
# flask
131131
# quart
132-
markupsafe==2.1.4
132+
markupsafe==2.1.5
133133
# via
134134
# jinja2
135135
# quart
@@ -143,18 +143,18 @@ msal-extensions==1.1.0
143143
# via azure-identity
144144
msrest==0.7.1
145145
# via azure-monitor-opentelemetry-exporter
146-
multidict==6.0.4
146+
multidict==6.0.5
147147
# via
148148
# aiohttp
149149
# yarl
150-
numpy==1.26.3
150+
numpy==1.26.4
151151
# via
152152
# openai
153153
# pandas
154154
# pandas-stubs
155155
oauthlib==3.2.2
156156
# via requests-oauthlib
157-
openai[datalib]==1.10.0
157+
openai[datalib]==1.12.0
158158
# via -r requirements.in
159159
opentelemetry-api==1.22.0
160160
# via
@@ -269,17 +269,17 @@ pyasn1==0.5.1
269269
# rsa
270270
pycparser==2.21
271271
# via cffi
272-
pydantic==2.6.0
272+
pydantic==2.6.1
273273
# via openai
274-
pydantic-core==2.16.1
274+
pydantic-core==2.16.2
275275
# via pydantic
276276
pyjwt[crypto]==2.8.0
277277
# via msal
278278
python-dateutil==2.8.2
279279
# via pandas
280280
python-jose[cryptography]==3.3.0
281281
# via -r requirements.in
282-
pytz==2023.4
282+
pytz==2024.1
283283
# via pandas
284284
quart==0.19.4
285285
# via
@@ -313,13 +313,13 @@ sniffio==1.3.0
313313
# openai
314314
tenacity==8.2.3
315315
# via -r requirements.in
316-
tiktoken==0.5.2
316+
tiktoken==0.6.0
317317
# via -r requirements.in
318-
tqdm==4.66.1
318+
tqdm==4.66.2
319319
# via openai
320320
types-pillow==10.2.0.20240206
321321
# via -r requirements.in
322-
types-pytz==2023.4.0.20240130
322+
types-pytz==2024.1.0.20240203
323323
# via pandas-stubs
324324
typing-extensions==4.9.0
325325
# via
@@ -330,11 +330,11 @@ typing-extensions==4.9.0
330330
# opentelemetry-sdk
331331
# pydantic
332332
# pydantic-core
333-
tzdata==2023.4
333+
tzdata==2024.1
334334
# via pandas
335-
urllib3==2.1.0
335+
urllib3==2.2.0
336336
# via requests
337-
uvicorn==0.27.0.post1
337+
uvicorn==0.27.1
338338
# via -r requirements.in
339339
werkzeug==3.0.1
340340
# via

scripts/requirements.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ azure-common==1.1.28
2323
# azure-ai-formrecognizer
2424
# azure-keyvault-secrets
2525
# azure-search-documents
26-
azure-core==1.29.7
26+
azure-core==1.30.0
2727
# via
2828
# azure-ai-formrecognizer
2929
# azure-identity
@@ -44,7 +44,7 @@ azure-storage-blob==12.19.0
4444
# azure-storage-file-datalake
4545
azure-storage-file-datalake==12.14.0
4646
# via -r requirements.in
47-
certifi==2023.11.17
47+
certifi==2024.2.2
4848
# via
4949
# httpcore
5050
# httpx
@@ -54,7 +54,7 @@ cffi==1.16.0
5454
# via cryptography
5555
charset-normalizer==3.3.2
5656
# via requests
57-
cryptography==42.0.1
57+
cryptography==42.0.2
5858
# via
5959
# -r requirements.in
6060
# azure-identity
@@ -97,18 +97,18 @@ msal-extensions==1.1.0
9797
# via azure-identity
9898
msrest==0.7.1
9999
# via azure-ai-formrecognizer
100-
multidict==6.0.4
100+
multidict==6.0.5
101101
# via
102102
# aiohttp
103103
# yarl
104-
numpy==1.26.3
104+
numpy==1.26.4
105105
# via
106106
# openai
107107
# pandas
108108
# pandas-stubs
109109
oauthlib==3.2.2
110110
# via requests-oauthlib
111-
openai[datalib]==1.10.0
111+
openai[datalib]==1.12.0
112112
# via -r requirements.in
113113
packaging==23.2
114114
# via msal-extensions
@@ -126,13 +126,13 @@ pyasn1==0.5.1
126126
# rsa
127127
pycparser==2.21
128128
# via cffi
129-
pydantic==2.6.0
129+
pydantic==2.6.1
130130
# via openai
131-
pydantic-core==2.16.1
131+
pydantic-core==2.16.2
132132
# via pydantic
133133
pyjwt[crypto]==2.8.0
134134
# via msal
135-
pymupdf==1.23.20
135+
pymupdf==1.23.21
136136
# via -r requirements.in
137137
pymupdfb==1.23.9
138138
# via pymupdf
@@ -142,7 +142,7 @@ python-dateutil==2.8.2
142142
# via pandas
143143
python-jose[cryptography]==3.3.0
144144
# via -r requirements.in
145-
pytz==2023.4
145+
pytz==2024.1
146146
# via pandas
147147
regex==2023.12.25
148148
# via tiktoken
@@ -170,13 +170,13 @@ sniffio==1.3.0
170170
# openai
171171
tenacity==8.2.3
172172
# via -r requirements.in
173-
tiktoken==0.5.2
173+
tiktoken==0.6.0
174174
# via -r requirements.in
175-
tqdm==4.66.1
175+
tqdm==4.66.2
176176
# via openai
177177
types-pillow==10.2.0.20240206
178178
# via -r requirements.in
179-
types-pytz==2023.4.0.20240130
179+
types-pytz==2024.1.0.20240203
180180
# via pandas-stubs
181181
typing-extensions==4.9.0
182182
# via
@@ -188,9 +188,9 @@ typing-extensions==4.9.0
188188
# openai
189189
# pydantic
190190
# pydantic-core
191-
tzdata==2023.4
191+
tzdata==2024.1
192192
# via pandas
193-
urllib3==2.1.0
193+
urllib3==2.2.0
194194
# via requests
195195
yarl==1.9.4
196196
# via aiohttp

0 commit comments

Comments
 (0)