Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pyexiv2 from 2.9.0 to 2.11.0 (#357)
Bumps [pyexiv2](https://github.com/LeoHsiao1/pyexiv2) from 2.9.0 to 2.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/LeoHsiao1/pyexiv2/releases">pyexiv2's releases</a>.</em></p> <blockquote> <h2>v2.11.0</h2> <ul> <li>[feature] add four functions: <pre lang="py"><code>def convert_exif_to_xmp(data: dict, encoding='utf-8') -> dict def convert_iptc_to_xmp(data: dict, encoding='utf-8') -> dict def convert_xmp_to_exif(data: dict, encoding='utf-8') -> dict def convert_xmp_to_iptc(data: dict, encoding='utf-8') -> dict </code></pre> See the <a href="https://github.com/LeoHsiao1/pyexiv2/blob/master/docs/Tutorial.md#convert">tutorial</a> for details</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/LeoHsiao1/pyexiv2/commit/badc2729f1d48d865b2f12adce1e4c57ba0d4967"><code>badc272</code></a> [ci] use api token when uploading dist to pypi.org</li> <li><a href="https://github.com/LeoHsiao1/pyexiv2/commit/f9281ea819549cae05ed0428819e100047313509"><code>f9281ea</code></a> [lib] update compiled files</li> <li><a href="https://github.com/LeoHsiao1/pyexiv2/commit/5dbc19f356b4a63f88e82d762d57f17a79aaeeaa"><code>5dbc19f</code></a> Merge branch 'dev'</li> <li><a href="https://github.com/LeoHsiao1/pyexiv2/commit/9814fba9f4d3a8557033e40a0664e4f5ed3f4b66"><code>9814fba</code></a> [test] increase the loop count in test_memory_*()</li> <li><a href="https://github.com/LeoHsiao1/pyexiv2/commit/6836f8d45b904842f9c3c5f125891882cadb95c8"><code>6836f8d</code></a> Merge pull request <a href="https://redirect.github.com/LeoHsiao1/pyexiv2/issues/130">#130</a> from LeoHsiao1/dev</li> <li><a href="https://github.com/LeoHsiao1/pyexiv2/commit/d26ddf61a6bc773e2ade0ae261941dc483e08eab"><code>d26ddf6</code></a> [ci] ready to release v2.11.0</li> <li><a href="https://github.com/LeoHsiao1/pyexiv2/commit/a56e3eb967e3f10e32b1e4f9d01e087d0d099fa2"><code>a56e3eb</code></a> [doc] add docs about convert_*()</li> <li><a href="https://github.com/LeoHsiao1/pyexiv2/commit/4882f7393b1fba71e9baa8ae197f080eec24c60a"><code>4882f73</code></a> [test] test memory leak when converting</li> <li><a href="https://github.com/LeoHsiao1/pyexiv2/commit/96b2316ad20d88fcd56ba02860215c9e3568c87c"><code>96b2316</code></a> [feature] add convert_xmp_to_iptc()</li> <li><a href="https://github.com/LeoHsiao1/pyexiv2/commit/ee1e0fa24aa4173cff2a18e3f6e0cf793e4a1b77"><code>ee1e0fa</code></a> [feature] add convert_xmp_to_exif()</li> <li>Additional commits viewable in <a href="https://github.com/LeoHsiao1/pyexiv2/compare/v2.9.0...v2.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyexiv2&package-manager=pip&previous-version=2.9.0&new-version=2.11.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>
- Loading branch information