Bump python-dotenv from 0.19.2 to 0.20.0 in /api #22

Merged
dependabot[bot] merged 1 commits from dependabot/pip/api/python-dotenv-0.20.0 into main 2022-03-25 09:52:46 +00:00
dependabot[bot] commented 2022-03-25 09:41:07 +00:00 (Migrated from github.com)

Bumps python-dotenv from 0.19.2 to 0.20.0.

Release notes

Sourced from python-dotenv's releases.

Version 0.20.0

Added

  • Add encoding (Optional[str]) parameter to get_key, set_key and unset_key. (#379 by @​bbc2)

Fixed

  • Use dict to specify the entry_points parameter of setuptools.setup (#376 by @​mgorny).
  • Don't build universal wheels (#387 by @​bbc2).
Changelog

Sourced from python-dotenv's changelog.

[0.20.0] - 2022-03-24

Added

  • Add encoding (Optional[str]) parameter to get_key, set_key and unset_key. (#379 by [@​bbc2])

Fixed

  • Use dict to specify the entry_points parameter of setuptools.setup (#376 by [@​mgorny]).
  • Don't build universal wheels (#387 by [@​bbc2]).
Commits

Dependabot compatibility score

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 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 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)
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.2 to 0.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/theskumar/python-dotenv/releases">python-dotenv's releases</a>.</em></p> <blockquote> <h2>Version 0.20.0</h2> <h2>Added</h2> <ul> <li>Add <code>encoding</code> (<code>Optional[str]</code>) parameter to <code>get_key</code>, <code>set_key</code> and <code>unset_key</code>. (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/379">#379</a> by <a href="https://github.com/bbc2"><code>@​bbc2</code></a>)</li> </ul> <h2>Fixed</h2> <ul> <li>Use dict to specify the <code>entry_points</code> parameter of <code>setuptools.setup</code> (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/376">#376</a> by <a href="https://github.com/mgorny"><code>@​mgorny</code></a>).</li> <li>Don't build universal wheels (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/387">#387</a> by <a href="https://github.com/bbc2"><code>@​bbc2</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md">python-dotenv's changelog</a>.</em></p> <blockquote> <h2>[0.20.0] - 2022-03-24</h2> <h3>Added</h3> <ul> <li>Add <code>encoding</code> (<code>Optional[str]</code>) parameter to <code>get_key</code>, <code>set_key</code> and <code>unset_key</code>. (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/379">#379</a> by [<a href="https://github.com/bbc2"><code>@​bbc2</code></a>])</li> </ul> <h3>Fixed</h3> <ul> <li>Use dict to specify the <code>entry_points</code> parameter of <code>setuptools.setup</code> (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/376">#376</a> by [<a href="https://github.com/mgorny"><code>@​mgorny</code></a>]).</li> <li>Don't build universal wheels (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/387">#387</a> by [<a href="https://github.com/bbc2"><code>@​bbc2</code></a>]).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/theskumar/python-dotenv/commit/53cee8c7fb2fe1252606202ec9e2746651df738c"><code>53cee8c</code></a> Release version 0.20.0</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/38320117cab7b0db0d9b417b2802e147542f80ed"><code>3832011</code></a> Don't mark wheels as universal (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/387">#387</a>)</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/06c645c6d6e20bae18dde51e2bb02c82b6d46133"><code>06c645c</code></a> Fix installing entry points</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/157282ce24d4124e934fd543eeb83fe5a65a4234"><code>157282c</code></a> Add encoding parameter to {get,set,unset}_key</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/ba9408c5048e8e512318df423541d2b44ac6019f"><code>ba9408c</code></a> chore: add test with Python 3.11 (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/368">#368</a>)</li> <li>See full diff in <a href="https://github.com/theskumar/python-dotenv/compare/v0.19.2...v0.20.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-dotenv&package-manager=pip&previous-version=0.19.2&new-version=0.20.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 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>
Sign in to join this conversation.
No description provided.