Skip to content

Commit 41b7f35

Browse files
github-actions[bot]quinna-hemmettbutler
authored
chore: update flask latest version to 3.1.0 (#12487)
Update flask lockfiles and dependency package lockfiles. This performs the following updates: 1) Some flask lockfiles use flask `latest`. This will update flask and dependencies. 2) Some flask lockfiles use a pinned (non-latest) version of flask, but require the `latest` version of another package. This will update all such packages. ## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [ ] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting) Co-authored-by: quinna-h <[email protected]> Co-authored-by: Emmett Butler <[email protected]>
1 parent 5434666 commit 41b7f35

22 files changed

+339
-339
lines changed

.riot/requirements/116b0a1.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/116b0a1.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/116b0a1.in
66
#
77
annotated-types==0.7.0
88
attrs==25.1.0
99
blinker==1.9.0
10-
certifi==2024.12.14
10+
certifi==2025.1.31
1111
charset-normalizer==3.4.1
1212
click==8.1.8
13-
coverage[toml]==7.6.10
13+
coverage[toml]==7.6.12
1414
exceptiongroup==1.2.2
1515
flask==2.3.3
16-
flask-openapi3==4.0.3
16+
flask-openapi3==4.1.0
1717
hypothesis==6.45.0
1818
idna==3.10
1919
importlib-metadata==8.6.1

.riot/requirements/1415ef8.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,39 @@
22
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/1415ef8.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1415ef8.in
66
#
77
annotated-types==0.7.0
8-
attrs==23.2.0
8+
attrs==25.1.0
99
blinker==1.8.2
10-
certifi==2024.6.2
11-
charset-normalizer==3.3.2
12-
click==8.1.7
13-
coverage[toml]==7.5.4
14-
exceptiongroup==1.2.1
10+
certifi==2025.1.31
11+
charset-normalizer==3.4.1
12+
click==8.1.8
13+
coverage[toml]==7.6.1
14+
exceptiongroup==1.2.2
1515
flask==3.0.3
16-
flask-openapi3==3.1.3
16+
flask-openapi3==4.0.3
1717
hypothesis==6.45.0
18-
idna==3.7
19-
importlib-metadata==8.0.0
18+
idna==3.10
19+
importlib-metadata==8.5.0
2020
iniconfig==2.0.0
2121
itsdangerous==2.2.0
22-
jinja2==3.1.4
22+
jinja2==3.1.5
2323
markupsafe==2.1.5
2424
mock==5.1.0
2525
opentracing==2.4.0
26-
packaging==24.1
26+
packaging==24.2
2727
pluggy==1.5.0
28-
pydantic==2.8.0
29-
pydantic-core==2.20.0
30-
pytest==8.2.2
28+
pydantic==2.10.6
29+
pydantic-core==2.27.2
30+
pytest==8.3.4
3131
pytest-cov==5.0.0
3232
pytest-mock==3.14.0
3333
pytest-randomly==3.15.0
3434
requests==2.32.3
3535
sortedcontainers==2.4.0
36-
tomli==2.0.1
36+
tomli==2.2.1
3737
typing-extensions==4.12.2
38-
urllib3==1.26.19
39-
werkzeug==3.0.3
40-
zipp==3.19.2
38+
urllib3==1.26.20
39+
werkzeug==3.0.6
40+
zipp==3.20.2

.riot/requirements/1634f79.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/1634f79.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1634f79.in
66
#
7-
attrs==23.2.0
7+
attrs==25.1.0
88
blinker==1.8.2
9-
certifi==2024.6.2
10-
charset-normalizer==3.3.2
9+
certifi==2025.1.31
10+
charset-normalizer==3.4.1
1111
click==7.1.2
12-
coverage[toml]==7.5.4
13-
exceptiongroup==1.2.1
12+
coverage[toml]==7.6.1
13+
exceptiongroup==1.2.2
1414
flask==1.1.4
1515
flask-openapi3==1.1.5
1616
hypothesis==6.45.0
17-
idna==3.7
18-
importlib-metadata==8.0.0
17+
idna==3.10
18+
importlib-metadata==8.5.0
1919
iniconfig==2.0.0
2020
itsdangerous==1.1.0
2121
jinja2==2.11.3
2222
markupsafe==1.1.1
2323
mock==5.1.0
2424
opentracing==2.4.0
25-
packaging==24.1
25+
packaging==24.2
2626
pluggy==1.5.0
27-
pydantic==1.10.17
28-
pytest==8.2.2
27+
pydantic==1.10.21
28+
pytest==8.3.4
2929
pytest-cov==5.0.0
3030
pytest-mock==3.14.0
3131
pytest-randomly==3.15.0
3232
requests==2.32.3
3333
sortedcontainers==2.4.0
34-
tomli==2.0.1
34+
tomli==2.2.1
3535
typing-extensions==4.12.2
36-
urllib3==1.26.19
36+
urllib3==1.26.20
3737
werkzeug==1.0.1
38-
zipp==3.19.2
38+
zipp==3.20.2

