Skip to content

Commit 6bb9f3b

Browse files
authored
ci: bump typing extensions to 4.6.3 (backport #6007 to 1.12) (#6015)
Backport of #6007 to 1.12 Follow up to: #5949 This is a hot fix to unblock ci. We need to resolve this issue in riot! ## 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] Risk is outlined (performance impact, potential for breakage, maintainability, etc). - [x] Change is maintainable (easy to change, telemetry, documentation). - [x] [Library release note guidelines](https://ddtrace.readthedocs.io/en/stable/contributing.html#Release-Note-Guidelines) are followed. - [x] Documentation is included (in-code, generated user docs, [public corp docs](https://github.com/DataDog/documentation/)). ## Reviewer Checklist - [x] Title is accurate. - [x] No unnecessary changes are introduced. - [x] Description motivates each change. - [x] Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary. - [x] Testing strategy adequately addresses listed risk(s). - [x] Change is maintainable (easy to change, telemetry, documentation). - [x] Release note makes sense to a user of the library. - [x] Reviewer has explicitly acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment.
1 parent 2679420 commit 6bb9f3b

File tree

287 files changed

+287
-287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

287 files changed

+287
-287
lines changed

.riot/requirements/10212ca.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ pytest-cov==4.0.0
2323
pytest-mock==3.10.0
2424
sortedcontainers==2.4.0
2525
tomli==2.0.1
26-
typing-extensions==4.6.2
26+
typing-extensions==4.6.3
2727
zipp==3.15.0

.riot/requirements/102421e.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sortedcontainers==2.4.0
5858
sshpubkeys==3.3.1
5959
tomli==2.0.1
6060
types-pyyaml==6.0.12.8
61-
typing-extensions==4.6.2
61+
typing-extensions==4.6.3
6262
urllib3==1.26.15
6363
websocket-client==1.5.1
6464
werkzeug==2.1.2

.riot/requirements/102cf0a.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pytest-cov==4.0.0
2525
pytest-mock==3.10.0
2626
sortedcontainers==2.4.0
2727
tomli==2.0.1
28-
typing-extensions==4.6.2
28+
typing-extensions==4.6.3
2929
uwsgi==2.0.21
3030
zipp==3.15.0
3131

.riot/requirements/1032b18.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ redis==3.5.3
3333
six==1.16.0
3434
sortedcontainers==2.4.0
3535
tomli==2.0.1
36-
typing-extensions==4.6.2
36+
typing-extensions==4.6.3
3737
vine==5.0.0
3838
wcwidth==0.2.6
3939
zipp==3.15.0

.riot/requirements/103e4a0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ six==1.16.0
4040
sortedcontainers==2.4.0
4141
tenacity==8.2.2
4242
tomli==2.0.1
43-
typing-extensions==4.6.2
43+
typing-extensions==4.6.3
4444
urllib3==1.26.15
4545
wrapt==1.15.0
4646
xmltodict==0.13.0

.riot/requirements/1050ad9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ pytest-mock==3.10.0
2121
six==1.16.0
2222
sortedcontainers==2.4.0
2323
tomli==2.0.1
24-
typing-extensions==4.6.2
24+
typing-extensions==4.6.3
2525
zipp==3.15.0

.riot/requirements/1067092.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ sortedcontainers==2.4.0
3535
sqlalchemy==1.4.46
3636
starlette==0.26.1
3737
tomli==2.0.1
38-
typing-extensions==4.6.2
38+
typing-extensions==4.6.3
3939
urllib3==1.26.15

.riot/requirements/10990fb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ pytest-mock==3.10.0
2424
six==1.16.0
2525
sortedcontainers==2.4.0
2626
tomli==2.0.1
27-
typing-extensions==4.6.2
27+
typing-extensions==4.6.3
2828
zipp==3.15.0

.riot/requirements/10a9168.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sortedcontainers==2.4.0
5858
sshpubkeys==3.3.1
5959
tomli==2.0.1
6060
types-pyyaml==6.0.12.8
61-
typing-extensions==4.6.2
61+
typing-extensions==4.6.3
6262
urllib3==1.26.15
6363
websocket-client==1.5.1
6464
werkzeug==2.1.2

.riot/requirements/10b912a.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ pytest-cov==4.0.0
2121
pytest-mock==3.10.0
2222
sortedcontainers==2.4.0
2323
tomli==2.0.1
24-
typing-extensions==4.6.2
24+
typing-extensions==4.6.3
2525
vine==1.3.0
2626
zipp==3.15.0

0 commit comments

Comments
 (0)