joro75 / Domoticz-Toyota-Plugin

A Domoticz plugin that provides devices for a Toyota car with connected services
MIT License
6 stars 1 forks source link

Bump geopy from 2.3.0 to 2.4.0 #58

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps geopy from 2.3.0 to 2.4.0.

Release notes

Sourced from geopy's releases.

2.4.0

New Features

  • New geocoder: .Woosmap. Contributed by galela. (#541)
  • New geocoder: .Geokeo. Contributed by Geokeo. (#490)

Breaking Changes

  • Removed Algolia Places geocoder: the service is shut down. Contributed by mtmail. (#547)

Packaging Changes

  • Add support for Python 3.12. (#559)
  • Update maintainer email.
  • GitHub releases are now signed with GPG. (#550)
  • tests: switch from httpbin.org to httpbingo.org. (#551)
  • tests: use tox allowlist_externals instead of whitelist_externals. Contributed by galela. (#540)

Bugfixes

  • RequestsAdapter: use system CA store by default instead of certifi. (#558)
  • .DataBC: update service domain and endpoint. Contributed by nickpcrogers. (#557)

Code Improvements

  • Move hardcoded domains to __init__ args for all geocoders.
Changelog

Sourced from geopy's changelog.

2.4.0

2023-08-27

New Features


- New geocoder: :class:`.Woosmap`.
  Contributed by galela. (:issue:`541`)
- New geocoder: :class:`.Geokeo`.
  Contributed by Geokeo. (:issue:`490`)

Breaking Changes

  • Removed Algolia Places geocoder: the service is shut down. Contributed by mtmail. (:issue:547)

Packaging Changes


- Add support for Python 3.12. (:issue:`559`)
- Update maintainer email.
- GitHub releases are now signed with GPG. (:issue:`550`)
- tests: switch from httpbin.org to httpbingo.org. (:issue:`551`)
- tests: use tox ``allowlist_externals`` instead of ``whitelist_externals``.
  Contributed by galela. (:issue:`540`)

Bugfixes


- RequestsAdapter: use system CA store by default instead of ``certifi``.
  (:issue:`558`)
- :class:`.DataBC`: update service domain and endpoint.
  Contributed by nickpcrogers. (:issue:`557`)

Code Improvements
</code></pre>
<ul>
<li>Move hardcoded domains to <code>__init__</code> args for all geocoders.</li>
</ul>
<p>.. _v2-3-0:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/geopy/geopy/commit/a3175d7cd6f05e223e60642237bfe297dd88c4a5"><code>a3175d7</code></a> 2.4.0</li>
<li><a href="https://github.com/geopy/geopy/commit/881462600ffa58dc03b973b7d98e03cdea09b951"><code>8814626</code></a> Readthedocs: disable deprecated system_packages option</li>
<li><a href="https://github.com/geopy/geopy/commit/e2423e76643df687ae629599531717717f7fc34c"><code>e2423e7</code></a> Update changelog</li>
<li><a href="https://github.com/geopy/geopy/commit/528ad2112ff139d93718e4f7ecb2602d7465cc23"><code>528ad21</code></a> Pull up AUTHORS</li>
<li><a href="https://github.com/geopy/geopy/commit/6a6dfff328d374ae6cc0aac68ebfd965ae334b73"><code>6a6dfff</code></a> Geokeo: add tests, fix ignored api key</li>
<li><a href="https://github.com/geopy/geopy/commit/197c69afaf0ad7fc3aef550525d002d7381d258f"><code>197c69a</code></a> Woosmap: rename cc_format -&gt; country_code_format</li>
<li><a href="https://github.com/geopy/geopy/commit/176f85c454026cc137033b599df6e75bb4514aef"><code>176f85c</code></a> Addition of Geocoder Geokeo (<a href="https://redirect.github.com/geopy/geopy/issues/490">#490</a>)</li>
<li><a href="https://github.com/geopy/geopy/commit/c26ed7b7d0ead5ca7d831ca2c577d992d666a9e8"><code>c26ed7b</code></a> Add Python 3.12 support (<a href="https://redirect.github.com/geopy/geopy/issues/559">#559</a>)</li>
<li><a href="https://github.com/geopy/geopy/commit/c128f84d1cdf486547df75d69417205dd2bc4e7a"><code>c128f84</code></a> Add Woosmap Geocoder (Woosmap Address API) (<a href="https://redirect.github.com/geopy/geopy/issues/541">#541</a>)</li>
<li><a href="https://github.com/geopy/geopy/commit/78b987cb01f03b6116db6cb467bfc27fb8537a69"><code>78b987c</code></a> Remove Algolia Places geocoder - service is shut down (<a href="https://redirect.github.com/geopy/geopy/issues/547">#547</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/geopy/geopy/compare/2.3.0...2.4.0">compare view</a></li>
</ul>
</details>

<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=geopy&package-manager=pip&previous-version=2.3.0&new-version=2.4.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) ---
Dependabot commands and options
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 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)