Update python-dotenv requirement from ~=0.20.0 to ~=0.21.0 in /telegram_bot #389

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/telegram_bot/python-dotenv-approx-eq-0.21.0 into main
dependabot[bot] commented 2022-09-05 15:10:37 +00:00 (Migrated from github.com)

Updates the requirements on python-dotenv to permit the latest version.

Release notes

Sourced from python-dotenv's releases.

Version 0.21.0

What's Changed

Added

Fixed

New Contributors

Full Changelog: https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0

Changelog

Sourced from python-dotenv's changelog.

[0.21.0] - 2022-09-03

Added

Fixed

[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]).

[0.19.2] - 2021-11-11

Fixed

  • In set_key, add missing newline character before new entry if necessary. (#361 by [@​bbc2])

[0.19.1] - 2021-08-09

Added

[0.19.0] - 2021-07-24

Changed

  • Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported. (#341 by [@​bbc2]).

Added

... (truncated)

Commits
  • b6fe193 Bump version: 0.20.0 → 0.21.0
  • 5d07931 update changelog
  • 490b116 Revert "fix: out of scope error when "dest" variable is undefined #413"
  • b1f041d Add release notes for 0.21.0
  • 6399af6 chore: fix flake8 issue
  • a53d652 fix: out of scope error when "dest" variable is undefined #413
  • a7c811d Update README.md (#415)
  • 914c68e feat(cli) add --format= option to list command (#407)
  • 2f36c08 Drop Python 3.5 and 3.6 and upgrade GA (#393)
  • a50a3bf Add .vscode to gitignore
  • Additional commits viewable in compare view

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)
Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. <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.21.0</h2> <h2>What's Changed</h2> <h3>Added</h3> <ul> <li>CLI: add support for invocations via 'python -m'. (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/395">#395</a> by <a href="https://github.com/theskumar"><code>@​theskumar</code></a>)</li> <li><code>load_dotenv</code> function now returns <code>False</code>. (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/388">#388</a> by <a href="https://github.com/larsks"><code>@​larsks</code></a>)</li> <li>CLI: add --format= option to list command. (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/407">#407</a> by <a href="https://github.com/sammck"><code>@​sammck</code></a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Drop Python 3.5 and 3.6 and upgrade GA (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/393">#393</a> by <a href="https://github.com/eggplants"><code>@​eggplants</code></a>)</li> <li>Use <code>open</code> instead of <code>io.open</code>. (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/389">#389</a> by <a href="https://github.com/rabinadk1"><code>@​rabinadk1</code></a>)</li> <li>Improve documentation for variables without a value (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/390">#390</a> by <a href="https://github.com/bbc2"><code>@​bbc2</code></a>)</li> <li>Add <code>parse_it</code> to Related Projects by (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/410">#410</a> by <a href="https://github.com/naorlivne"><code>@​naorlivne</code></a>)</li> <li>Update README.md by (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/415">#415</a> by <a href="https://github.com/harveer07"><code>@​harveer07</code></a>)</li> <li>Improve documentation with direct use of MkDocs by (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/398">#398</a> by <a href="https://github.com/bbc2"><code>@​bbc2</code></a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rabinadk1"><code>@​rabinadk1</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/pull/389">theskumar/python-dotenv#389</a></li> <li><a href="https://github.com/larsks"><code>@​larsks</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/pull/388">theskumar/python-dotenv#388</a></li> <li><a href="https://github.com/naorlivne"><code>@​naorlivne</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/pull/410">theskumar/python-dotenv#410</a></li> <li><a href="https://github.com/eggplants"><code>@​eggplants</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/pull/393">theskumar/python-dotenv#393</a></li> <li><a href="https://github.com/sammck"><code>@​sammck</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/pull/407">theskumar/python-dotenv#407</a></li> <li><a href="https://github.com/harveer07"><code>@​harveer07</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/pull/415">theskumar/python-dotenv#415</a></li> <li><a href="https://github.com/theGOTOguy"><code>@​theGOTOguy</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/pull/414">theskumar/python-dotenv#414</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0">https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md">python-dotenv's changelog</a>.</em></p> <blockquote> <h2>[0.21.0] - 2022-09-03</h2> <h3>Added</h3> <ul> <li>CLI: add support for invocations via 'python -m'. (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/395">#395</a> by <a href="https://github.com/theskumar"><code>@​theskumar</code></a>)</li> <li><code>load_dotenv</code> function now returns <code>False</code>. (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/388">#388</a> by <a href="https://github.com/larsks"><code>@​larsks</code></a>)</li> <li>CLI: add --format= option to list command. (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/407">#407</a> by <a href="https://github.com/sammck"><code>@​sammck</code></a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Drop Python 3.5 and 3.6 and upgrade GA (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/393">#393</a> by <a href="https://github.com/eggplants"><code>@​eggplants</code></a>)</li> <li>Use <code>open</code> instead of <code>io.open</code>. (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/389">#389</a> by <a href="https://github.com/rabinadk1"><code>@​rabinadk1</code></a>)</li> <li>Improve documentation for variables without a value (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/390">#390</a> by <a href="https://github.com/bbc2"><code>@​bbc2</code></a>)</li> <li>Add <code>parse_it</code> to Related Projects by (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/410">#410</a> by <a href="https://github.com/naorlivne"><code>@​naorlivne</code></a>)</li> <li>Update README.md by (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/415">#415</a> by <a href="https://github.com/harveer07"><code>@​harveer07</code></a>)</li> <li>Improve documentation with direct use of MkDocs by (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/398">#398</a> by <a href="https://github.com/bbc2"><code>@​bbc2</code></a>)</li> </ul> <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> <h2>[0.19.2] - 2021-11-11</h2> <h3>Fixed</h3> <ul> <li>In <code>set_key</code>, add missing newline character before new entry if necessary. (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/361">#361</a> by [<a href="https://github.com/bbc2"><code>@​bbc2</code></a>])</li> </ul> <h2>[0.19.1] - 2021-08-09</h2> <h3>Added</h3> <ul> <li>Add support for Python 3.10. (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/359">#359</a> by [<a href="https://github.com/theskumar"><code>@​theskumar</code></a>])</li> </ul> <h2>[0.19.0] - 2021-07-24</h2> <h3>Changed</h3> <ul> <li>Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported. (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/341">#341</a> by [<a href="https://github.com/bbc2"><code>@​bbc2</code></a>]).</li> </ul> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/theskumar/python-dotenv/commit/b6fe193b4c296a24d1973b741c19ee8b0066bc86"><code>b6fe193</code></a> Bump version: 0.20.0 → 0.21.0</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/5d079312ada8fb39643b7789a577e93b415c18b6"><code>5d07931</code></a> update changelog</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/490b116e6548e8d1bbc8184e36768f6ae73c06b2"><code>490b116</code></a> Revert &quot;fix: out of scope error when &quot;dest&quot; variable is undefined <a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/413">#413</a>&quot;</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/b1f041dcef79e796c9b9cda8e13d72ca65727b9b"><code>b1f041d</code></a> Add release notes for 0.21.0</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/6399af6cd8b5f27ae4b68e8758722dff6728bffd"><code>6399af6</code></a> chore: fix flake8 issue</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/a53d652f0618c27a0fd62c4a7946e609919179f3"><code>a53d652</code></a> fix: out of scope error when &quot;dest&quot; variable is undefined <a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/413">#413</a></li> <li><a href="https://github.com/theskumar/python-dotenv/commit/a7c811dd9296fc06524838c08c2ef4a8dec6377b"><code>a7c811d</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/415">#415</a>)</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/914c68ef0e4c2c085d2753f5cbbf304852f37850"><code>914c68e</code></a> feat(cli) add --format= option to list command (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/407">#407</a>)</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/2f36c082c278bad1a84411f1ad61547f95cecdb8"><code>2f36c08</code></a> Drop Python 3.5 and 3.6 and upgrade GA (<a href="https://github-redirect.dependabot.com/theskumar/python-dotenv/issues/393">#393</a>)</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/a50a3bf3461e7c295723078ebf2db037d9eecd8b"><code>a50a3bf</code></a> Add .vscode to gitignore</li> <li>Additional commits viewable in <a href="https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0">compare view</a></li> </ul> </details> <br /> 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>
administrator closed this pull request 2022-09-17 22:44:45 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.