mirror of
https://github.com/evroon/bracket.git
synced 2026-02-04 19:41:16 -05:00
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>v1.1.0</h2> <h2>What's Changed</h2> <ul> <li>Add a security policy by <a href="https://github.com/bbc2"><code>@bbc2</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/512">theskumar/python-dotenv#512</a></li> <li>Keep GitHub Actions up to date with GitHub's Dependabot by <a href="https://github.com/cclauss"><code>@cclauss</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/506">theskumar/python-dotenv#506</a></li> <li>ci: fix multiline string in test.yml & use fail-fast strategy by <a href="https://github.com/cclauss"><code>@cclauss</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/514">theskumar/python-dotenv#514</a></li> <li>Enhance dotenv run: Switch to execvpe for better resource management and signal handling by <a href="https://github.com/eekstunt"><code>@eekstunt</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/523">theskumar/python-dotenv#523</a></li> <li>ci: add py3.13 to test.yml by <a href="https://github.com/waketzheng"><code>@waketzheng</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/527">theskumar/python-dotenv#527</a></li> <li>Add Python 3.13 trove classifier by <a href="https://github.com/edgarrmondragon"><code>@edgarrmondragon</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/535">theskumar/python-dotenv#535</a></li> <li>Bump the github-actions group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/529">theskumar/python-dotenv#529</a></li> <li>Add support for python 3.13 and drop 3.8 by <a href="https://github.com/theskumar"><code>@theskumar</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/551">theskumar/python-dotenv#551</a></li> <li>docs: Update README.md by <a href="https://github.com/chapeupreto"><code>@chapeupreto</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/516">theskumar/python-dotenv#516</a></li> <li>Some more s/Python-dotenv/python-dotenv/ by <a href="https://github.com/theskumar"><code>@theskumar</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/552">theskumar/python-dotenv#552</a></li> <li>add _is_debugger so load_dotenv will work in pdb by <a href="https://github.com/randomseed42"><code>@randomseed42</code></a> in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/553">theskumar/python-dotenv#553</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/eekstunt"><code>@eekstunt</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/523">theskumar/python-dotenv#523</a></li> <li><a href="https://github.com/waketzheng"><code>@waketzheng</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/527">theskumar/python-dotenv#527</a></li> <li><a href="https://github.com/edgarrmondragon"><code>@edgarrmondragon</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/535">theskumar/python-dotenv#535</a></li> <li><a href="https://github.com/dependabot"><code>@dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/529">theskumar/python-dotenv#529</a></li> <li><a href="https://github.com/chapeupreto"><code>@chapeupreto</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/516">theskumar/python-dotenv#516</a></li> <li><a href="https://github.com/randomseed42"><code>@randomseed42</code></a> made their first contribution in <a href="https://redirect.github.com/theskumar/python-dotenv/pull/553">theskumar/python-dotenv#553</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0">https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.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>[1.1.0] - 2025-03-25</h2> <p><strong>Feature</strong></p> <ul> <li>Add support for python 3.13</li> <li>Enhance <code>dotenv run</code>, switch to <code>execvpe</code> for better resource management and signal handling (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/523">#523</a>) by [<a href="https://github.com/eekstunt"><code>@eekstunt</code></a>]</li> </ul> <p><strong>Fixed</strong></p> <ul> <li><code>find_dotenv</code> and <code>load_dotenv</code> now correctly looks up at the current directory when running in debugger or pdb (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/553">#553</a> by [<a href="https://github.com/randomseed42"><code>@randomseed42</code></a>])</li> </ul> <p><strong>Misc</strong></p> <ul> <li>Drop support for Python 3.8</li> </ul> <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 <code>load_dotenv</code> 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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="6a02ef5a10"><code>6a02ef5</code></a> update mkdocs -> mkdocstrings config</li> <li><a href="36c6270db4"><code>36c6270</code></a> Update changelog</li> <li><a href="2198b698c0"><code>2198b69</code></a> Bump version: 1.0.1 → 1.1.0</li> <li><a href="c89fb6d41c"><code>c89fb6d</code></a> Update changelog</li> <li><a href="8dd413e84b"><code>8dd413e</code></a> Add _is_debugger so load_dotenv will work in pdb (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/553">#553</a>)</li> <li><a href="9acba4af31"><code>9acba4a</code></a> Some more s/Python-dotenv/python-dotenv/ (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/552">#552</a>)</li> <li><a href="3c19c03dd4"><code>3c19c03</code></a> s/Python-dotenv/python-dotenv/ (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/516">#516</a>)</li> <li><a href="41593889b6"><code>4159388</code></a> Add support for python 3.13 and drop 3.8 (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/551">#551</a>)</li> <li><a href="2b8635b79f"><code>2b8635b</code></a> Bump the github-actions group with 2 updates (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/529">#529</a>)</li> <li><a href="533f8ac83c"><code>533f8ac</code></a> Add Python 3.13 trove classifier (<a href="https://redirect.github.com/theskumar/python-dotenv/issues/535">#535</a>)</li> <li>Additional commits viewable in <a href="https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>