Skip to content

Commit 65ec9d1

Browse files
Bump typing-extensions from 4.14.0 to 4.14.1 (#11276)
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.14.0 to 4.14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python/typing_extensions/releases">typing-extensions's releases</a>.</em></p> <blockquote> <h2>4.14.1</h2> <h1>Release 4.14.1 (July 4, 2025)</h1> <ul> <li>Fix usage of <code>typing_extensions.TypedDict</code> nested inside other types (e.g., <code>typing.Type[typing_extensions.TypedDict]</code>). This is not allowed by the type system but worked on older versions, so we maintain support.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python/typing_extensions/blob/main/CHANGELOG.md">typing-extensions's changelog</a>.</em></p> <blockquote> <h1>Release 4.14.1 (July 4, 2025)</h1> <ul> <li>Fix usage of <code>typing_extensions.TypedDict</code> nested inside other types (e.g., <code>typing.Type[typing_extensions.TypedDict]</code>). This is not allowed by the type system but worked on older versions, so we maintain support.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/typing_extensions/commit/42027aba3558c9d9133a90bca17f6fecaecc48d8"><code>42027ab</code></a> Prepare release 4.14.1 (<a href="https://redirect.github.com/python/typing_extensions/issues/620">#620</a>)</li> <li><a href="https://github.com/python/typing_extensions/commit/59d2c20858ac527516ebad5a89c05af514dac94a"><code>59d2c20</code></a> Fix off by one in pickle protocol tests (<a href="https://redirect.github.com/python/typing_extensions/issues/618">#618</a>)</li> <li><a href="https://github.com/python/typing_extensions/commit/40e22ebb2ca5747eaa9405b152c43a294ac3af37"><code>40e22eb</code></a> Do not use slots for <code>_TypedDictSpecialForm</code> (<a href="https://redirect.github.com/python/typing_extensions/issues/616">#616</a>)</li> <li><a href="https://github.com/python/typing_extensions/commit/d17c456d367e88adee4a4e3bef48f81f7e2df473"><code>d17c456</code></a> allow TypedDict as a type argument (<a href="https://redirect.github.com/python/typing_extensions/issues/614">#614</a>)</li> <li>See full diff in <a href="https://github.com/python/typing_extensions/compare/4.14.0...4.14.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typing-extensions&package-manager=pip&previous-version=4.14.0&new-version=4.14.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92a73d0 commit 65ec9d1

File tree

8 files changed

+136
-136
lines changed

8 files changed

+136
-136
lines changed

requirements/base.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,46 @@
55
# pip-compile --allow-unsafe --output-file=requirements/base.txt --strip-extras requirements/base.in
66
#
77
aiodns==3.5.0
8-
# via -r requirements/runtime-deps.in
8+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
99
aiohappyeyeballs==2.6.1
10-
# via -r requirements/runtime-deps.in
10+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
1111
aiosignal==1.4.0
12-
# via -r requirements/runtime-deps.in
12+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
1313
async-timeout==5.0.1 ; python_version < "3.11"
14-
# via -r requirements/runtime-deps.in
14+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
1515
brotli==1.1.0 ; platform_python_implementation == "CPython"
16-
# via -r requirements/runtime-deps.in
16+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
1717
cffi==1.17.1
1818
# via pycares
1919
frozenlist==1.7.0
2020
# via
21-
# -r requirements/runtime-deps.in
21+
# -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
2222
# aiosignal
2323
gunicorn==23.0.0
2424
# via -r requirements/base.in
2525
idna==3.6
2626
# via yarl
2727
multidict==6.6.3
2828
# via
29-
# -r requirements/runtime-deps.in
29+
# -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
3030
# yarl
3131
packaging==25.0
3232
# via gunicorn
3333
propcache==0.3.2
3434
# via
35-
# -r requirements/runtime-deps.in
35+
# -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
3636
# yarl
3737
pycares==4.9.0
3838
# via aiodns
3939
pycparser==2.22
4040
# via cffi
41-
typing-extensions==4.14.0
41+
typing-extensions==4.14.1
4242
# via
4343
# aiosignal
4444
# multidict
4545
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
4646
# via -r requirements/base.in
4747
yarl==1.20.1
48-
# via -r requirements/runtime-deps.in
48+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
4949
zstandard==0.23.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
50-
# via -r requirements/runtime-deps.in
50+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in

requirements/constraints.txt

Lines changed: 56 additions & 56 deletions
Large diffs are not rendered by default.

requirements/cython.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
cython==3.1.2
88
# via -r requirements/cython.in
99
multidict==6.6.3
10-
# via -r requirements/multidict.in
11-
typing-extensions==4.14.0
10+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/multidict.in
11+
typing-extensions==4.14.1
1212
# via multidict

requirements/dev.txt

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ tomli==2.2.1
103103
# slotscheck
104104
trustme==1.2.1
105105
# via -r requirements/lint.in
106-
typing-extensions==4.14.0
106+
typing-extensions==4.14.1
107107
# via
108108
# exceptiongroup
109109
# mypy

requirements/multidict.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
#
77
multidict==6.6.3
88
# via -r requirements/multidict.in
9-
typing-extensions==4.14.0
9+
typing-extensions==4.14.1
1010
# via multidict

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pycares==4.9.0
3434
# via aiodns
3535
pycparser==2.22
3636
# via cffi
37-
typing-extensions==4.14.0
37+
typing-extensions==4.14.1
3838
# via
3939
# aiosignal
4040
# multidict

requirements/test.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
# pip-compile --allow-unsafe --output-file=requirements/test.txt --resolver=backtracking --strip-extras requirements/test.in
66
#
77
aiodns==3.5.0
8-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1330-e3zewu/dependabot_20250715-1330-d0so0t/requirements/runtime-deps.in
8+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
99
aiohappyeyeballs==2.6.1
10-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1330-e3zewu/dependabot_20250715-1330-d0so0t/requirements/runtime-deps.in
10+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
1111
aiosignal==1.4.0
12-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1330-e3zewu/dependabot_20250715-1330-d0so0t/requirements/runtime-deps.in
12+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
1313
annotated-types==0.7.0
1414
# via pydantic
1515
async-timeout==5.0.1 ; python_version < "3.11"
16-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1330-e3zewu/dependabot_20250715-1330-d0so0t/requirements/runtime-deps.in
16+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
1717
blockbuster==1.5.25
1818
# via -r requirements/test.in
1919
brotli==1.1.0 ; platform_python_implementation == "CPython"
20-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1330-e3zewu/dependabot_20250715-1330-d0so0t/requirements/runtime-deps.in
20+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
2121
cffi==1.17.1
2222
# via
2323
# cryptography
@@ -41,10 +41,10 @@ freezegun==1.5.3
4141
# via -r requirements/test.in
4242
frozenlist==1.7.0
4343
# via
44-
# -r /home/dependabot/dependabot-updater/tmp/20250715-1330-e3zewu/dependabot_20250715-1330-d0so0t/requirements/runtime-deps.in
44+
# -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
4545
# aiosignal
4646
gunicorn==23.0.0
47-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1330-e3zewu/dependabot_20250715-1330-d0so0t/requirements/base.in
47+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/base.in
4848
idna==3.6
4949
# via
5050
# trustme
@@ -59,7 +59,7 @@ mdurl==0.1.2
5959
# via markdown-it-py
6060
multidict==6.6.3
6161
# via
62-
# -r /home/dependabot/dependabot-updater/tmp/20250715-1330-e3zewu/dependabot_20250715-1330-d0so0t/requirements/runtime-deps.in
62+
# -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
6363
# yarl
6464
mypy==1.16.1 ; implementation_name == "cpython"
6565
# via -r requirements/test.in
@@ -79,7 +79,7 @@ pluggy==1.6.0
7979
# pytest-cov
8080
propcache==0.3.2
8181
# via
82-
# -r /home/dependabot/dependabot-updater/tmp/20250715-1330-e3zewu/dependabot_20250715-1330-d0so0t/requirements/runtime-deps.in
82+
# -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
8383
# yarl
8484
proxy-py==2.4.10
8585
# via -r requirements/test.in
@@ -127,7 +127,7 @@ tomli==2.2.1
127127
# pytest
128128
trustme==1.2.1 ; platform_machine != "i686"
129129
# via -r requirements/test.in
130-
typing-extensions==4.14.0
130+
typing-extensions==4.14.1
131131
# via
132132
# aiosignal
133133
# exceptiongroup
@@ -141,12 +141,12 @@ typing-extensions==4.14.0
141141
typing-inspection==0.4.1
142142
# via pydantic
143143
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
144-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1330-e3zewu/dependabot_20250715-1330-d0so0t/requirements/base.in
144+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/base.in
145145
wait-for-it==2.3.0
146146
# via -r requirements/test.in
147147
yarl==1.20.1
148-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1330-e3zewu/dependabot_20250715-1330-d0so0t/requirements/runtime-deps.in
148+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in
149149
zlib-ng==0.5.1
150150
# via -r requirements/test.in
151151
zstandard==0.23.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
152-
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1330-e3zewu/dependabot_20250715-1330-d0so0t/requirements/runtime-deps.in
152+
# via -r /home/dependabot/dependabot-updater/tmp/20250715-1382-lngh7e/dependabot_20250715-1382-a7k872/requirements/runtime-deps.in

0 commit comments

Comments
 (0)