Skip to content

Commit c00395a

Browse files
Bump the python-requirements group with 5 updates (#1029)
* Bump the python-requirements group with 5 updates Bumps the python-requirements group with 5 updates: | Package | From | To | | --- | --- | --- | | [anyio](https://github.com/agronholm/anyio) | `3.7.1` | `4.1.0` | | [fixedint](https://github.com/nneonneo/fixedint) | `0.1.6` | `0.2.0` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `6.8.0` | `7.0.0` | | [openai[datalib]](https://github.com/openai/openai-python) | `1.3.6` | `1.3.7` | | [tiktoken](https://github.com/openai/tiktoken) | `0.5.1` | `0.5.2` | Updates `anyio` from 3.7.1 to 4.1.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@3.7.1...4.1.0) 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 `importlib-metadata` from 6.8.0 to 7.0.0 - [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.8.0...v7.0.0) Updates `openai[datalib]` from 1.3.6 to 1.3.7 - [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.3.6...v1.3.7) Updates `tiktoken` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/openai/tiktoken/releases) - [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md) - [Commits](openai/tiktoken@0.5.1...0.5.2) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: fixedint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: openai[datalib] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: tiktoken dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <[email protected]> * Updating reqs for real --------- 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 781fb1c commit c00395a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

app/backend/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ azure-core-tracing-opentelemetry==1.0.0b11
3535
# via azure-monitor-opentelemetry
3636
azure-identity==1.15.0
3737
# via -r requirements.in
38-
azure-monitor-opentelemetry==1.1.0
38+
azure-monitor-opentelemetry==1.1.1
3939
# via -r requirements.in
4040
azure-monitor-opentelemetry-exporter==1.0.0b19
4141
# via azure-monitor-opentelemetry
@@ -104,7 +104,7 @@ idna==3.6
104104
# httpx
105105
# requests
106106
# yarl
107-
importlib-metadata==6.8.0
107+
importlib-metadata==6.11.0
108108
# via opentelemetry-api
109109
isodate==0.6.1
110110
# via
@@ -124,7 +124,7 @@ markupsafe==2.1.3
124124
# jinja2
125125
# quart
126126
# werkzeug
127-
msal==1.25.0
127+
msal==1.26.0
128128
# via
129129
# -r requirements.in
130130
# azure-identity
@@ -146,7 +146,7 @@ numpy==1.26.2
146146
# pandas-stubs
147147
oauthlib==3.2.2
148148
# via requests-oauthlib
149-
openai[datalib]==1.3.6
149+
openai[datalib]==1.3.7
150150
# via -r requirements.in
151151
opentelemetry-api==1.21.0
152152
# via
@@ -290,7 +290,7 @@ sniffio==1.3.0
290290
# anyio
291291
# httpx
292292
# openai
293-
tiktoken==0.5.1
293+
tiktoken==0.5.2
294294
# via -r requirements.in
295295
tqdm==4.66.1
296296
# via openai
@@ -323,7 +323,7 @@ wrapt==1.16.0
323323
# opentelemetry-instrumentation-urllib3
324324
wsproto==1.2.0
325325
# via hypercorn
326-
yarl==1.9.3
326+
yarl==1.9.4
327327
# via aiohttp
328328
zipp==3.17.0
329329
# via importlib-metadata

scripts/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ isodate==0.6.1
8080
# azure-storage-blob
8181
# azure-storage-file-datalake
8282
# msrest
83-
msal==1.25.0
83+
msal==1.26.0
8484
# via
8585
# azure-identity
8686
# msal-extensions
@@ -99,7 +99,7 @@ numpy==1.26.2
9999
# pandas-stubs
100100
oauthlib==3.2.2
101101
# via requests-oauthlib
102-
openai[datalib]==1.3.6
102+
openai[datalib]==1.3.7
103103
# via -r requirements.in
104104
pandas==2.1.3
105105
# via openai
@@ -144,7 +144,7 @@ sniffio==1.3.0
144144
# openai
145145
tenacity==8.2.3
146146
# via -r requirements.in
147-
tiktoken==0.5.1
147+
tiktoken==0.5.2
148148
# via -r requirements.in
149149
tqdm==4.66.1
150150
# via openai
@@ -163,5 +163,5 @@ tzdata==2023.3
163163
# via pandas
164164
urllib3==2.1.0
165165
# via requests
166-
yarl==1.9.3
166+
yarl==1.9.4
167167
# via aiohttp

0 commit comments

Comments
 (0)