Skip to content

Commit 9d36ae1

Browse files
Bump flask from 3.0.3 to 3.1.2 (#2803)
* Bump flask from 3.0.3 to 3.1.2 Bumps [flask](https://github.com/pallets/flask) from 3.0.3 to 3.1.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.0.3...3.1.2) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Add a group for Pallets projects --------- 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 b09278d commit 9d36ae1

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

.github/dependabot.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,13 @@ updates:
3737
- "pydantic"
3838
- "pydantic-*"
3939
- "typing-extensions"
40+
pallets:
41+
patterns:
42+
- "flask"
43+
- "werkzeug"
44+
- "blinker"
45+
- "quart"
46+
- "jinja2"
47+
- "click"
48+
- "itsdangerous"
49+
- "markupsafe"

app/backend/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
azure-identity
22
quart
33
quart-cors
4+
flask==3.1.2
45
openai>=1.3.7
56
tiktoken
67
tenacity

app/backend/requirements.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ azure-storage-file-datalake==12.16.0
6666
# via -r requirements.in
6767
beautifulsoup4==4.12.3
6868
# via -r requirements.in
69-
blinker==1.8.2
69+
blinker==1.9.0
7070
# via
7171
# flask
7272
# quart
@@ -102,8 +102,10 @@ exceptiongroup==1.3.0
102102
# taskgroup
103103
fixedint==0.1.6
104104
# via azure-monitor-opentelemetry-exporter
105-
flask==3.0.3
106-
# via quart
105+
flask==3.1.2
106+
# via
107+
# -r requirements.in
108+
# quart
107109
frozenlist==1.4.1
108110
# via
109111
# aiohttp
@@ -164,6 +166,7 @@ markdown-it-py==3.0.0
164166
# via rich
165167
markupsafe==3.0.3
166168
# via
169+
# flask
167170
# jinja2
168171
# quart
169172
# werkzeug
@@ -439,7 +442,7 @@ urllib3==2.5.0
439442
# via requests
440443
uvicorn==0.30.6
441444
# via -r requirements.in
442-
werkzeug==3.0.6
445+
werkzeug==3.1.3
443446
# via
444447
# flask
445448
# quart

0 commit comments

Comments
 (0)