Skip to content

Commit 46b557a

Browse files
Bump mypy-extensions from 1.0.0 to 1.1.0 (#10788)
Bumps [mypy-extensions](https://github.com/python/mypy_extensions) from 1.0.0 to 1.1.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy_extensions/commit/70d9435779df27a522b146f2c5dee06ccacae373"><code>70d9435</code></a> remove dev from version</li> <li><a href="https://github.com/python/mypy_extensions/commit/8d272bb1264a6114610a3df9b43f87247c856d92"><code>8d272bb</code></a> Switch build-backend to flit_core + use License-Expression for project metada...</li> <li><a href="https://github.com/python/mypy_extensions/commit/1b461029c25d2e677792e1483734f352bd589aa8"><code>1b46102</code></a> Bump dev version to 1.1.0-dev (<a href="https://redirect.github.com/python/mypy_extensions/issues/57">#57</a>)</li> <li><a href="https://github.com/python/mypy_extensions/commit/400534fb50c683ff1c00051ca101741ced69330b"><code>400534f</code></a> Deprecate mypy_extensions.NoReturn (<a href="https://redirect.github.com/python/mypy_extensions/issues/56">#56</a>)</li> <li><a href="https://github.com/python/mypy_extensions/commit/23fbfa5674aca52517564628e12c228812ac2bf0"><code>23fbfa5</code></a> Update flake8 to 7.1.1 (<a href="https://redirect.github.com/python/mypy_extensions/issues/54">#54</a>)</li> <li><a href="https://github.com/python/mypy_extensions/commit/9ddbb08b20cfba7efe18f5fbf926131e583c0b22"><code>9ddbb08</code></a> Cleanup tests (<a href="https://redirect.github.com/python/mypy_extensions/issues/55">#55</a>)</li> <li><a href="https://github.com/python/mypy_extensions/commit/6d9c7b756486a654e795095d393bf8206cd11dea"><code>6d9c7b7</code></a> Move metadata to pyproject + drop Python 3.7 (<a href="https://redirect.github.com/python/mypy_extensions/issues/53">#53</a>)</li> <li><a href="https://github.com/python/mypy_extensions/commit/812066c7a88e78572332e6e0f428bf3e0c248193"><code>812066c</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/python/mypy_extensions/issues/49">#49</a>)</li> <li><a href="https://github.com/python/mypy_extensions/commit/9dd6d98da338a3924b0ed7440b843988cd5805df"><code>9dd6d98</code></a> Add support for Python 3.12 (<a href="https://redirect.github.com/python/mypy_extensions/issues/48">#48</a>)</li> <li><a href="https://github.com/python/mypy_extensions/commit/e0c6670e05a87507d59b7d3a0aa2eec88e9813b0"><code>e0c6670</code></a> Deprecate <code>mypy_extensions.TypedDict</code> (<a href="https://redirect.github.com/python/mypy_extensions/issues/47">#47</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy_extensions/compare/1.0.0...1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mypy-extensions&package-manager=pip&previous-version=1.0.0&new-version=1.1.0)](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 f626aeb commit 46b557a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ mypy==1.15.0 ; implementation_name == "cpython"
122122
# via
123123
# -r requirements/lint.in
124124
# -r requirements/test.in
125-
mypy-extensions==1.0.0
125+
mypy-extensions==1.1.0
126126
# via mypy
127127
nodeenv==1.9.1
128128
# via pre-commit

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ mypy==1.15.0 ; implementation_name == "cpython"
119119
# via
120120
# -r requirements/lint.in
121121
# -r requirements/test.in
122-
mypy-extensions==1.0.0
122+
mypy-extensions==1.1.0
123123
# via mypy
124124
nodeenv==1.9.1
125125
# via pre-commit

requirements/lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mdurl==0.1.2
4747
# via markdown-it-py
4848
mypy==1.15.0 ; implementation_name == "cpython"
4949
# via -r requirements/lint.in
50-
mypy-extensions==1.0.0
50+
mypy-extensions==1.1.0
5151
# via mypy
5252
nodeenv==1.9.1
5353
# via pre-commit

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ multidict==6.4.3
6363
# yarl
6464
mypy==1.15.0 ; implementation_name == "cpython"
6565
# via -r requirements/test.in
66-
mypy-extensions==1.0.0
66+
mypy-extensions==1.1.0
6767
# via mypy
6868
packaging==25.0
6969
# via

0 commit comments

Comments
 (0)