Skip to content

Commit

Permalink
Bump kornia from 0.7.0 to 0.8.0 in /tests (openvinotoolkit#28403)
Browse files Browse the repository at this point in the history
Bumps [kornia](https://github.com/kornia/kornia) from 0.7.0 to 0.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kornia/kornia/releases">kornia's
releases</a>.</em></p>
<blockquote>
<h2>v0.8.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Nick/ruff bugbear by <a
href="https://github.com/ntjohnson1"><code>@​ntjohnson1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/3076">kornia/kornia#3076</a></li>
<li>chore (pre-commit): update hooks by <a
href="https://github.com/johnnv1"><code>@​johnnv1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/3080">kornia/kornia#3080</a></li>
<li>chore (docstrings): addopt ruff over docformatter by <a
href="https://github.com/johnnv1"><code>@​johnnv1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/3082">kornia/kornia#3082</a></li>
<li>Don't detach tensors to cpu by <a
href="https://github.com/ashnair1"><code>@​ashnair1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/3084">kornia/kornia#3084</a></li>
<li>chore(deps-dev): bump pytest from 8.3.3 to 8.3.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/3087">kornia/kornia#3087</a></li>
<li>chore (coverage): adjust to the new threshold by <a
href="https://github.com/johnnv1"><code>@​johnnv1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/3086">kornia/kornia#3086</a></li>
<li>Add padding_mode to the thin_plate_spline by <a
href="https://github.com/okdalto"><code>@​okdalto</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/3079">kornia/kornia#3079</a></li>
<li>chore (ci): tests on torch <code>2.5.1</code> by <a
href="https://github.com/johnnv1"><code>@​johnnv1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/3070">kornia/kornia#3070</a></li>
<li>[pre-commit.ci] pre-commit suggestions by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>
in <a
href="https://redirect.github.com/kornia/kornia/pull/3089">kornia/kornia#3089</a></li>
<li>chore (docs): enable some Ruff rules for Docstring by <a
href="https://github.com/ntjohnson1"><code>@​ntjohnson1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/3088">kornia/kornia#3088</a></li>
<li>Fix LightGlue normalize_keypoints with torch.Size input by <a
href="https://github.com/Dawars"><code>@​Dawars</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/3075">kornia/kornia#3075</a></li>
<li>[pre-commit.ci] pre-commit suggestions by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>
in <a
href="https://redirect.github.com/kornia/kornia/pull/3093">kornia/kornia#3093</a></li>
<li>chore(deps-dev): update numpy requirement from &lt;2 to &lt;3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/3092">kornia/kornia#3092</a></li>
<li>Ruff Docstring Rule D417: Fix missing arguments by <a
href="https://github.com/ntjohnson1"><code>@​ntjohnson1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/3091">kornia/kornia#3091</a></li>
<li>Nick/ruff d103 by <a
href="https://github.com/ntjohnson1"><code>@​ntjohnson1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/3096">kornia/kornia#3096</a></li>
<li>[pre-commit.ci] pre-commit suggestions by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>
in <a
href="https://redirect.github.com/kornia/kornia/pull/3100">kornia/kornia#3100</a></li>
<li>Fix RandomRain crash when no images in the batch are augmented (<a
href="https://redirect.github.com/kornia/kornia/issues/3097">#3097</a>)
by <a
href="https://github.com/plamen-alcatraz"><code>@​plamen-alcatraz</code></a>
in <a
href="https://redirect.github.com/kornia/kornia/pull/3103">kornia/kornia#3103</a></li>
<li>chore (pre-commit): hook to add license header by <a
href="https://github.com/johnnv1"><code>@​johnnv1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/3094">kornia/kornia#3094</a></li>
<li>[pre-commit.ci] pre-commit suggestions by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>
in <a
href="https://redirect.github.com/kornia/kornia/pull/3106">kornia/kornia#3106</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/ntjohnson1"><code>@​ntjohnson1</code></a> made
their first contribution in <a
href="https://redirect.github.com/kornia/kornia/pull/3076">kornia/kornia#3076</a></li>
<li><a href="https://github.com/okdalto"><code>@​okdalto</code></a> made
their first contribution in <a
href="https://redirect.github.com/kornia/kornia/pull/3079">kornia/kornia#3079</a></li>
<li><a href="https://github.com/Dawars"><code>@​Dawars</code></a> made
their first contribution in <a
href="https://redirect.github.com/kornia/kornia/pull/3075">kornia/kornia#3075</a></li>
<li><a
href="https://github.com/plamen-alcatraz"><code>@​plamen-alcatraz</code></a>
made their first contribution in <a
href="https://redirect.github.com/kornia/kornia/pull/3103">kornia/kornia#3103</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kornia/kornia/compare/v0.7.4...v0.8.0">https://github.com/kornia/kornia/compare/v0.7.4...v0.8.0</a></p>
<h2>v0.7.4</h2>
<h2>What's Changed</h2>
<ul>
<li>fix (CI): ensure support test suite w/ numpy by <a
href="https://github.com/johnnv1"><code>@​johnnv1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/2932">kornia/kornia#2932</a></li>
<li>release 0.7.3 by <a
href="https://github.com/edgarriba"><code>@​edgarriba</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/2938">kornia/kornia#2938</a></li>
<li>bump version 0.7.4-dev by <a
href="https://github.com/edgarriba"><code>@​edgarriba</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/2939">kornia/kornia#2939</a></li>
<li>[pre-commit.ci] pre-commit suggestions by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>
in <a
href="https://redirect.github.com/kornia/kornia/pull/2943">kornia/kornia#2943</a></li>
<li>Fix Shape Typo by <a
href="https://github.com/ChristophReich1996"><code>@​ChristophReich1996</code></a>
in <a
href="https://redirect.github.com/kornia/kornia/pull/2951">kornia/kornia#2951</a></li>
<li>Use named args in update_attribute by <a
href="https://github.com/ashnair1"><code>@​ashnair1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/2946">kornia/kornia#2946</a></li>
<li>chore: ensure onnx kornia check, check shape and check same shape by
<a href="https://github.com/johnnv1"><code>@​johnnv1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/2953">kornia/kornia#2953</a></li>
<li>[pre-commit.ci] pre-commit suggestions by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>
in <a
href="https://redirect.github.com/kornia/kornia/pull/2949">kornia/kornia#2949</a></li>
<li>Add a &quot;Contributing to Documentation&quot; section to
contribution g… by <a
href="https://github.com/lappemic"><code>@​lappemic</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/2959">kornia/kornia#2959</a></li>
<li>Updating docs to include interactive demos by <a
href="https://github.com/lappemic"><code>@​lappemic</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/2958">kornia/kornia#2958</a></li>
<li>fix: E721 by <a
href="https://github.com/johnnv1"><code>@​johnnv1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/2966">kornia/kornia#2966</a></li>
<li>Include Steerers by <a
href="https://github.com/georg-bn"><code>@​georg-bn</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/2940">kornia/kornia#2940</a></li>
<li>chore: ensure onnx for face detector model by <a
href="https://github.com/johnnv1"><code>@​johnnv1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/2952">kornia/kornia#2952</a></li>
<li>[pre-commit.ci] pre-commit suggestions by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>
in <a
href="https://redirect.github.com/kornia/kornia/pull/2965">kornia/kornia#2965</a></li>
<li>Ignore invalid keys instead of raising an error by <a
href="https://github.com/ashnair1"><code>@​ashnair1</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/2971">kornia/kornia#2971</a></li>
<li>Replace deprecated torch.cuda.amp decorators for torch 2.4 by <a
href="https://github.com/loichuder"><code>@​loichuder</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/2967">kornia/kornia#2967</a></li>
<li>Update hf spaces in docs by <a
href="https://github.com/lappemic"><code>@​lappemic</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/2964">kornia/kornia#2964</a></li>
<li>Update numpy requirement from &lt;2 to &lt;3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/kornia/kornia/pull/2976">kornia/kornia#2976</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kornia/kornia/commit/921ba45a8c40ca869f503e567832f36c1b64ad0b"><code>921ba45</code></a>
release v0.8.0 (<a
href="https://redirect.github.com/kornia/kornia/issues/3107">#3107</a>)</li>
<li><a
href="https://github.com/kornia/kornia/commit/1bbc99f4c9c3d580d6d325891eaf7f4f57ff62ab"><code>1bbc99f</code></a>
[pre-commit.ci] pre-commit suggestions (<a
href="https://redirect.github.com/kornia/kornia/issues/3106">#3106</a>)</li>
<li><a
href="https://github.com/kornia/kornia/commit/617d80447eee539c2daaa10735bf230d10266ec4"><code>617d804</code></a>
chore (pre-commit): hook to add license header (<a
href="https://redirect.github.com/kornia/kornia/issues/3094">#3094</a>)</li>
<li><a
href="https://github.com/kornia/kornia/commit/450a241c45218904a1fdf01846c6a077b2856a48"><code>450a241</code></a>
Fix RandomRain crash when no images in the batch are augmented (<a
href="https://redirect.github.com/kornia/kornia/issues/3097">#3097</a>)
(<a
href="https://redirect.github.com/kornia/kornia/issues/3103">#3103</a>)</li>
<li><a
href="https://github.com/kornia/kornia/commit/beb400c1de2afd0cd102511ed64fc6a7a5b4ba19"><code>beb400c</code></a>
[pre-commit.ci] pre-commit suggestions (<a
href="https://redirect.github.com/kornia/kornia/issues/3100">#3100</a>)</li>
<li><a
href="https://github.com/kornia/kornia/commit/6835d8e0c2ed9e26a2280c1f2b6da6841ccbf87e"><code>6835d8e</code></a>
enable ruff d103 (<a
href="https://redirect.github.com/kornia/kornia/issues/3096">#3096</a>)</li>
<li><a
href="https://github.com/kornia/kornia/commit/5be66ca2d36f0ea73dc288aaa95527ff60451511"><code>5be66ca</code></a>
Ruff Docstring Rule D417: Fix missing arguments (<a
href="https://redirect.github.com/kornia/kornia/issues/3091">#3091</a>)</li>
<li><a
href="https://github.com/kornia/kornia/commit/4c62bd1193629c2bf81008347d2dca633e479ceb"><code>4c62bd1</code></a>
chore(deps-dev): update numpy requirement from &lt;2 to &lt;3 (<a
href="https://redirect.github.com/kornia/kornia/issues/3092">#3092</a>)</li>
<li><a
href="https://github.com/kornia/kornia/commit/f21b545d36838a997f92582e0af6f257aa1f628b"><code>f21b545</code></a>
[pre-commit.ci] pre-commit suggestions (<a
href="https://redirect.github.com/kornia/kornia/issues/3093">#3093</a>)</li>
<li><a
href="https://github.com/kornia/kornia/commit/5985885d66365bc688970e21e493f7744dc46831"><code>5985885</code></a>
Fix LightGlue normalize_keypoints with torch.Size input (<a
href="https://redirect.github.com/kornia/kornia/issues/3075">#3075</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/kornia/kornia/compare/v0.7.0...v0.8.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kornia&package-manager=pip&previous-version=0.7.0&new-version=0.8.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>
Co-authored-by: Ilya Lavrenov <[email protected]>
  • Loading branch information
dependabot[bot] and ilya-lavrenov authored Jan 17, 2025
1 parent 87887f5 commit 93b2567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytest>=5.0,<8.4
pytest-dependency==0.5.1
pytest-html==4.1.1
pytest-timeout==2.3.1
kornia==0.7.0
kornia==0.8.0

--extra-index-url https://download.pytorch.org/whl/cpu
torch~=2.5.1; platform_system != "Darwin" or platform_machine != "x86_64"
Expand Down

0 comments on commit 93b2567

Please sign in to comment.