Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bump python-dotenv from 0.19.2 to 1.0.1 (#20)
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.2 to 1.0.1. <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>v1.0.1</h2> <h2>What's Changed</h2> <ul> <li>FIx year in release date in changelog.md by <a href="https://github.com/jankislinger"><code>@jankislinger</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/453">theskumar/python-dotenv#453</a></li> <li>Gracefully handle code which has been imported from a zipfile by <a href="https://github.com/samwyma"><code>@samwyma</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/456">theskumar/python-dotenv#456</a></li> <li>Use pathlib.Path in tests by <a href="https://github.com/eumiro"><code>@eumiro</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/466">theskumar/python-dotenv#466</a></li> <li>fixes <a href="https://redirect.github.com/theskumar/python-dotenv/issues/473">#473</a> Use https in README links by <a href="https://github.com/Nicals"><code>@Nicals</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/474">theskumar/python-dotenv#474</a></li> <li>Allow modules using load_dotenv to be reloaded when launched in a separate thread by <a href="https://github.com/freddyaboulton"><code>@freddyaboulton</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/497">theskumar/python-dotenv#497</a></li> <li>Fix error handling in the rewrite function by <a href="https://github.com/Qwerty-133"><code>@Qwerty-133</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/468">theskumar/python-dotenv#468</a></li> <li>Add python 3.12 and pypy3.10 to test suite by <a href="https://github.com/theskumar"><code>@theskumar</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/498">theskumar/python-dotenv#498</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jankislinger"><code>@jankislinger</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/453">theskumar/python-dotenv#453</a></li> <li><a href="https://github.com/samwyma"><code>@samwyma</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/456">theskumar/python-dotenv#456</a></li> <li><a href="https://github.com/eumiro"><code>@eumiro</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/466">theskumar/python-dotenv#466</a></li> <li><a href="https://github.com/Nicals"><code>@Nicals</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/474">theskumar/python-dotenv#474</a></li> <li><a href="https://github.com/freddyaboulton"><code>@freddyaboulton</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/497">theskumar/python-dotenv#497</a></li> <li><a href="https://github.com/Qwerty-133"><code>@Qwerty-133</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/468">theskumar/python-dotenv#468</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1">https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1</a></p> <h2>Version 1.0.0</h2> <h2>What's Changed</h2> <ul> <li>Handle situations where the cwd does not exist. by <a href="https://github.com/jctanner"><code>@jctanner</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/446">theskumar/python-dotenv#446</a></li> <li>Add python-decouple as a related project by <a href="https://github.com/kcarnold"><code>@kcarnold</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/451">theskumar/python-dotenv#451</a></li> <li>Drop support for python 3.7, add python 3.12-dev by <a href="https://github.com/theskumar"><code>@theskumar</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/449">theskumar/python-dotenv#449</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jctanner"><code>@jctanner</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/446">theskumar/python-dotenv#446</a></li> <li><a href="https://github.com/kcarnold"><code>@kcarnold</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/451">theskumar/python-dotenv#451</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/theskumar/python-dotenv/compare/v0.21.1...v1.0.0">https://github.com/theskumar/python-dotenv/compare/v0.21.1...v1.0.0</a></p> <h2>Version 0.21.1</h2> <h2>Added</h2> <ul> <li>Use Python 3.11 non-beta in CI (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/438">#438</a> by <a href="https://github.com/bbc2"><code>@bbc2</code></a>)</li> <li>Modernize variables code (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/434">#434</a> by <a href="https://github.com/Nougat-Waffle"><code>@Nougat-Waffle</code></a>)</li> <li>Modernize main.py and parser.py code (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/435">#435</a> by <a href="https://github.com/Nougat-Waffle"><code>@Nougat-Waffle</code></a>)</li> <li>Improve conciseness of cli.py and <strong>init</strong>.py (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/439">#439</a> by <a href="https://github.com/Nougat-Waffle"><code>@Nougat-Waffle</code></a>)</li> <li>Improve error message for <code>get</code> and <code>list</code> commands when env file can't be opened (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/441">#441</a> by <a href="https://github.com/bbc2"><code>@bbc2</code></a>)</li> <li>Updated Licence to align with BSD OSI template (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/433">#433</a> by <a href="https://github.com/lsmith77"><code>@lsmith77</code></a>)</li> </ul> <h2>Fixed</h2> <ul> <li>Fix Out-of-scope error when "dest" variable is undefined (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/413">#413</a> by <a href="https://github.com/theGOTOguy"><code>@theGOTOguy</code></a>)</li> <li>Fix IPython test warning about deprecated <code>magic</code> (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/440">#440</a> by <a href="https://github.com/bbc2"><code>@bbc2</code></a>)</li> <li>Fix type hint for dotenv_path var, add StrPath alias (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/432">#432</a> by <a href="https://github.com/eaf"><code>@eaf</code></a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/saimehsan"><code>@saimehsan</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/426">theskumar/python-dotenv#426</a></li> <li><a href="https://github.com/Praveensenpai"><code>@Praveensenpai</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/437">theskumar/python-dotenv#437</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>[1.0.1] - 2024-01-23</h2> <p><strong>Fixed</strong></p> <ul> <li>Gracefully handle code which has been imported from a zipfile (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/456">#456</a> by [<a href="https://github.com/samwyma"><code>@samwyma</code></a>])</li> <li>Allow modules using load_dotenv to be reloaded when launched in a separate thread (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/497">#497</a> by [<a href="https://github.com/freddyaboulton"><code>@freddyaboulton</code></a>])</li> <li>Fix file not closed after deletion, handle error in the rewrite function (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/469">#469</a> by [<a href="https://github.com/Qwerty-133"><code>@Qwerty-133</code></a>])</li> </ul> <p><strong>Misc</strong></p> <ul> <li>Use pathlib.Path in tests (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/466">#466</a> by [<a href="https://github.com/eumiro"><code>@eumiro</code></a>])</li> <li>Fix year in release date in changelog.md (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/454">#454</a> by [<a href="https://github.com/jankislinger"><code>@jankislinger</code></a>])</li> <li>Use https in README links (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/474">#474</a> by [<a href="https://github.com/Nicals"><code>@Nicals</code></a>])</li> </ul> <h2>[1.0.0] - 2023-02-24</h2> <p><strong>Fixed</strong></p> <ul> <li>Drop support for python 3.7, add python 3.12-dev (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/449">#449</a> by [<a href="https://github.com/theskumar"><code>@theskumar</code></a>])</li> <li>Handle situations where the cwd does not exist. (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/446">#446</a> by [<a href="https://github.com/jctanner"><code>@jctanner</code></a>])</li> </ul> <h2>[0.21.1] - 2023-01-21</h2> <p><strong>Added</strong></p> <ul> <li>Use Python 3.11 non-beta in CI (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/438">#438</a> by [<a href="https://github.com/bbc2"><code>@bbc2</code></a>])</li> <li>Modernize variables code (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/434">#434</a> by [<a href="https://github.com/Nougat-Waffle"><code>@Nougat-Waffle</code></a>])</li> <li>Modernize main.py and parser.py code (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/435">#435</a> by [<a href="https://github.com/Nougat-Waffle"><code>@Nougat-Waffle</code></a>])</li> <li>Improve conciseness of cli.py and <strong>init</strong>.py (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/439">#439</a> by [<a href="https://github.com/Nougat-Waffle"><code>@Nougat-Waffle</code></a>])</li> <li>Improve error message for <code>get</code> and <code>list</code> commands when env file can't be opened (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/441">#441</a> by [<a href="https://github.com/bbc2"><code>@bbc2</code></a>])</li> <li>Updated License to align with BSD OSI template (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/433">#433</a> by [<a href="https://github.com/lsmith77"><code>@lsmith77</code></a>])</li> </ul> <p><strong>Fixed</strong></p> <ul> <li>Fix Out-of-scope error when "dest" variable is undefined (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/413">#413</a> by [<a href="https://github.com/theGOTOguy"><code>@theGOTOguy</code></a>])</li> <li>Fix IPython test warning about deprecated <code>magic</code> (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/440">#440</a> by [<a href="https://github.com/bbc2"><code>@bbc2</code></a>])</li> <li>Fix type hint for dotenv_path var, add StrPath alias (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/432">#432</a> by [<a href="https://github.com/eaf"><code>@eaf</code></a>])</li> </ul> <h2>[0.21.0] - 2022-09-03</h2> <p><strong>Added</strong></p> <ul> <li>CLI: add support for invocations via 'python -m'. (<a href="https://redirect.github.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://redirect.github.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://redirect.github.com/theskumar/python-dotenv/issues/407">#407</a> by [<a href="https://github.com/sammck"><code>@sammck</code></a>])</li> </ul> <p><strong>Fixed</strong></p> <ul> <li>Drop Python 3.5 and 3.6 and upgrade GA (<a href="https://redirect.github.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://redirect.github.com/theskumar/python-dotenv/issues/389">#389</a> by [<a href="https://github.com/rabinadk1"><code>@rabinadk1</code></a>])</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/theskumar/python-dotenv/commit/d6c0b9638349a7dd605d60ee555ff60421c1a594"><code>d6c0b96</code></a> Bumpversion 1.0.0 -> 1.0.1</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/42dc08664bc7cef185a139137a39126a030f272c"><code>42dc086</code></a> Update changelog for 1.0.1</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/b1eebbaaab2cf3e1c48fa5c7ad88cfb00e4b5e54"><code>b1eebba</code></a> Add python 3.12 and pypy3.10 to test runner</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/6ff139147559eff4d124c038ec5a4b60ffcf3033"><code>6ff1391</code></a> Fix temporary file is deleted before closing, in the rewrite function (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/468">#468</a>)</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/0b94ac0822241eb526828cf506048fb0525d5c38"><code>0b94ac0</code></a> Allow modules using load_dotenv to be reloaded when launched in a separate th...</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/3ffcef60d10813b72ecf85d5941d51b0207cd40e"><code>3ffcef6</code></a> Use https in README links (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/474">#474</a>)</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/be96be259c7eaf687360367de53e5e099aea48df"><code>be96be2</code></a> Use pathlib.Path in tests (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/466">#466</a>)</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/137bc3dc0b8cf3d417a1e800c4065c526e3fb96a"><code>137bc3d</code></a> Gracefully handle code which has been imported from a zipfile (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/456">#456</a>)</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/dd1af684f2586d2c2fdd722f9c45d3212e1e4e59"><code>dd1af68</code></a> FIx year in release in changelog (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/453">#453</a>)</li> <li><a href="https://github.com/theskumar/python-dotenv/commit/d0684d1c092fb6a9a208a09d43f02e4876ee8196"><code>d0684d1</code></a> Bump version: 0.21.1 → 1.0.0</li> <li>Additional commits viewable in <a href="https://github.com/theskumar/python-dotenv/compare/v0.19.2...v1.0.1">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=1.0.1)](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> ## Summary by Sourcery Update python-dotenv to version 1.0.1 to incorporate various improvements and fixes, including enhanced error handling and support for module reloading in threaded environments. Bug Fixes: - Fix error handling in the rewrite function of python-dotenv. Enhancements: - Allow modules using load_dotenv to be reloaded when launched in a separate thread. Build: - Bump python-dotenv from version 0.19.2 to 1.0.1 in the requirements.
- Loading branch information