Skip to content

Commit 99858d7

Browse files
Bump typing-inspection from 0.4.1 to 0.4.2 (#11550)
Bumps [typing-inspection](https://github.com/pydantic/typing-inspection) from 0.4.1 to 0.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/typing-inspection/releases">typing-inspection's releases</a>.</em></p> <blockquote> <h2>v0.4.2 2025-10-01</h2> <h2>What's Changed</h2> <ul> <li>Add <code>typing_objects.is_noextraitems()</code> by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/typing-inspection/pull/47">pydantic/typing-inspection#47</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/typing-inspection/compare/v0.4.1...v0.4.2">https://github.com/pydantic/typing-inspection/compare/v0.4.1...v0.4.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md">typing-inspection's changelog</a>.</em></p> <blockquote> <h2>v0.4.2 (2025-10-01)</h2> <ul> <li>Add <code>typing_objects.is_noextraitems()</code> by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/typing-inspection/pull/47">#47</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/typing-inspection/commit/8db011350942f33ac4b5d7db60d4d9ea83ab480f"><code>8db0113</code></a> Prepare release 0.4.2 (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/48">#48</a>)</li> <li><a href="https://github.com/pydantic/typing-inspection/commit/f4dfd61a26694531dfb48711e35fbabb0929e75c"><code>f4dfd61</code></a> Add <code>typing_objects.is_noextraitems()</code> (<a href="https://redirect.github.com/pydantic/typing-inspection/issues/47">#47</a>)</li> <li>See full diff in <a href="https://github.com/pydantic/typing-inspection/compare/v0.4.1...v0.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typing-inspection&package-manager=pip&previous-version=0.4.1&new-version=0.4.2)](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 af2612e commit 99858d7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ typing-extensions==4.15.0
278278
# python-on-whales
279279
# typing-inspection
280280
# virtualenv
281-
typing-inspection==0.4.1
281+
typing-inspection==0.4.2
282282
# via pydantic
283283
uritemplate==4.2.0
284284
# via gidgethub

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ typing-extensions==4.15.0
269269
# python-on-whales
270270
# typing-inspection
271271
# virtualenv
272-
typing-inspection==0.4.1
272+
typing-inspection==0.4.2
273273
# via pydantic
274274
uritemplate==4.2.0
275275
# via gidgethub

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ typing-extensions==4.15.0
111111
# python-on-whales
112112
# typing-inspection
113113
# virtualenv
114-
typing-inspection==0.4.1
114+
typing-inspection==0.4.2
115115
# via pydantic
116116
uvloop==0.21.0 ; platform_system != "Windows"
117117
# via -r requirements/lint.in

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ typing-extensions==4.15.0
109109
# pydantic-core
110110
# python-on-whales
111111
# typing-inspection
112-
typing-inspection==0.4.1
112+
typing-inspection==0.4.2
113113
# via pydantic
114114
wait-for-it==2.3.0
115115
# via -r requirements/test-common.in

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ typing-extensions==4.15.0
144144
# pydantic-core
145145
# python-on-whales
146146
# typing-inspection
147-
typing-inspection==0.4.1
147+
typing-inspection==0.4.2
148148
# via pydantic
149149
wait-for-it==2.3.0
150150
# via -r requirements/test-common.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ typing-extensions==4.15.0
144144
# pydantic-core
145145
# python-on-whales
146146
# typing-inspection
147-
typing-inspection==0.4.1
147+
typing-inspection==0.4.2
148148
# via pydantic
149149
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
150150
# via -r requirements/base.in

0 commit comments

Comments
 (0)