.riot/requirements/19f3b8d.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/19f3b8d.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/19f3b8d.in
66
#
7-
attrs==23.2.0
8-
blinker==1.8.2
9-
certifi==2024.6.2
10-
charset-normalizer==3.3.2
7+
attrs==25.1.0
8+
blinker==1.9.0
9+
certifi==2025.1.31
10+
charset-normalizer==3.4.1
1111
click==7.1.2
12-
coverage[toml]==7.5.4
13-
exceptiongroup==1.2.1
12+
coverage[toml]==7.6.12
13+
exceptiongroup==1.2.2
1414
flask==1.1.4
1515
flask-openapi3==1.1.5
1616
hypothesis==6.45.0
17-
idna==3.7
18-
importlib-metadata==8.0.0
17+
idna==3.10
18+
importlib-metadata==8.6.1
1919
iniconfig==2.0.0
2020
itsdangerous==1.1.0
2121
jinja2==2.11.3
2222
markupsafe==1.1.1
2323
mock==5.1.0
2424
opentracing==2.4.0
25-
packaging==24.1
25+
packaging==24.2
2626
pluggy==1.5.0
27-
pydantic==1.10.17
28-
pytest==8.2.2
29-
pytest-cov==5.0.0
27+
pydantic==1.10.21
28+
pytest==8.3.4
29+
pytest-cov==6.0.0
3030
pytest-mock==3.14.0
31-
pytest-randomly==3.15.0
31+
pytest-randomly==3.16.0
3232
requests==2.32.3
3333
sortedcontainers==2.4.0
34-
tomli==2.0.1
34+
tomli==2.2.1
3535
typing-extensions==4.12.2
36-
urllib3==1.26.19
36+
urllib3==1.26.20
3737
werkzeug==1.0.1
38-
zipp==3.19.2
38+
zipp==3.21.0

.riot/requirements/1b1c34d.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,39 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/1b1c34d.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1b1c34d.in
66
#
77
annotated-types==0.7.0
8-
attrs==23.2.0
9-
blinker==1.8.2
10-
certifi==2024.6.2
11-
charset-normalizer==3.3.2
12-
click==8.1.7
13-
coverage[toml]==7.5.4
14-
exceptiongroup==1.2.1
8+
attrs==25.1.0
9+
blinker==1.9.0
10+
certifi==2025.1.31
11+
charset-normalizer==3.4.1
12+
click==8.1.8
13+
coverage[toml]==7.6.12
14+
exceptiongroup==1.2.2
1515
flask==3.0.3
16-
flask-openapi3==3.1.3
16+
flask-openapi3==4.1.0
1717
hypothesis==6.45.0
18-
idna==3.7
19-
importlib-metadata==8.0.0
18+
idna==3.10
19+
importlib-metadata==8.6.1
2020
iniconfig==2.0.0
2121
itsdangerous==2.2.0
22-
jinja2==3.1.4
23-
markupsafe==2.1.5
22+
jinja2==3.1.5
23+
markupsafe==3.0.2
2424
mock==5.1.0
2525
opentracing==2.4.0
26-
packaging==24.1
26+
packaging==24.2
2727
pluggy==1.5.0
28-
pydantic==2.8.0
29-
pydantic-core==2.20.0
30-
pytest==8.2.2
31-
pytest-cov==5.0.0
28+
pydantic==2.10.6
29+
pydantic-core==2.27.2
30+
pytest==8.3.4
31+
pytest-cov==6.0.0
3232
pytest-mock==3.14.0
33-
pytest-randomly==3.15.0
33+
pytest-randomly==3.16.0
3434
requests==2.32.3
3535
sortedcontainers==2.4.0
36-
tomli==2.0.1
36+
tomli==2.2.1
3737
typing-extensions==4.12.2
38-
urllib3==1.26.19
39-
werkzeug==3.0.3
40-
zipp==3.19.2
38+
urllib3==1.26.20
39+
werkzeug==3.1.3
40+
zipp==3.21.0

