Skip to content

Commit 5b21ced

Browse files
Bump typing-inspection from 0.4.1 to 0.4.2 (#11547)
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 3a9120d commit 5b21ced

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
@@ -275,7 +275,7 @@ typing-extensions==4.15.0
275275
# python-on-whales
276276
# typing-inspection
277277
# virtualenv
278-
typing-inspection==0.4.1
278+
typing-inspection==0.4.2
279279
# via pydantic
280280
uritemplate==4.2.0
281281
# via gidgethub

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ typing-extensions==4.15.0
266266
# python-on-whales
267267
# typing-inspection
268268
# virtualenv
269-
typing-inspection==0.4.1
269+
typing-inspection==0.4.2
270270
# via pydantic
271271
uritemplate==4.2.0
272272
# via gidgethub

requirements/lint.txt

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

requirements/test-common.txt

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

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ typing-extensions==4.15.0
138138
# pydantic-core
139139
# python-on-whales
140140
# typing-inspection
141-
typing-inspection==0.4.1
141+
typing-inspection==0.4.2
142142
# via pydantic
143143
wait-for-it==2.3.0
144144
# via -r requirements/test-common.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ typing-extensions==4.15.0
138138
# pydantic-core
139139
# python-on-whales
140140
# typing-inspection
141-
typing-inspection==0.4.1
141+
typing-inspection==0.4.2
142142
# via pydantic
143143
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
144144
# via -r requirements/base.in

0 commit comments

Comments
 (0)