Skip to content

Commit 1776fd0

Browse files
ci: update starlette environments [backport 2.7] (#8756)
Backport 08f7e88 from #8731 to 2.7. This change fixes CI failures from main like [this one](https://app.circleci.com/pipelines/github/DataDog/dd-trace-py/57977/workflows/3d7c1c89-d52f-4c9c-b9da-75b8eb617a07/jobs/3673401) by updating the starlette riot envs. ## Checklist - [x] Change(s) are motivated and described in the PR description - [x] Testing strategy is described if automated tests are not included in the PR - [x] Risks are described (performance impact, potential for breakage, maintainability) - [x] Change is maintainable (easy to change, telemetry, documentation) - [x] [Library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) are followed or label `changelog/no-changelog` is set - [x] Documentation is included (in-code, generated user docs, [public corp docs](https://github.com/DataDog/documentation/)) - [x] Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) - [x] If this PR changes the public interface, I've notified `@DataDog/apm-tees`. - [x] If change touches code that signs or publishes builds or packages, or handles credentials of any kind, I've requested a review from `@DataDog/security-design-and-guidance`. ## Reviewer Checklist - [x] Title is accurate - [x] All changes are related to the pull request's stated goal - [x] Description motivates each change - [x] Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - [x] Testing strategy adequately addresses listed risks - [x] Change is maintainable (easy to change, telemetry, documentation) - [x] Release note makes sense to a user of the library - [x] Author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - [x] 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: Emmett Butler <[email protected]>
1 parent 52856c5 commit 1776fd0

19 files changed

+92
-82
lines changed

.riot/requirements/60ac461.txt renamed to .riot/requirements/112dc22.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
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/60ac461.in
5+
# pip-compile --no-annotate .riot/requirements/112dc22.in
66
#
77
aiofiles==23.2.1
88
aiosqlite==0.20.0
99
anyio==3.7.1
1010
attrs==23.2.0
1111
certifi==2024.2.2
1212
charset-normalizer==3.3.2
13-
coverage[toml]==7.4.3
13+
coverage[toml]==7.4.4
1414
databases==0.8.0
1515
exceptiongroup==1.2.0
1616
h11==0.14.0
1717
httpcore==1.0.4
1818
httpx==0.27.0
1919
hypothesis==6.45.0
2020
idna==3.6
21-
importlib-metadata==7.0.1
21+
importlib-metadata==7.0.2
2222
iniconfig==2.0.0
2323
mock==5.1.0
2424
opentracing==2.4.0
25-
packaging==23.2
25+
packaging==24.0
2626
pluggy==1.4.0
27-
pytest==8.0.2
27+
pytest==8.1.1
2828
pytest-asyncio==0.21.1
2929
pytest-cov==4.1.0
3030
pytest-mock==3.12.0
@@ -37,4 +37,4 @@ starlette==0.14.2
3737
tomli==2.0.1
3838
typing-extensions==4.10.0
3939
urllib3==2.2.1
40-
zipp==3.17.0
40+
zipp==3.18.1

.riot/requirements/179c00c.txt renamed to .riot/requirements/1250d61.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
5-
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/179c00c.in
5+
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/1250d61.in
66
#
77
aiofiles==23.2.1
88
aiosqlite==0.19.0
@@ -13,6 +13,7 @@ charset-normalizer==3.3.2
1313
coverage[toml]==7.2.7
1414
databases==0.8.0
1515
exceptiongroup==1.2.0
16+
greenlet==3.0.3
1617
h11==0.14.0
1718
httpcore==0.17.3
1819
httpx==0.24.1
@@ -22,7 +23,7 @@ importlib-metadata==6.7.0
2223
iniconfig==2.0.0
2324
mock==5.1.0
2425
opentracing==2.4.0
25-
packaging==23.2
26+
packaging==24.0
2627
pluggy==1.2.0
2728
pytest==7.4.4
2829
pytest-asyncio==0.21.1

.riot/requirements/16c5a53.txt renamed to .riot/requirements/156e3cc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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/16c5a53.in
5+
# pip-compile --no-annotate .riot/requirements/156e3cc.in
66
#
77
aiofiles==23.2.1
88
aiosqlite==0.20.0
99
anyio==3.7.1
1010
attrs==23.2.0
1111
certifi==2024.2.2
1212
charset-normalizer==3.3.2
13-
coverage[toml]==7.4.3
13+
coverage[toml]==7.4.4
1414
databases==0.8.0
1515
h11==0.14.0
1616
httpcore==1.0.4
@@ -20,9 +20,9 @@ idna==3.6
2020
iniconfig==2.0.0
2121
mock==5.1.0
2222
opentracing==2.4.0
23-
packaging==23.2
23+
packaging==24.0
2424
pluggy==1.4.0
25-
pytest==8.0.2
25+
pytest==8.1.1
2626
pytest-asyncio==0.21.1
2727
pytest-cov==4.1.0
2828
pytest-mock==3.12.0

.riot/requirements/be21fe1.txt renamed to .riot/requirements/17a0f7f.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
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/be21fe1.in
5+
# pip-compile --no-annotate .riot/requirements/17a0f7f.in
66
#
77
aiofiles==23.2.1
88
aiosqlite==0.20.0
99
anyio==3.7.1
1010
attrs==23.2.0
1111
certifi==2024.2.2
1212
charset-normalizer==3.3.2
13-
coverage[toml]==7.4.3
13+
coverage[toml]==7.4.4
1414
databases==0.8.0
15+
greenlet==3.0.3
1516
h11==0.14.0
1617
httpcore==1.0.4
1718
httpx==0.27.0
@@ -20,9 +21,9 @@ idna==3.6
2021
iniconfig==2.0.0
2122
mock==5.1.0
2223
opentracing==2.4.0
23-
packaging==23.2
24+
packaging==24.0
2425
pluggy==1.4.0
25-
pytest==8.0.2
26+
pytest==8.1.1
2627
pytest-asyncio==0.21.1
2728
pytest-cov==4.1.0
2829
pytest-mock==3.12.0

.riot/requirements/675a702.txt renamed to .riot/requirements/18392ae.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/675a702.in
5+
# pip-compile --no-annotate .riot/requirements/18392ae.in
66
#
77
aiofiles==23.2.1
88
aiosqlite==0.20.0
99
anyio==3.7.1
1010
attrs==23.2.0
1111
certifi==2024.2.2
1212
charset-normalizer==3.3.2
13-
coverage[toml]==7.4.3
13+
coverage[toml]==7.4.4
1414
databases==0.8.0
1515
exceptiongroup==1.2.0
16+
greenlet==3.0.3
1617
h11==0.14.0
1718
httpcore==1.0.4
1819
httpx==0.27.0
@@ -21,9 +22,9 @@ idna==3.6
2122
iniconfig==2.0.0
2223
mock==5.1.0
2324
opentracing==2.4.0
24-
packaging==23.2
25+
packaging==24.0
2526
pluggy==1.4.0
26-
pytest==8.0.2
27+
pytest==8.1.1
2728
pytest-asyncio==0.21.1
2829
pytest-cov==4.1.0
2930
pytest-mock==3.12.0

.riot/requirements/18d8776.txt renamed to .riot/requirements/1b846e9.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,30 @@
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/18d8776.in
5+
# pip-compile --no-annotate .riot/requirements/1b846e9.in
66
#
77
aiofiles==23.2.1
88
aiosqlite==0.20.0
99
anyio==3.7.1
1010
attrs==23.2.0
1111
certifi==2024.2.2
1212
charset-normalizer==3.3.2
13-
coverage[toml]==7.4.3
13+
coverage[toml]==7.4.4
1414
databases==0.8.0
1515
exceptiongroup==1.2.0
16+
greenlet==3.0.3
1617
h11==0.14.0
1718
httpcore==1.0.4
1819
httpx==0.27.0
1920
hypothesis==6.45.0
2021
idna==3.6
21-
importlib-metadata==7.0.1
22+
importlib-metadata==7.0.2
2223
iniconfig==2.0.0
2324
mock==5.1.0
2425
opentracing==2.4.0
25-
packaging==23.2
26+
packaging==24.0
2627
pluggy==1.4.0
27-
pytest==8.0.2
28+
pytest==8.1.1
2829
pytest-asyncio==0.21.1
2930
pytest-cov==4.1.0
3031
pytest-mock==3.12.0
@@ -37,4 +38,4 @@ starlette==0.33.0
3738
tomli==2.0.1
3839
typing-extensions==4.10.0
3940
urllib3==2.2.1
40-
zipp==3.17.0
41+
zipp==3.18.1

.riot/requirements/1f12892.txt renamed to .riot/requirements/1c489e9.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
5-
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/1f12892.in
5+
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/1c489e9.in
66
#
77
aiofiles==23.2.1
88
aiosqlite==0.19.0
@@ -13,6 +13,7 @@ charset-normalizer==3.3.2
1313
coverage[toml]==7.2.7
1414
databases==0.8.0
1515
exceptiongroup==1.2.0
16+
greenlet==3.0.3
1617
h11==0.14.0
1718
httpcore==0.17.3
1819
httpx==0.24.1
@@ -22,7 +23,7 @@ importlib-metadata==6.7.0
2223
iniconfig==2.0.0
2324
mock==5.1.0
2425
opentracing==2.4.0
25-
packaging==23.2
26+
packaging==24.0
2627
pluggy==1.2.0
2728
pytest==7.4.4
2829
pytest-asyncio==0.21.1

.riot/requirements/1185813.txt renamed to .riot/requirements/2c855a9.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
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/1185813.in
5+
# pip-compile --no-annotate .riot/requirements/2c855a9.in
66
#
77
aiofiles==23.2.1
88
aiosqlite==0.20.0
99
anyio==3.7.1
1010
attrs==23.2.0
1111
certifi==2024.2.2
1212
charset-normalizer==3.3.2
13-
coverage[toml]==7.4.3
13+
coverage[toml]==7.4.4
1414
databases==0.8.0
1515
exceptiongroup==1.2.0
1616
h11==0.14.0
1717
httpcore==1.0.4
1818
httpx==0.27.0
1919
hypothesis==6.45.0
2020
idna==3.6
21-
importlib-metadata==7.0.1
21+
importlib-metadata==7.0.2
2222
iniconfig==2.0.0
2323
mock==5.1.0
2424
opentracing==2.4.0
25-
packaging==23.2
25+
packaging==24.0
2626
pluggy==1.4.0
27-
pytest==8.0.2
27+
pytest==8.1.1
2828
pytest-asyncio==0.21.1
2929
pytest-cov==4.1.0
3030
pytest-mock==3.12.0
@@ -37,4 +37,4 @@ starlette==0.14.2
3737
tomli==2.0.1
3838
typing-extensions==4.10.0
3939
urllib3==2.2.1
40-
zipp==3.17.0
40+
zipp==3.18.1

.riot/requirements/7a59aa8.txt renamed to .riot/requirements/4b1629e.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/7a59aa8.in
5+
# pip-compile --no-annotate .riot/requirements/4b1629e.in
66
#
77
aiofiles==23.2.1
88
aiosqlite==0.20.0
99
anyio==3.7.1
1010
attrs==23.2.0
1111
certifi==2024.2.2
1212
charset-normalizer==3.3.2
13-
coverage[toml]==7.4.3
13+
coverage[toml]==7.4.4
1414
databases==0.8.0
1515
exceptiongroup==1.2.0
1616
h11==0.14.0
@@ -21,9 +21,9 @@ idna==3.6
2121
iniconfig==2.0.0
2222
mock==5.1.0
2323
opentracing==2.4.0
24-
packaging==23.2
24+
packaging==24.0
2525
pluggy==1.4.0
26-
pytest==8.0.2
26+
pytest==8.1.1
2727
pytest-asyncio==0.21.1
2828
pytest-cov==4.1.0
2929
pytest-mock==3.12.0

.riot/requirements/36231be.txt renamed to .riot/requirements/7b8e50e.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
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/36231be.in
5+
# pip-compile --no-annotate .riot/requirements/7b8e50e.in
66
#
77
aiofiles==23.2.1
88
aiosqlite==0.20.0
99
anyio==3.7.1
1010
attrs==23.2.0
1111
certifi==2024.2.2
1212
charset-normalizer==3.3.2
13-
coverage[toml]==7.4.3
13+
coverage[toml]==7.4.4
1414
databases==0.8.0
1515
exceptiongroup==1.2.0
1616
h11==0.14.0
1717
httpcore==1.0.4
1818
httpx==0.27.0
1919
hypothesis==6.45.0
2020
idna==3.6
21-
importlib-metadata==7.0.1
21+
importlib-metadata==7.0.2
2222
iniconfig==2.0.0
2323
mock==5.1.0
2424
opentracing==2.4.0
25-
packaging==23.2
25+
packaging==24.0
2626
pluggy==1.4.0
27-
pytest==8.0.2
27+
pytest==8.1.1
2828
pytest-asyncio==0.21.1
2929
pytest-cov==4.1.0
3030
pytest-mock==3.12.0
@@ -37,4 +37,4 @@ starlette==0.20.4
3737
tomli==2.0.1
3838
typing-extensions==4.10.0
3939
urllib3==2.2.1
40-
zipp==3.17.0
40+
zipp==3.18.1

0 commit comments

Comments
 (0)