.riot/requirements/1c53a7f.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/1c53a7f.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1c53a7f.in
66
#
77
annotated-types==0.7.0
8-
attrs==23.2.0
9-
blinker==1.8.2
10-
certifi==2024.6.2
11-
charset-normalizer==3.3.2
12-
click==8.1.7
13-
coverage[toml]==7.5.4
8+
attrs==25.1.0
9+
blinker==1.9.0
10+
certifi==2025.1.31
11+
charset-normalizer==3.4.1
12+
click==8.1.8
13+
coverage[toml]==7.6.12
1414
flask==3.0.3
15-
flask-openapi3==3.1.3
15+
flask-openapi3==4.1.0
1616
hypothesis==6.45.0
17-
idna==3.7
18-
importlib-metadata==8.0.0
17+
idna==3.10
18+
importlib-metadata==8.6.1
1919
iniconfig==2.0.0
2020
itsdangerous==2.2.0
21-
jinja2==3.1.4
22-
markupsafe==2.1.5
21+
jinja2==3.1.5
22+
markupsafe==3.0.2
2323
mock==5.1.0
2424
opentracing==2.4.0
25-
packaging==24.1
25+
packaging==24.2
2626
pluggy==1.5.0
27-
pydantic==2.8.0
28-
pydantic-core==2.20.0
29-
pytest==8.2.2
30-
pytest-cov==5.0.0
27+
pydantic==2.10.6
28+
pydantic-core==2.27.2
29+
pytest==8.3.4
30+
pytest-cov==6.0.0
3131
pytest-mock==3.14.0
32-
pytest-randomly==3.15.0
32+
pytest-randomly==3.16.0
3333
requests==2.32.3
3434
sortedcontainers==2.4.0
3535
typing-extensions==4.12.2
36-
urllib3==1.26.19
37-
werkzeug==3.0.3
38-
zipp==3.19.2
36+
urllib3==1.26.20
37+
werkzeug==3.1.3
38+
zipp==3.21.0

.riot/requirements/1c6c710.txt

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/1c6c710.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1c6c710.in
66
#
77
annotated-types==0.7.0
8-
attrs==23.2.0
9-
blinker==1.8.2
10-
certifi==2024.6.2
11-
charset-normalizer==3.3.2
12-
click==8.1.7
13-
coverage[toml]==7.5.4
14-
flask==3.0.3
15-
flask-openapi3==3.1.3
8+
attrs==25.1.0
9+
blinker==1.9.0
10+
certifi==2025.1.31
11+
charset-normalizer==3.4.1
12+
click==8.1.8
13+
coverage[toml]==7.6.12
14+
flask==3.1.0
15+
flask-openapi3==4.1.0
1616
hypothesis==6.45.0
17-
idna==3.7
18-
importlib-metadata==8.0.0
17+
idna==3.10
18+
importlib-metadata==8.6.1
1919
iniconfig==2.0.0
2020
itsdangerous==2.2.0
21-
jinja2==3.1.4
22-
markupsafe==2.1.5
21+
jinja2==3.1.5
22+
markupsafe==3.0.2
2323
mock==5.1.0
2424
opentracing==2.4.0
25-
packaging==24.1
25+
packaging==24.2
2626
pluggy==1.5.0
27-
pydantic==2.8.0
28-
pydantic-core==2.20.0
29-
pytest==8.2.2
30-
pytest-cov==5.0.0
27+
pydantic==2.10.6
28+
pydantic-core==2.27.2
29+
pytest==8.3.4
30+
pytest-cov==6.0.0
3131
pytest-mock==3.14.0
32-
pytest-randomly==3.15.0
32+
pytest-randomly==3.16.0
3333
requests==2.32.3
3434
sortedcontainers==2.4.0
3535
typing-extensions==4.12.2
36-
urllib3==1.26.19
37-
werkzeug==3.0.3
38-
zipp==3.19.2
36+
urllib3==1.26.20
37+
werkzeug==3.1.3
38+
zipp==3.21.0

.riot/requirements/2b426ba.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/2b426ba.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/2b426ba.in
66
#
77
annotated-types==0.7.0
88
attrs==25.1.0
99
blinker==1.9.0
10-
certifi==2024.12.14
10+
certifi==2025.1.31
1111
charset-normalizer==3.4.1
1212
click==8.1.8
13-
coverage[toml]==7.6.10
13+
coverage[toml]==7.6.12
1414
flask==2.3.3
15-
flask-openapi3==4.0.3
15+
flask-openapi3==4.1.0
1616
hypothesis==6.45.0
1717
idna==3.10
1818
importlib-metadata==8.6.1

0 commit comments

Comments
 (0)