- fix: trigger new release expect v0.8.2 (
b159c75
)
- fix: bump version manually (
c993504
)
-
chore(deps-dev): Bump pytest from 7.4.4 to 8.0.0 (#167) (
ed3ad69
) -
chore(deps-dev): Bump black from 24.1.0 to 24.1.1 (#166)
Bumps black from 24.1.0 to 24.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>24.1.1</h2> <p>Bugfix release to fix a bug that made Black unusable on certain file systems with strict limits on path length.</p> <h3>Preview style</h3> <ul> <li>Consistently add trailing comma on typed parameters (<a href="https://redirect.github.com/psf/black/issues/4164">#4164</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Shorten the length of the name of the cache file to fix crashes on file systems that do not support long paths (<a href="https://redirect.github.com/psf/black/issues/4176">#4176</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>24.1.1</h2> <p>Bugfix release to fix a bug that made Black unusable on certain file systems with strict limits on path length.</p> <h3>Preview style</h3> <ul> <li>Consistently add trailing comma on typed parameters (<a href="https://redirect.github.com/psf/black/issues/4164">#4164</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Shorten the length of the name of the cache file to fix crashes on file systems that do not support long paths (<a href="https://redirect.github.com/psf/black/issues/4176">#4176</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/e026c93888f91a47a9c9f4e029f3eb07d96375e6"><code>e026c93</code></a> Prepare release 24.1.1 (<a href="https://redirect.github.com/psf/black/issues/4186">#4186</a>)</li> <li><a href="https://github.com/psf/black/commit/79fc1158a98281dac798feb14b8fddb4051e4a42"><code>79fc115</code></a> chore: ignore node_modules (produced by a pre-commit check) (<a href="https://redirect.github.com/psf/black/issues/4184">#4184</a>)</li> <li><a href="https://github.com/psf/black/commit/8bf04549ffd276a1bad6eb110e66e6557ee630d9"><code>8bf0454</code></a> Consistently add trailing comma on typed parameters (<a href="https://redirect.github.com/psf/black/issues/4164">#4164</a>)</li> <li><a href="https://github.com/psf/black/commit/1607e9ab20ad550cf940482d0d361ca31fc03189"><code>1607e9a</code></a> Fix missing space in option description (<a href="https://redirect.github.com/psf/black/issues/4182">#4182</a>)</li> <li><a href="https://github.com/psf/black/commit/ed770ba4dd50c419148a0fca2b43937a7447e1f9"><code>ed770ba</code></a> Fix cache file length (<a href="https://redirect.github.com/psf/black/issues/4176">#4176</a>)</li> <li><a href="https://github.com/psf/black/commit/659c29a41c7c686687aef21f57b95bcfa236b03b"><code>659c29a</code></a> New changelog</li> <li>See full diff in <a href="https://github.com/psf/black/compare/24.1.0...24.1.1">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
.
<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> (4182391
)
-
chore(deps-dev): Bump black from 23.12.1 to 24.1.0 (#165) (
122833e
) -
chore(deps-dev): Bump jinja2 from 3.1.2 to 3.1.3 (#164)
Bumps jinja2 from 3.1.2 to 3.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets/jinja/releases">jinja2's releases</a>.</em></p> <blockquote> <h2>3.1.3</h2> <p>This is a fix release for the 3.1.x feature branch.</p> <ul> <li>Fix for <a href="https://github.com/pallets/jinja/security/advisories/GHSA-h5c8-rqwp-cp95">GHSA-h5c8-rqwp-cp95</a>. You are affected if you are using <code>xmlattr</code> and passing user input as attribute keys.</li> <li>Changes: <a href="https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-3">https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-3</a></li> <li>Milestone: <a href="https://github.com/pallets/jinja/milestone/15?closed=1">https://github.com/pallets/jinja/milestone/15?closed=1</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets/jinja/blob/main/CHANGES.rst">jinja2's changelog</a>.</em></p> <blockquote> <h2>Version 3.1.3</h2> <p>Released 2024-01-10</p> <ul> <li>Fix compiler error when checking if required blocks in parent templates are empty. :pr:<code>1858</code></li> <li><code>xmlattr</code> filter does not allow keys with spaces. GHSA-h5c8-rqwp-cp95</li> <li>Make error messages stemming from invalid nesting of <code>{% trans %}</code> blocks more helpful. :pr:<code>1918</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/jinja/commit/d9de4bb215fd1cc8092a410fb834c7c4060b1fc1"><code>d9de4bb</code></a> release version 3.1.3</li> <li><a href="https://github.com/pallets/jinja/commit/50124e16561f17f6c1ec85a692f6551418971cdc"><code>50124e1</code></a> skip test pypi</li> <li><a href="https://github.com/pallets/jinja/commit/9ea7222ef3f184480be0d0884e30ccfb4172b17b"><code>9ea7222</code></a> use trusted publishing</li> <li><a href="https://github.com/pallets/jinja/commit/da703f7aae36b1e88baaa20de334d7ff6378fdde"><code>da703f7</code></a> use trusted publishing</li> <li><a href="https://github.com/pallets/jinja/commit/bce174692547464512383ec40e0f8338b8811983"><code>bce1746</code></a> use trusted publishing</li> <li><a href="https://github.com/pallets/jinja/commit/7277d8068be593deab3555c7c14f974ada373af1"><code>7277d80</code></a> update pre-commit hooks</li> <li><a href="https://github.com/pallets/jinja/commit/5c8a10522421270f66376a24ec8e0d6812bc4b14"><code>5c8a105</code></a> Make nested-trans-block exceptions nicer (<a href="https://redirect.github.com/pallets/jinja/issues/1918">#1918</a>)</li> <li><a href="https://github.com/pallets/jinja/commit/19a55db3b411343309f2faaffaedbb089e841895"><code>19a55db</code></a> Make nested-trans-block exceptions nicer</li> <li><a href="https://github.com/pallets/jinja/commit/716795349a41d4983a9a4771f7d883c96ea17be7"><code>7167953</code></a> Merge pull request from GHSA-h5c8-rqwp-cp95</li> <li><a href="https://github.com/pallets/jinja/commit/7dd3680e6eea0d77fde024763657aa4d884ddb23"><code>7dd3680</code></a> xmlattr filter disallows keys with spaces</li> <li>Additional commits viewable in <a href="https://github.com/pallets/jinja/compare/3.1.2...3.1.3">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
.
<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) You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (ce896c3
)
- chore(deps-dev): Bump gitpython from 3.1.37 to 3.1.41 (#163)
Bumps gitpython from 3.1.37 to 3.1.41. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gitpython-developers/GitPython/releases">gitpython's releases</a>.</em></p> <blockquote> <h2>3.1.41 - fix Windows security issue</h2> <p>The details about the Windows security issue <a href="https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-2mqj-m65w-jghx">can be found in this advisory</a>.</p> <p>Special thanks go to <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> who reported the issue and fixed it in a single stroke, while being responsible for an incredible amount of improvements that he contributed over the last couple of months ❤️.</p> <h2>What's Changed</h2> <ul> <li>Add <code>all</code> in git.exc by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1719">gitpython-developers/GitPython#1719</a></li> <li>Set submodule update cadence to weekly by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1721">gitpython-developers/GitPython#1721</a></li> <li>Never modify sys.path by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1720">gitpython-developers/GitPython#1720</a></li> <li>Bump git/ext/gitdb from <code>8ec2390</code> to <code>ec58b7e</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1722">gitpython-developers/GitPython#1722</a></li> <li>Revise comments, docstrings, some messages, and a bit of code by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1725">gitpython-developers/GitPython#1725</a></li> <li>Use zero-argument super() by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1726">gitpython-developers/GitPython#1726</a></li> <li>Remove obsolete note in iter_packed_refs by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1727">gitpython-developers/GitPython#1727</a></li> <li>Reorganize test_util and make xfail marks precise by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1729">gitpython-developers/GitPython#1729</a></li> <li>Clarify license and make module top comments more consistent by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1730">gitpython-developers/GitPython#1730</a></li> <li>Deprecate compat.is<!-- raw HTML omitted -->, rewriting all uses by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1732">gitpython-developers/GitPython#1732</a></li> <li>Revise and restore some module docstrings by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1735">gitpython-developers/GitPython#1735</a></li> <li>Make the rmtree callback Windows-only by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1739">gitpython-developers/GitPython#1739</a></li> <li>List all non-passing tests in test summaries by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1740">gitpython-developers/GitPython#1740</a></li> <li>Document some minor subtleties in test_util.py by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1749">gitpython-developers/GitPython#1749</a></li> <li>Always read metadata files as UTF-8 in setup.py by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1748">gitpython-developers/GitPython#1748</a></li> <li>Test native Windows on CI by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1745">gitpython-developers/GitPython#1745</a></li> <li>Test macOS on CI by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1752">gitpython-developers/GitPython#1752</a></li> <li>Let close_fds be True on all platforms by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1753">gitpython-developers/GitPython#1753</a></li> <li>Fix IndexFile.from_tree on Windows by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1751">gitpython-developers/GitPython#1751</a></li> <li>Remove unused TASKKILL fallback in AutoInterrupt by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1754">gitpython-developers/GitPython#1754</a></li> <li>Don't return with operand when conceptually void by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1755">gitpython-developers/GitPython#1755</a></li> <li>Group .gitignore entries by purpose by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1758">gitpython-developers/GitPython#1758</a></li> <li>Adding dubious ownership handling by <a href="https://github.com/marioaag"><code>@marioaag</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1746">gitpython-developers/GitPython#1746</a></li> <li>Avoid brittle assumptions about preexisting temporary files in tests by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1759">gitpython-developers/GitPython#1759</a></li> <li>Overhaul noqa directives by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1760">gitpython-developers/GitPython#1760</a></li> <li>Clarify some Git.execute kill_after_timeout limitations by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1761">gitpython-developers/GitPython#1761</a></li> <li>Bump actions/setup-python from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1763">gitpython-developers/GitPython#1763</a></li> <li>Don't install black on Cygwin by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1766">gitpython-developers/GitPython#1766</a></li> <li>Extract all "import gc" to module level by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1765">gitpython-developers/GitPython#1765</a></li> <li>Extract remaining local "import gc" to module level by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1768">gitpython-developers/GitPython#1768</a></li> <li>Replace xfail with gc.collect in TestSubmodule.test_rename by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1767">gitpython-developers/GitPython#1767</a></li> <li>Enable CodeQL by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1769">gitpython-developers/GitPython#1769</a></li> <li>Replace some uses of the deprecated mktemp function by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1770">gitpython-developers/GitPython#1770</a></li> <li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1773">gitpython-developers/GitPython#1773</a></li> <li>Run some Windows environment variable tests only on Windows by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1774">gitpython-developers/GitPython#1774</a></li> <li>Fix TemporaryFileSwap regression where file_path could not be Path by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1776">gitpython-developers/GitPython#1776</a></li> <li>Improve hooks tests by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1777">gitpython-developers/GitPython#1777</a></li> <li>Fix if items of Index is of type PathLike by <a href="https://github.com/stegm"><code>@stegm</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1778">gitpython-developers/GitPython#1778</a></li> <li>Better document IterableObj.iter_items and improve some subclasses by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1780">gitpython-developers/GitPython#1780</a></li> <li>Revert "Don't install black on Cygwin" by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1783">gitpython-developers/GitPython#1783</a></li> <li>Add missing pip in $PATH on Cygwin CI by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1784">gitpython-developers/GitPython#1784</a></li> <li>Shorten Iterable docstrings and put IterableObj first by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1785">gitpython-developers/GitPython#1785</a></li> <li>Fix incompletely revised Iterable/IterableObj docstrings by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1786">gitpython-developers/GitPython#1786</a></li> <li>Pre-deprecate setting Git.USE_SHELL by <a href="https://github.com/EliahKagan"><code>@EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1782">gitpython-developers/GitPython#1782</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gitpython-developers/GitPython/commit/f28873828496a6632b3a99101e3582ad164e9bb9"><code>f288738</code></a> bump patch level</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/ef3192cc414f2fd9978908454f6fd95243784c7f"><code>ef3192c</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/GitPython/issues/1792">#1792</a> from EliahKagan/popen</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/1f3caa31f1b63908235e341418a0804ed37a320a"><code>1f3caa3</code></a> Further clarify comment in test_hook_uses_shell_not_from_cwd</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/3eb7c2ab82e6dbe101ff916fca29d539cc2793af"><code>3eb7c2a</code></a> Move safer_popen from git.util to git.cmd</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/c551e916c7b9e2d623b9d76f3352849a707d9bbe"><code>c551e91</code></a> Extract shared logic for using Popen safely on Windows</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/15ebb258d4eebd9bf0f38780570d57e0b968b8de"><code>15ebb25</code></a> Clarify comment in test_hook_uses_shell_not_from_cwd</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/f44524a9a9c8122b9b98d6e5797e1dfc3211c0b7"><code>f44524a</code></a> Avoid spurious "location may have moved" on Windows</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/a42ea0a38c489caf9969836141120d760d3754b4"><code>a42ea0a</code></a> Cover absent/no-distro bash.exe in hooks "not from cwd" test</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/7751436b94d96ce0978b301681b851edd6efed63"><code>7751436</code></a> Extract venv management from test_installation</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/66ff4c177accfb4f21d3eb476381d248d99fd8b5"><code>66ff4c1</code></a> Omit CWD in search for bash.exe to run hooks on Windows</li> <li>Additional commits viewable in <a href="https://github.com/gitpython-developers/GitPython/compare/3.1.37...3.1.41">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
.
<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) You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (5bf6b2d
)
- chore(deps-dev): Bump pytest from 7.4.3 to 7.4.4 (#162)
Bumps pytest from 7.4.3 to 7.4.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p> <blockquote> <h2>pytest 7.4.4 (2023-12-31)</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/11140">#11140</a>: Fix non-string constants at the top of file being detected as docstrings on Python>=3.8.</li> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/11572">#11572</a>: Handle an edge case where <code>sys.stderr</code>{.interpreted-text role="data"} and <code>sys.stderr</code>{.interpreted-text role="data"} might already be closed when <code>faulthandler</code>{.interpreted-text role="ref"} is tearing down.</li> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/11710">#11710</a>: Fixed tracebacks from collection errors not getting pruned.</li> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/7966">#7966</a>: Removed unhelpful error message from assertion rewrite mechanism when exceptions are raised in <code>iter</code> methods. Now they are treated un-iterable instead.</li> </ul> <h2>Improved Documentation</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/11091">#11091</a>: Updated documentation to refer to hyphenated options: replaced <code>--junitxml</code> with <code>--junit-xml</code> and <code>--collectonly</code> with <code>--collect-only</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/33f694f4b30c5c502f21f81cb8ab907b12ad2f65"><code>33f694f</code></a> Prepare release version 7.4.4</li> <li><a href="https://github.com/pytest-dev/pytest/commit/76c107c463afcaddf74ca48252614728c6829ea7"><code>76c107c</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/11751">#11751</a> from bluetech/backport-11143-to-7.4.x</li> <li><a href="https://github.com/pytest-dev/pytest/commit/531d76daa4a871df5b2a46cae132851c29abf027"><code>531d76d</code></a> [7.4.x] Improve reporting from <strong>iter</strong> exceptions (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11749">#11749</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/a0f58fa9e7f9b09b212ed491464be5df9b80fc0b"><code>a0f58fa</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/11143">#11143</a> from tushar-deepsource/patch-1</li> <li><a href="https://github.com/pytest-dev/pytest/commit/b1f3387d42571090ee4a35ec1945765b7f2ffae8"><code>b1f3387</code></a> [7.4.x] <a href="https://redirect.github.com/pytest-dev/pytest/issues/11091">#11091</a>: documentation should use hypthonated properties (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11750">#11750</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/2cdd619bf49ee7c5306dc70dcbf71090839ea985"><code>2cdd619</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/11747">#11747</a> from pytest-dev/backport-11711-to-7.4.x</li> <li><a href="https://github.com/pytest-dev/pytest/commit/d06c05bd23ea6af8e07fd944e56c58b64375b724"><code>d06c05b</code></a> [7.4.x] nodes: fix tracebacks from collection errors are not getting pruned</li> <li><a href="https://github.com/pytest-dev/pytest/commit/5582bfcddf78929f7979c5023b167b333e1c2dd9"><code>5582bfc</code></a> [7.4.x] Improves clarity in Sphinx documentation for function signature. (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11">#11</a>...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/13024efd7afdbae80ce70d27295d9bbe62670cb8"><code>13024ef</code></a> [7.4.x] Fix for operation on closed file in faulthandler teardown (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11631">#11631</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/a40dacf6577ae990740e10572582538dfaf357b6"><code>a40dacf</code></a> [7.4.x] XFAIL TestLocalPath.test_make_numbered_dir_multiprocess_safe (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11616">#11616</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/7.4.3...7.4.4">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
.
<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> (29329a4
)
- chore(deps-dev): Bump black from 23.12.0 to 23.12.1 (#161)
Bumps black from 23.12.0 to 23.12.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>23.12.1</h2> <p>Fixed a bug that included dependencies from the d extra by default (<a href="https://redirect.github.com/psf/black/issues/4108">#4108</a>)</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>23.12.1</h2> <h3>Packaging</h3> <ul> <li>Fixed a bug that included dependencies from the <code>d</code> extra by default (<a href="https://redirect.github.com/psf/black/issues/4108">#4108</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/ec91a2be3c44d88e1a3960a4937ad6ed3b63464e"><code>ec91a2b</code></a> Prepare release 23.12.1 (<a href="https://redirect.github.com/psf/black/issues/4124">#4124</a>)</li> <li><a href="https://github.com/psf/black/commit/8fec1c30855890cc9cfce5ae6d633a1c1a21d724"><code>8fec1c3</code></a> Adds paren to deps for hidden extra constraint (<a href="https://redirect.github.com/psf/black/issues/4108">#4108</a>)</li> <li><a href="https://github.com/psf/black/commit/35ce37ded7bd8fdd3950af19e7c11f311ee7b8d8"><code>35ce37d</code></a> Add new changelog template</li> <li>See full diff in <a href="https://github.com/psf/black/compare/23.12.0...23.12.1">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
.
<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> (82993e8
)
- chore(deps-dev): Bump python-semantic-release from 8.5.2 to 8.7.0 (#160)
Bumps python-semantic-release from 8.5.2 to 8.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/releases">python-semantic-release's releases</a>.</em></p> <blockquote> <h1>v8.7.0 (2023-12-22)</h1> <h2>Feature</h2> <ul> <li>feat(config): enable default environment token per hvcs (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/774">#774</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/26528eb8794d00dfe985812269702fbc4c4ec788"><code>26528eb</code></a>)</li> </ul> <h2>Style</h2> <ul> <li>style: beautify 26528eb8794d00dfe985812269702fbc4c4ec788 (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/514f5580fbec0143f88d3f637be260c769136377"><code>514f558</code></a>)</li> </ul> <h1>v8.6.0 (2023-12-22)</h1> <h2>Documentation</h2> <ul> <li>docs: minor correction to commit-parsing documentation (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/777">#777</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/245e878f02d5cafec6baf0493c921c1e396b56e8"><code>245e878</code></a>)</li> </ul> <h2>Feature</h2> <ul> <li>feat(utils): expand parsable valid git remote url formats (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/771">#771</a>)</li> </ul> <p>Git remote url parsing now supports additional formats (ssh, https, file, git) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/cf75f237360488ebb0088e5b8aae626e97d9cbdd"><code>cf75f23</code></a>)</p> <h2>Style</h2> <ul> <li>style: beautify cf75f237360488ebb0088e5b8aae626e97d9cbdd (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/2de634d6e1fed29e8ce55a1c57fd23bf838badd9"><code>2de634d</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md">python-semantic-release's changelog</a>.</em></p> <blockquote> <h2>v8.7.0 (2023-12-22)</h2> <h3>Feature</h3> <ul> <li>feat(config): enable default environment token per hvcs (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/774">#774</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/26528eb8794d00dfe985812269702fbc4c4ec788"><code>26528eb</code></a>)</li> </ul> <h3>Style</h3> <ul> <li>style: beautify 26528eb8794d00dfe985812269702fbc4c4ec788 (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/514f5580fbec0143f88d3f637be260c769136377"><code>514f558</code></a>)</li> </ul> <h2>v8.6.0 (2023-12-22)</h2> <h3>Documentation</h3> <ul> <li>docs: minor correction to commit-parsing documentation (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/777">#777</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/245e878f02d5cafec6baf0493c921c1e396b56e8"><code>245e878</code></a>)</li> </ul> <h3>Feature</h3> <ul> <li>feat(utils): expand parsable valid git remote url formats (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/771">#771</a>)</li> </ul> <p>Git remote url parsing now supports additional formats (ssh, https, file, git) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/cf75f237360488ebb0088e5b8aae626e97d9cbdd"><code>cf75f23</code></a>)</p> <h3>Style</h3> <ul> <li>style: beautify cf75f237360488ebb0088e5b8aae626e97d9cbdd (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/2de634d6e1fed29e8ce55a1c57fd23bf838badd9"><code>2de634d</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/c1059f5b90895f75bde3d088bdc69e734e983535"><code>c1059f5</code></a> 8.7.0</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/514f5580fbec0143f88d3f637be260c769136377"><code>514f558</code></a> style: beautify 26528eb8794d00dfe985812269702fbc4c4ec788</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/26528eb8794d00dfe985812269702fbc4c4ec788"><code>26528eb</code></a> feat(config): enable default environment token per hvcs (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/774">#774</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/38046d5e8c84443a088af6c94354ea4095c9ab70"><code>38046d5</code></a> 8.6.0</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/2de634d6e1fed29e8ce55a1c57fd23bf838badd9"><code>2de634d</code></a> style: beautify cf75f237360488ebb0088e5b8aae626e97d9cbdd</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/cf75f237360488ebb0088e5b8aae626e97d9cbdd"><code>cf75f23</code></a> feat(utils): expand parsable valid git remote url formats (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/771">#771</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/245e878f02d5cafec6baf0493c921c1e396b56e8"><code>245e878</code></a> docs: minor correction to commit-parsing documentation (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/777">#777</a>)</li> <li>See full diff in <a href="https://github.com/python-semantic-release/python-semantic-release/compare/v8.5.2...v8.7.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
.
<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> (03266b8
)
- chore(deps-dev): Bump mypy from 1.7.1 to 1.8.0 (#159)
Bumps mypy from 1.7.1 to 1.8.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">mypy's changelog</a>.</em></p> <blockquote> <h1>Mypy Release Notes</h1> <h2>Next release</h2> <h2>Mypy 1.8</h2> <p>We’ve just uploaded mypy 1.8 to the Python Package Index (<a href="https://pypi.org/project/mypy/">PyPI</a>). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:</p> <pre><code>python3 -m pip install -U mypy </code></pre> <p>You can read the full documentation for this release on <a href="http://mypy.readthedocs.io">Read the Docs</a>.</p> <h4>Type-checking Improvements</h4> <ul> <li>Do not intersect types in isinstance checks if at least one is final (Christoph Tyralla, PR <a href="https://redirect.github.com/python/mypy/pull/16330">16330</a>)</li> <li>Detect that <code>@final</code> class without <code>bool</code> cannot have falsey instances (Ilya Priven, PR <a href="https://redirect.github.com/python/mypy/pull/16566">16566</a>)</li> <li>Do not allow <code>TypedDict</code> classes with extra keywords (Nikita Sobolev, PR <a href="https://redirect.github.com/python/mypy/pull/16438">16438</a>)</li> <li>Do not allow class-level keywords for <code>NamedTuple</code> (Nikita Sobolev, PR <a href="https://redirect.github.com/python/mypy/pull/16526">16526</a>)</li> <li>Make imprecise constraints handling more robust (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/16502">16502</a>)</li> <li>Fix strict-optional in extending generic TypedDict (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/16398">16398</a>)</li> <li>Allow type ignores of PEP 695 constructs (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/16608">16608</a>)</li> <li>Enable <code>type_check_only</code> support for <code>TypedDict</code> and <code>NamedTuple</code> (Nikita Sobolev, PR <a href="https://redirect.github.com/python/mypy/pull/16469">16469</a>)</li> </ul> <h4>Performance Improvements</h4> <ul> <li>Add fast path to analyzing special form assignments (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/16561">16561</a>)</li> </ul> <h4>Improvements to Error Reporting</h4> <ul> <li>Don't show documentation links for plugin error codes (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/16383">16383</a>)</li> <li>Improve error messages for <code>super</code> checks and add more tests (Nikita Sobolev, PR <a href="https://redirect.github.com/python/mypy/pull/16393">16393</a>)</li> <li>Add error code for mutable covariant override (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/16399">16399</a>)</li> </ul> <h4>Stubgen Improvements</h4> <ul> <li>Preserve simple defaults in function signatures (Ali Hamdan, PR <a href="https://redirect.github.com/python/mypy/pull/15355">15355</a>)</li> <li>Include <code>all</code> in output (Jelle Zijlstra, PR <a href="https://redirect.github.com/python/mypy/pull/16356">16356</a>)</li> <li>Fix stubgen regressions with pybind11 and mypy 1.7 (Chad Dombrova, PR <a href="https://redirect.github.com/python/mypy/pull/16504">16504</a>)</li> </ul> <h4>Stubtest Improvements</h4> <ul> <li>Improve handling of unrepresentable defaults (Jelle Zijlstra, PR <a href="https://redirect.github.com/python/mypy/pull/16433">16433</a>)</li> <li>Print more helpful errors if a function is missing from stub (Alex Waygood, PR <a href="https://redirect.github.com/python/mypy/pull/16517">16517</a>)</li> <li>Support <code>@type_check_only</code> decorator (Nikita Sobolev, PR <a href="https://redirect.github.com/python/mypy/pull/16422">16422</a>)</li> <li>Warn about missing <code>del</code> (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/16456">16456</a>)</li> <li>Fix crashes with some uses of <code>final</code> and <code>deprecated</code> (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/16457">16457</a>)</li> </ul> <h4>Fixes to Crashes</h4> <ul> <li>Fix crash with type alias to <code>Callable[[Unpack[Tuple[Any, ...]]], Any]</code> (Alex Waygood, PR <a href="https://redirect.github.com/python/mypy/pull/16541">16541</a>)</li> <li>Fix crash on TypeGuard in <code>call</code> (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/16516">16516</a>)</li> <li>Fix crash on invalid enum in method (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/16511">16511</a>)</li> <li>Fix crash on unimported Any in TypedDict (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/16510">16510</a>)</li> </ul> <h4>Documentation Updates</h4> <ul> <li>Update soft-error-limit default value to -1 (Sveinung Gundersen, PR <a href="https://redirect.github.com/python/mypy/pull/16542">16542</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/3b467509ee29b8f274c035d78a1c241a781eb311"><code>3b46750</code></a> remove +dev suffix from version</li> <li><a href="https://github.com/python/mypy/commit/c9bc833bc8a64e3517a6843bbf982a37ee54f893"><code>c9bc833</code></a> Fix tests broken by hatchling (<a href="https://redirect.github.com/python/mypy/issues/16655">#16655</a>)</li> <li><a href="https://github.com/python/mypy/commit/60d30e36c49a2753de2d71f7dd50f5143bafd307"><code>60d30e3</code></a> Fix crash with type alias to <code>Callable[[Unpack[Tuple[Any, ...]]], Any]</code> (<a href="https://redirect.github.com/python/mypy/issues/16541">#16541</a>)</li> <li><a href="https://github.com/python/mypy/commit/f53f4222bbb12d49612657a48b4f2b77e15402fd"><code>f53f422</code></a> Allow type ignores of PEP 695 constructs (<a href="https://redirect.github.com/python/mypy/issues/16608">#16608</a>)</li> <li><a href="https://github.com/python/mypy/commit/7c33e7c03444ae748b82163e7b4e1666dfaf94c7"><code>7c33e7c</code></a> <a href="https://github.com/final"><code>@final</code></a> class without <strong>bool</strong> cannot have falsey instances (<a href="https://redirect.github.com/python/mypy/issues/16566">#16566</a>)</li> <li><a href="https://github.com/python/mypy/commit/c224da5c7c414f92ded4b7816d16d5dd4ed32193"><code>c224da5</code></a> Do not intersect types in isinstance checks if at least one is final (<a href="https://redirect.github.com/python/mypy/issues/16330">#16330</a>)</li> <li><a href="https://github.com/python/mypy/commit/d54cc35a93b1f1bda8f837e0f3ae6f964a1c7feb"><code>d54cc35</code></a> Change example in test cases with no stubs available (<a href="https://redirect.github.com/python/mypy/issues/16513">#16513</a>)</li> <li><a href="https://github.com/python/mypy/commit/eb1ee973778e3cf719948e1653db9760ea49405d"><code>eb1ee97</code></a> Update hashes in <code>sync-typeshed.py</code> following recent typeshed sync (<a href="https://redirect.github.com/python/mypy/issues/16600">#16600</a>)</li> <li><a href="https://github.com/python/mypy/commit/344298e3a7b1a299092c684c11c28e9f4dc44dd9"><code>344298e</code></a> Revert use of <code>ParamSpec</code> for <code>functools.wraps</code></li> <li><a href="https://github.com/python/mypy/commit/3e5d813372e4fc1899319f31425bfc11c27fddb3"><code>3e5d813</code></a> Revert typeshed ctypes change</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v1.7.1...v1.8.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
.
<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> (123e423
)
- chore(deps-dev): Bump python-semantic-release from 8.5.1 to 8.5.2 (#158)
Bumps python-semantic-release from 8.5.1 to 8.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/releases">python-semantic-release's releases</a>.</em></p> <blockquote> <h1>v8.5.2 (2023-12-19)</h1> <h2>Build</h2> <ul> <li>build(deps-dev): bump ruff from 0.1.7 to 0.1.8 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/775">#775</a>)</li> </ul> <p>Bumps <a href="https://github.com/astral-sh/ruff">ruff</a> from 0.1.7 to 0.1.8.</p> <ul> <li><a href="https://github.com/astral-sh/ruff/releases">Release notes</a></li> <li><a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/astral-sh/ruff/compare/v0.1.7...v0.1.8">Commits</a></li> </ul> <hr /> <p>updated-dependencies:</p> <ul> <li>dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...</li> </ul> <p>Signed-off-by: dependabot[bot] <<a href="mailto:support@github.com">support@github.com</a>> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]<a href="https://github.com/users"><code>@users</code></a>.noreply.github.com&gt; (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/5efda8acfed938d3188cd55678ace20ecac7f798"><code>5efda8a</code></a>)</p> <ul> <li> <p>build(deps-dev): bump ruff from 0.1.6 to 0.1.7 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/769">#769</a>)</p> </li> <li> <p>build(deps-dev): bump ruff from 0.1.6 to 0.1.7</p> </li> </ul> <p>Bumps <a href="https://github.com/astral-sh/ruff">ruff</a> from 0.1.6 to 0.1.7.</p> <ul> <li><a href="https://github.com/astral-sh/ruff/releases">Release notes</a></li> <li><a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/astral-sh/ruff/compare/v0.1.6...v0.1.7">Commits</a></li> </ul> <hr /> <p>updated-dependencies:</p> <ul> <li>dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...</li> </ul> <p>Signed-off-by: dependabot[bot] <<a href="mailto:support@github.com">support@github.com</a>></p> <ul> <li>ci: remove hardcoded ruff version in workflows</li> </ul> <hr /> <p>Signed-off-by: dependabot[bot] <<a href="mailto:support@github.com">support@github.com</a>> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]<a href="https://github.com/users"><code>@users</code></a>.noreply.github.com&gt; Co-authored-by: Bernard Cooke <<a href="mailto:bernard-cooke@hotmail.com">bernard-cooke@hotmail.com</a>> (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/c48c3b370335931d63391d1a4f5802937deff178"><code>c48c3b3</code></a>)</p> <h2>Fix</h2> <ul> <li>fix(cli): gracefully output configuration validation errors (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/772">#772</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md">python-semantic-release's changelog</a>.</em></p> <blockquote> <h2>v8.5.2 (2023-12-19)</h2> <h3>Build</h3> <ul> <li>build(deps-dev): bump ruff from 0.1.7 to 0.1.8 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/775">#775</a>)</li> </ul> <p>Bumps <a href="https://github.com/astral-sh/ruff">ruff</a> from 0.1.7 to 0.1.8.</p> <ul> <li><a href="https://github.com/astral-sh/ruff/releases">Release notes</a></li> <li><a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/astral-sh/ruff/compare/v0.1.7...v0.1.8">Commits</a></li> </ul> <hr /> <p>updated-dependencies:</p> <ul> <li>dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...</li> </ul> <p>Signed-off-by: dependabot[bot] <<a href="mailto:support@github.com">support@github.com</a>> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]<a href="https://github.com/users"><code>@users</code></a>.noreply.github.com&gt; (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/5efda8acfed938d3188cd55678ace20ecac7f798"><code>5efda8a</code></a>)</p> <ul> <li> <p>build(deps-dev): bump ruff from 0.1.6 to 0.1.7 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/769">#769</a>)</p> </li> <li> <p>build(deps-dev): bump ruff from 0.1.6 to 0.1.7</p> </li> </ul> <p>Bumps <a href="https://github.com/astral-sh/ruff">ruff</a> from 0.1.6 to 0.1.7.</p> <ul> <li><a href="https://github.com/astral-sh/ruff/releases">Release notes</a></li> <li><a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/astral-sh/ruff/compare/v0.1.6...v0.1.7">Commits</a></li> </ul> <hr /> <p>updated-dependencies:</p> <ul> <li>dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...</li> </ul> <p>Signed-off-by: dependabot[bot] <<a href="mailto:support@github.com">support@github.com</a>></p> <ul> <li>ci: remove hardcoded ruff version in workflows</li> </ul> <hr /> <p>Signed-off-by: dependabot[bot] <<a href="mailto:support@github.com">support@github.com</a>> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]<a href="https://github.com/users"><code>@users</code></a>.noreply.github.com&gt; Co-authored-by: Bernard Cooke <<a href="mailto:bernard-cooke@hotmail.com">bernard-cooke@hotmail.com</a>> (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/c48c3b370335931d63391d1a4f5802937deff178"><code>c48c3b3</code></a>)</p> <h3>Fix</h3> <ul> <li>fix(cli): gracefully output configuration validation errors (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/772">#772</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/8476c85a21115ac2dc3a5299d151513a662b53ff"><code>8476c85</code></a> 8.5.2</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/98b10b3f08af16ab5cb00096b288afefbee1b74f"><code>98b10b3</code></a> style: beautify 5efda8acfed938d3188cd55678ace20ecac7f798</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/5efda8acfed938d3188cd55678ace20ecac7f798"><code>5efda8a</code></a> build(deps-dev): bump ruff from 0.1.7 to 0.1.8 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/775">#775</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/e8c9d516c37466a5dce75a73766d5be0f9e74627"><code>e8c9d51</code></a> fix(cli): gracefully output configuration validation errors (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/772">#772</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/bb3b63111d0e02bd53c2ed25d5ab0e5a3d532136"><code>bb3b631</code></a> style: beautify c48c3b370335931d63391d1a4f5802937deff178</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/c48c3b370335931d63391d1a4f5802937deff178"><code>c48c3b3</code></a> build(deps-dev): bump ruff from 0.1.6 to 0.1.7 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/769">#769</a>)</li> <li>See full diff in <a href="https://github.com/python-semantic-release/python-semantic-release/compare/v8.5.1...v8.5.2">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
.
<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> (1659699
)
- chore(deps-dev): Bump python-semantic-release from 8.5.0 to 8.5.1 (#157)
Bumps python-semantic-release from 8.5.0 to 8.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/releases">python-semantic-release's releases</a>.</em></p> <blockquote> <h1>v8.5.1 (2023-12-12)</h1> <h2>Documentation</h2> <ul> <li> <p>docs(configuration): adjust wording and improve clarity (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/766">#766</a>)</p> </li> <li> <p>docs(configuration): fix typo in text</p> </li> <li> <p>docs(configuration): adjust wording and improve clarity (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/6b2fc8c156e122ee1b43fdb513b2dc3b8fd76724"><code>6b2fc8c</code></a>)</p> </li> </ul> <h2>Fix</h2> <ul> <li> <p>fix(config): gracefully fail when repo is in a detached HEAD state (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/765">#765</a>)</p> </li> <li> <p>fix(config): cleanly handle repository in detached HEAD state</p> </li> <li> <p>test(cli-main): add detached head cli test (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/ac4f9aacb72c99f2479ae33369822faad011a824"><code>ac4f9aa</code></a>)</p> </li> <li> <p>fix(cmd-version): handle committing of git-ignored file gracefully (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/764">#764</a>)</p> </li> <li> <p>fix(version): only commit non git-ignored files during version commit</p> </li> <li> <p>test(version): set version file as ignored file</p> </li> </ul> <p>Tweaks tests to use one committed change file and the version file as an ignored change file. This allows us to verify that our commit mechanism does not crash if a file that is changed is ignored by user (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/ea89fa72885e15da91687172355426a22c152513"><code>ea89fa7</code></a>)</p> <h2>Style</h2> <ul> <li>style: beautify 6b2fc8c156e122ee1b43fdb513b2dc3b8fd76724 (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/9bf69d7005eee75f20b356bda97fea2d250a91de"><code>9bf69d7</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md">python-semantic-release's changelog</a>.</em></p> <blockquote> <h2>v8.5.1 (2023-12-12)</h2> <h3>Documentation</h3> <ul> <li> <p>docs(configuration): adjust wording and improve clarity (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/766">#766</a>)</p> </li> <li> <p>docs(configuration): fix typo in text</p> </li> <li> <p>docs(configuration): adjust wording and improve clarity (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/6b2fc8c156e122ee1b43fdb513b2dc3b8fd76724"><code>6b2fc8c</code></a>)</p> </li> </ul> <h3>Fix</h3> <ul> <li> <p>fix(config): gracefully fail when repo is in a detached HEAD state (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/765">#765</a>)</p> </li> <li> <p>fix(config): cleanly handle repository in detached HEAD state</p> </li> <li> <p>test(cli-main): add detached head cli test (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/ac4f9aacb72c99f2479ae33369822faad011a824"><code>ac4f9aa</code></a>)</p> </li> <li> <p>fix(cmd-version): handle committing of git-ignored file gracefully (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/764">#764</a>)</p> </li> <li> <p>fix(version): only commit non git-ignored files during version commit</p> </li> <li> <p>test(version): set version file as ignored file</p> </li> </ul> <p>Tweaks tests to use one committed change file and the version file as an ignored change file. This allows us to verify that our commit mechanism does not crash if a file that is changed is ignored by user (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/ea89fa72885e15da91687172355426a22c152513"><code>ea89fa7</code></a>)</p> <h3>Style</h3> <ul> <li>style: beautify 6b2fc8c156e122ee1b43fdb513b2dc3b8fd76724 (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/9bf69d7005eee75f20b356bda97fea2d250a91de"><code>9bf69d7</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/0400d7b4f30a5fc1638fd704679871012afb144e"><code>0400d7b</code></a> 8.5.1</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/9bf69d7005eee75f20b356bda97fea2d250a91de"><code>9bf69d7</code></a> style: beautify 6b2fc8c156e122ee1b43fdb513b2dc3b8fd76724</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/6b2fc8c156e122ee1b43fdb513b2dc3b8fd76724"><code>6b2fc8c</code></a> docs(configuration): adjust wording and improve clarity (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/766">#766</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/ac4f9aacb72c99f2479ae33369822faad011a824"><code>ac4f9aa</code></a> fix(config): gracefully fail when repo is in a detached HEAD state (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/765">#765</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/ea89fa72885e15da91687172355426a22c152513"><code>ea89fa7</code></a> fix(cmd-version): handle committing of git-ignored file gracefully (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/764">#764</a>)</li> <li>See full diff in <a href="https://github.com/python-semantic-release/python-semantic-release/compare/v8.5.0...v8.5.1">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
.
<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> (8fbdb8c
)
- chore(deps-dev): Bump black from 23.11.0 to 23.12.0 (#156)
Bumps black from 23.11.0 to 23.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>23.12.0</h2> <h3>Highlights</h3> <p>It's almost 2024, which means it's time for a new edition of <em>Black</em>'s stable style! Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft 2024 stable style, which we'll finalize in the January release. Please try it out and <a href="https://redirect.github.com/psf/black/issues/4042">share your feedback</a>.</p> <p>This release (23.12.0) will still produce the 2023 style. Most but not all of the changes in <code>--preview</code> mode will be in the 2024 stable style.</p> <h3>Stable style</h3> <ul> <li>Fix bug where <code># fmt: off</code> automatically dedents when used with the <code>--line-ranges</code> option, even when it is not within the specified line range. (<a href="https://redirect.github.com/psf/black/issues/4084">#4084</a>)</li> <li>Fix feature detection for parenthesized context managers (<a href="https://redirect.github.com/psf/black/issues/4104">#4104</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Prefer more equal signs before a break when splitting chained assignments (<a href="https://redirect.github.com/psf/black/issues/4010">#4010</a>)</li> <li>Standalone form feed characters at the module level are no longer removed (<a href="https://redirect.github.com/psf/black/issues/4021">#4021</a>)</li> <li>Additional cases of immediately nested tuples, lists, and dictionaries are now indented less (<a href="https://redirect.github.com/psf/black/issues/4012">#4012</a>)</li> <li>Allow empty lines at the beginning of all blocks, except immediately before a docstring (<a href="https://redirect.github.com/psf/black/issues/4060">#4060</a>)</li> <li>Fix crash in preview mode when using a short <code>--line-length</code> (<a href="https://redirect.github.com/psf/black/issues/4086">#4086</a>)</li> <li>Keep suites consisting of only an ellipsis on their own lines if they are not functions or class definitions (<a href="https://redirect.github.com/psf/black/issues/4066">#4066</a>) (<a href="https://redirect.github.com/psf/black/issues/4103">#4103</a>)</li> </ul> <h3>Configuration</h3> <ul> <li><code>--line-ranges</code> now skips <em>Black</em>'s internal stability check in <code>--safe</code> mode. This avoids a crash on rare inputs that have many unformatted same-content lines. (<a href="https://redirect.github.com/psf/black/issues/4034">#4034</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Upgrade to mypy 1.7.1 (<a href="https://redirect.github.com/psf/black/issues/4049">#4049</a>) (<a href="https://redirect.github.com/psf/black/issues/4069">#4069</a>)</li> <li>Faster compiled wheels are now available for CPython 3.12 (<a href="https://redirect.github.com/psf/black/issues/4070">#4070</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Enable 3.12 CI (<a href="https://redirect.github.com/psf/black/issues/4035">#4035</a>)</li> <li>Build docker images in parallel (<a href="https://redirect.github.com/psf/black/issues/4054">#4054</a>)</li> <li>Build docker images with 3.12 (<a href="https://redirect.github.com/psf/black/issues/4055">#4055</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>23.12.0</h2> <h3>Highlights</h3> <p>It's almost 2024, which means it's time for a new edition of <em>Black</em>'s stable style! Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft 2024 stable style, which we'll finalize in the January release. Please try it out and <a href="https://redirect.github.com/psf/black/issues/4042">share your feedback</a>.</p> <p>This release (23.12.0) will still produce the 2023 style. Most but not all of the changes in <code>--preview</code> mode will be in the 2024 stable style.</p> <h3>Stable style</h3> <ul> <li>Fix bug where <code># fmt: off</code> automatically dedents when used with the <code>--line-ranges</code> option, even when it is not within the specified line range. (<a href="https://redirect.github.com/psf/black/issues/4084">#4084</a>)</li> <li>Fix feature detection for parenthesized context managers (<a href="https://redirect.github.com/psf/black/issues/4104">#4104</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Prefer more equal signs before a break when splitting chained assignments (<a href="https://redirect.github.com/psf/black/issues/4010">#4010</a>)</li> <li>Standalone form feed characters at the module level are no longer removed (<a href="https://redirect.github.com/psf/black/issues/4021">#4021</a>)</li> <li>Additional cases of immediately nested tuples, lists, and dictionaries are now indented less (<a href="https://redirect.github.com/psf/black/issues/4012">#4012</a>)</li> <li>Allow empty lines at the beginning of all blocks, except immediately before a docstring (<a href="https://redirect.github.com/psf/black/issues/4060">#4060</a>)</li> <li>Fix crash in preview mode when using a short <code>--line-length</code> (<a href="https://redirect.github.com/psf/black/issues/4086">#4086</a>)</li> <li>Keep suites consisting of only an ellipsis on their own lines if they are not functions or class definitions (<a href="https://redirect.github.com/psf/black/issues/4066">#4066</a>) (<a href="https://redirect.github.com/psf/black/issues/4103">#4103</a>)</li> </ul> <h3>Configuration</h3> <ul> <li><code>--line-ranges</code> now skips <em>Black</em>'s internal stability check in <code>--safe</code> mode. This avoids a crash on rare inputs that have many unformatted same-content lines. (<a href="https://redirect.github.com/psf/black/issues/4034">#4034</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Upgrade to mypy 1.7.1 (<a href="https://redirect.github.com/psf/black/issues/4049">#4049</a>) (<a href="https://redirect.github.com/psf/black/issues/4069">#4069</a>)</li> <li>Faster compiled wheels are now available for CPython 3.12 (<a href="https://redirect.github.com/psf/black/issues/4070">#4070</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Enable 3.12 CI (<a href="https://redirect.github.com/psf/black/issues/4035">#4035</a>)</li> <li>Build docker images in parallel (<a href="https://redirect.github.com/psf/black/issues/4054">#4054</a>)</li> <li>Build docker images with 3.12 (<a href="https://redirect.github.com/psf/black/issues/4055">#4055</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/d9ad09a32b0e0481bb4fef548d35b7a49cc03c5d"><code>d9ad09a</code></a> Prepare release 23.12.0 (<a href="https://redirect.github.com/psf/black/issues/4105">#4105</a>)</li> <li><a href="https://github.com/psf/black/commit/ebd543c0ac9b8a5f17636d0a42c425e5f693860e"><code>ebd543c</code></a> Fix feature detection for parenthesized context managers (<a href="https://redirect.github.com/psf/black/issues/4104">#4104</a>)</li> <li><a href="https://github.com/psf/black/commit/eb7661f8ab9bff344835693c7c08789bb195137e"><code>eb7661f</code></a> Fix another case where we format dummy implementation for non-functions/class...</li> <li><a href="https://github.com/psf/black/commit/0c9899956d890a9dc9c3adbc80b478a47846ced9"><code>0c98999</code></a> Fix path in test message (<a href="https://redirect.github.com/psf/black/issues/4102">#4102</a>)</li> <li><a href="https://github.com/psf/black/commit/9aea9768cb60d23f2f4d331e94c4ee07ef1683a5"><code>9aea976</code></a> Only use dummy implementation logic for functions and classes (<a href="https://redirect.github.com/psf/black/issues/4066">#4066</a>)</li> <li><a href="https://github.com/psf/black/commit/67b23d71854c19921cc6092c695d3301ab99229c"><code>67b23d7</code></a> Bump actions/setup-python from 4 to 5 (<a href="https://redirect.github.com/psf/black/issues/4101">#4101</a>)</li> <li><a href="https://github.com/psf/black/commit/ce28be2705ab29f184ec4a00aa3d23340630796d"><code>ce28be2</code></a> Add dedicated preview feature for East Asian Width (<a href="https://redirect.github.com/psf/black/issues/4097">#4097</a>)</li> <li><a href="https://github.com/psf/black/commit/61b529b7d15400309379f36104885a1dfcd2d026"><code>61b529b</code></a> Allow empty lines at beginning of blocks (again) (<a href="https://redirect.github.com/psf/black/issues/4060">#4060</a>)</li> <li><a href="https://github.com/psf/black/commit/e7e122e9ff27fc040a6e8ecd92f0e7603c87f92d"><code>e7e122e</code></a> docs: Move <code>fmt: off</code> docs (<a href="https://redirect.github.com/psf/black/issues/4090">#4090</a>)</li> <li><a href="https://github.com/psf/black/commit/432d9050c3d1e35a36ffc97d4a9e0e0c9e5e4ecc"><code>432d905</code></a> docs: Unify option descriptions between <code>--help</code> and <code>the_basics.md</code> (<a href="https://redirect.github.com/psf/black/issues/4076">#4076</a>)</li> <li>Additional commits viewable in <a href="https://github.com/psf/black/compare/23.11.0...23.12.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
.
<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> (303b865
)
- chore(deps-dev): Bump python-semantic-release from 8.4.0 to 8.5.0 (#155)
Bumps python-semantic-release from 8.4.0 to 8.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/releases">python-semantic-release's releases</a>.</em></p> <blockquote> <h1>v8.5.0 (2023-12-07)</h1> <h2>Feature</h2> <ul> <li>feat: allow template directories to contain a &<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/39">#39</a>;.&amp;<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/39">#39</a>; at the top-level (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/762">#762</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/07b232a3b34be0b28c6af08aea4852acb1b9bd56"><code>07b232a</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md">python-semantic-release's changelog</a>.</em></p> <blockquote> <h2>v8.5.0 (2023-12-07)</h2> <h3>Feature</h3> <ul> <li>feat: allow template directories to contain a &<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/39">#39</a>;.&amp;<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/39">#39</a>; at the top-level (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/762">#762</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/07b232a3b34be0b28c6af08aea4852acb1b9bd56"><code>07b232a</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/3a571d2622de93fab7844465db9c442846c8b78d"><code>3a571d2</code></a> 8.5.0</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/07b232a3b34be0b28c6af08aea4852acb1b9bd56"><code>07b232a</code></a> feat: allow template directories to contain a '.' at the top-level (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/762">#762</a>)</li> <li>See full diff in <a href="https://github.com/python-semantic-release/python-semantic-release/compare/v8.4.0...v8.5.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
.
<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> (2ded97e
)
- chore(deps-dev): Bump python-semantic-release from 8.3.0 to 8.4.0 (#154)
Bumps python-semantic-release from 8.3.0 to 8.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/releases">python-semantic-release's releases</a>.</em></p> <blockquote> <h1>v8.4.0 (2023-12-07)</h1> <h2>Build</h2> <ul> <li>build(deps-dev): bump ruff from 0.1.2 to 0.1.6 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/757">#757</a>)</li> </ul> <p>Bumps <a href="https://github.com/astral-sh/ruff">ruff</a> from 0.1.2 to 0.1.6.</p> <ul> <li><a href="https://github.com/astral-sh/ruff/releases">Release notes</a></li> <li><a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/astral-sh/ruff/compare/v0.1.2...v0.1.6">Commits</a></li> </ul> <hr /> <p>updated-dependencies:</p> <ul> <li>dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...</li> </ul> <p>Signed-off-by: dependabot[bot] <<a href="mailto:support@github.com">support@github.com</a>> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]<a href="https://github.com/users"><code>@users</code></a>.noreply.github.com&gt; (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/90db8f1bd8986eda1b913cd4bab5abd41192f01f"><code>90db8f1</code></a>)</p> <ul> <li>build(deps-dev): update python-gitlab requirement from <4,>=2 to >=2,<5 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/748">#748</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/python-gitlab/python-gitlab">python-gitlab</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/python-gitlab/python-gitlab/releases">Release notes</a></li> <li><a href="https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/python-gitlab/python-gitlab/compare/v2.0.0...v4.1.1">Commits</a></li> </ul> <hr /> <p>updated-dependencies:</p> <ul> <li>dependency-name: python-gitlab dependency-type: direct:production ...</li> </ul> <p>Signed-off-by: dependabot[bot] <<a href="mailto:support@github.com">support@github.com</a>> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]<a href="https://github.com/users"><code>@users</code></a>.noreply.github.com&gt; (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/a176d626f28ba68ae8a938b2f04f74da841a7eeb"><code>a176d62</code></a>)</p> <ul> <li>build(deps-dev): bump ruff from 0.0.292 to 0.1.1 (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/9c5bbe0b0ef96e0fadae9e65918fc8939d0d3e60"><code>9c5bbe0</code></a>)</li> </ul> <h2>Documentation</h2> <ul> <li>docs(migration): fix comments about publish command (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/747">#747</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/90380d797a734dcca5040afc5fa00e3e01f64152"><code>90380d7</code></a>)</li> </ul> <h2>Feature</h2> <ul> <li> <p>feat(cmd-version): add <code>--tag/--no-tag</code> option to version command (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/752">#752</a>)</p> </li> <li> <p>fix(version): separate push tags from commit push when not committing changes</p> </li> <li> <p>feat(version): add <code>--no-tag</code> option to turn off tag creation</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md">python-semantic-release's changelog</a>.</em></p> <blockquote> <h2>v8.4.0 (2023-12-07)</h2> <h3>Build</h3> <ul> <li>build(deps-dev): bump ruff from 0.1.2 to 0.1.6 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/757">#757</a>)</li> </ul> <p>Bumps <a href="https://github.com/astral-sh/ruff">ruff</a> from 0.1.2 to 0.1.6.</p> <ul> <li><a href="https://github.com/astral-sh/ruff/releases">Release notes</a></li> <li><a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/astral-sh/ruff/compare/v0.1.2...v0.1.6">Commits</a></li> </ul> <hr /> <p>updated-dependencies:</p> <ul> <li>dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...</li> </ul> <p>Signed-off-by: dependabot[bot] <<a href="mailto:support@github.com">support@github.com</a>> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]<a href="https://github.com/users"><code>@users</code></a>.noreply.github.com&gt; (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/90db8f1bd8986eda1b913cd4bab5abd41192f01f"><code>90db8f1</code></a>)</p> <ul> <li>build(deps-dev): update python-gitlab requirement from <4,>=2 to >=2,<5 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/748">#748</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/python-gitlab/python-gitlab">python-gitlab</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/python-gitlab/python-gitlab/releases">Release notes</a></li> <li><a href="https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/python-gitlab/python-gitlab/compare/v2.0.0...v4.1.1">Commits</a></li> </ul> <hr /> <p>updated-dependencies:</p> <ul> <li>dependency-name: python-gitlab dependency-type: direct:production ...</li> </ul> <p>Signed-off-by: dependabot[bot] <<a href="mailto:support@github.com">support@github.com</a>> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]<a href="https://github.com/users"><code>@users</code></a>.noreply.github.com&gt; (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/a176d626f28ba68ae8a938b2f04f74da841a7eeb"><code>a176d62</code></a>)</p> <ul> <li>build(deps-dev): bump ruff from 0.0.292 to 0.1.1 (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/9c5bbe0b0ef96e0fadae9e65918fc8939d0d3e60"><code>9c5bbe0</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li>docs(migration): fix comments about publish command (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/747">#747</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/90380d797a734dcca5040afc5fa00e3e01f64152"><code>90380d7</code></a>)</li> </ul> <h3>Feature</h3> <ul> <li> <p>feat(cmd-version): add <code>--tag/--no-tag</code> option to version command (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/752">#752</a>)</p> </li> <li> <p>fix(version): separate push tags from commit push when not committing changes</p> </li> <li> <p>feat(version): add <code>--no-tag</code> option to turn off tag creation</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/aa9b33b9e4001f9d9071797e16f144a9f6b90fb5"><code>aa9b33b</code></a> 8.4.0</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/c94fb6f53bd8bdeaa4f40219886fa7c6e8755f29"><code>c94fb6f</code></a> style: beautify de6b9ad921e697b5ea2bb2ea8f180893cecca920</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/de6b9ad921e697b5ea2bb2ea8f180893cecca920"><code>de6b9ad</code></a> feat(cmd-version): add <code>--tag/--no-tag</code> option to version command (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/752">#752</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/744ff256f10c895a97241dc085bc132d10c9f737"><code>744ff25</code></a> test(commandline-main): prevent git gpgsign config from failing tests (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/760">#760</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/90380d797a734dcca5040afc5fa00e3e01f64152"><code>90380d7</code></a> docs(migration): fix comments about publish command (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/747">#747</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/90db8f1bd8986eda1b913cd4bab5abd41192f01f"><code>90db8f1</code></a> build(deps-dev): bump ruff from 0.1.2 to 0.1.6 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/757">#757</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/a176d626f28ba68ae8a938b2f04f74da841a7eeb"><code>a176d62</code></a> build(deps-dev): update python-gitlab requirement from <4,>=2 to >=2,<5 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/748">#748</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/deb4dbaba3de5396e0eb2389e728d0b1fe702843"><code>deb4dba</code></a> style: convert formatter from black to ruff (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/746">#746</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/f1452578cc064edbe64d61ae3baab4bc9bd4b666"><code>f145257</code></a> Revert "feat(action): use composite action for semantic release (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/692">#692</a>)&quot;</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/9c5bbe0b0ef96e0fadae9e65918fc8939d0d3e60"><code>9c5bbe0</code></a> build(deps-dev): bump ruff from 0.0.292 to 0.1.1</li> <li>See full diff in <a href="https://github.com/python-semantic-release/python-semantic-release/compare/v8.3.0...v8.4.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
.
<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> (90795b9
)
- chore(deps-dev): Bump mypy from 1.7.0 to 1.7.1 (#153)
Bumps mypy from 1.7.0 to 1.7.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/6b3c41838d8e7a39242b6fd035535e2d76eabfc6"><code>6b3c418</code></a> Update version to 1.7.1 (without +dev)</li> <li><a href="https://github.com/python/mypy/commit/c10e17348f2eacbbeae80eb6c10c661c0137d849"><code>c10e173</code></a> [mypyc] Fix regression with nested functions (<a href="https://redirect.github.com/python/mypy/issues/16484">#16484</a>)</li> <li><a href="https://github.com/python/mypy/commit/e6399d10b0a1cdb104559482fad1b4dc0e2de6ac"><code>e6399d1</code></a> Fix polymorphic application for callback protocols (<a href="https://redirect.github.com/python/mypy/issues/16514">#16514</a>)</li> <li><a href="https://github.com/python/mypy/commit/661adb756800ecc40fabbe62e9339efd253aff4e"><code>661adb7</code></a> Fix crash on strict-equality with recursive types (<a href="https://redirect.github.com/python/mypy/issues/16483">#16483</a>)</li> <li><a href="https://github.com/python/mypy/commit/6c8e0cc47c014894ea41621a10f3d1b465322362"><code>6c8e0cc</code></a> Ignore position if imprecise arguments are matched by name (<a href="https://redirect.github.com/python/mypy/issues/16471">#16471</a>)</li> <li><a href="https://github.com/python/mypy/commit/5c354c41c0fbb74418afcbd30ba822694be28d11"><code>5c354c4</code></a> Fix missing meet case exposed by len narrowing (<a href="https://redirect.github.com/python/mypy/issues/16470">#16470</a>)</li> <li><a href="https://github.com/python/mypy/commit/88791cabe0521f77b699405154d90f3bb7c6b31b"><code>88791ca</code></a> Exclude private attributes from override checks (<a href="https://redirect.github.com/python/mypy/issues/16464">#16464</a>)</li> <li><a href="https://github.com/python/mypy/commit/4b5b316beb570bba4c9b7797deb2e6d7df0552d0"><code>4b5b316</code></a> Special-case unions in polymorphic inference (<a href="https://redirect.github.com/python/mypy/issues/16461">#16461</a>)</li> <li><a href="https://github.com/python/mypy/commit/f862d3ef540c38e7efd2fffd64fc732d6318dfb4"><code>f862d3e</code></a> Fix crash on Callable self in <strong>call</strong> (<a href="https://redirect.github.com/python/mypy/issues/16453">#16453</a>)</li> <li><a href="https://github.com/python/mypy/commit/fe79a59e44299a3cc8025aa5084e08773c872a54"><code>fe79a59</code></a> Bump version to 1.7.1+dev</li> <li>See full diff in <a href="https://github.com/python/mypy/compare/v1.7.0...v1.7.1">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
.
<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> (d8e4228
)
- chore(deps-dev): Bump mypy from 1.6.1 to 1.7.0 (#152)
Bumps mypy from 1.6.1 to 1.7.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">mypy's changelog</a>.</em></p> <blockquote> <h1>Mypy Release Notes</h1> <h2>Next release</h2> <p>Stubgen will now include <code>all</code> in its output if it is in the input file (PR <a href="https://redirect.github.com/python/mypy/pull/16356">16356</a>).</p> <h2>Mypy 1.7</h2> <p>We’ve just uploaded mypy 1.7 to the Python Package Index (<a href="https://pypi.org/project/mypy/">PyPI</a>). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:</p> <pre><code>python3 -m pip install -U mypy </code></pre> <p>You can read the full documentation for this release on <a href="http://mypy.readthedocs.io">Read the Docs</a>.</p> <h4>Using TypedDict for <code>**kwargs</code> Typing</h4> <p>Mypy now has support for using <code>Unpack[...]</code> with a TypedDict type to annotate <code>**kwargs</code> arguments enabled by default. Example:</p> <pre><code># Or 'from typing_extensions import ...' from typing import TypedDict, Unpack <p>class Person(TypedDict): name: str age: int</p> <p>def foo(**kwargs: Unpack[Person]) -> None: ...</p> <p>foo(name="x", age=1) # Ok foo(name=1) # Error </code></pre></p> <p>The definition of <code>foo</code> above is equivalent to the one below, with keyword-only arguments <code>name</code> and <code>age</code>:</p> <pre><code>def foo(*, name: str, age: int) -> None: ... </code></pre> <p>Refer to <a href="https://peps.python.org/pep-0692/">PEP 692</a> for more information. Note that unlike in the current version of the PEP, mypy always treats signatures with <code>Unpack[SomeTypedDict]</code> as equivalent to their expanded forms with explicit keyword arguments, and there aren't special type checking rules for TypedDict arguments.</p> <p>This was contributed by Ivan Levkivskyi back in 2022 (PR <a href="https://redirect.github.com/python/mypy/pull/13471">13471</a>).</p> <h4>TypeVarTuple Support Enabled (Experimental)</h4> <p>Mypy now has support for variadic generics (TypeVarTuple) enabled by default, as an experimental feature. Refer to <a href="https://peps.python.org/pep-0646/">PEP 646</a> for the details.</p> <p>TypeVarTuple was implemented by Jared Hance and Ivan Levkivskyi over several mypy releases, with help from Jukka Lehtosalo.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/f6b9972329d5d68f6defc92a10cc4c3bc339c27b"><code>f6b9972</code></a> Remove +dev from version</li> <li><a href="https://github.com/python/mypy/commit/62bcae2d9bad12c5d3b5dda23dc031e1c7ddf136"><code>62bcae2</code></a> Fix handling of tuple type context with unpacks (<a href="https://redirect.github.com/python/mypy/issues/16444">#16444</a>)</li> <li><a href="https://github.com/python/mypy/commit/c22294a80b000ea673e407994ac5111644944486"><code>c22294a</code></a> Handle TypeVarTupleType when checking overload constraints (<a href="https://redirect.github.com/python/mypy/issues/16428">#16428</a>)</li> <li><a href="https://github.com/python/mypy/commit/8813968abb657113df5edfa207db46b0649c9dce"><code>8813968</code></a> Fix type narrowing in lambda expressions (<a href="https://redirect.github.com/python/mypy/issues/16407">#16407</a>)</li> <li><a href="https://github.com/python/mypy/commit/681e54cfe1642adddc41c4ff11198b8bc955d5af"><code>681e54c</code></a> Fix crash on unpack call special-casing (<a href="https://redirect.github.com/python/mypy/issues/16381">#16381</a>)</li> <li><a href="https://github.com/python/mypy/commit/f68f46351e30644aefd19900ba1634595adc1d09"><code>f68f463</code></a> Fix file reloading in dmypy with --export-types (<a href="https://redirect.github.com/python/mypy/issues/16359">#16359</a>)</li> <li><a href="https://github.com/python/mypy/commit/5624f401b3786ebdbe167c27297ed778cce3faa5"><code>5624f40</code></a> Fix daemon crash caused by deleted submodule (<a href="https://redirect.github.com/python/mypy/issues/16370">#16370</a>)</li> <li><a href="https://github.com/python/mypy/commit/ad0e183b0df7cc3dd94d9e1cd6f5710859beda96"><code>ad0e183</code></a> Enable Unpack/TypeVarTuple support (<a href="https://redirect.github.com/python/mypy/issues/16354">#16354</a>)</li> <li><a href="https://github.com/python/mypy/commit/b064a5c183b53a84d895bb8e3c36a3a74e24be9c"><code>b064a5c</code></a> Fix dmypy inspect on Windows (<a href="https://redirect.github.com/python/mypy/issues/16355">#16355</a>)</li> <li><a href="https://github.com/python/mypy/commit/4e30e896486b774cdecaef6d3521a585b8acf8bc"><code>4e30e89</code></a> Fix dmypy inspect for namespace packages (<a href="https://redirect.github.com/python/mypy/issues/16357">#16357</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v1.6.1...v1.7.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
.
<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> (a391902
)
- chore(deps-dev): Bump black from 23.10.1 to 23.11.0 (#151)
Bumps black from 23.10.1 to 23.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>23.11.0</h2> <h3>Highlights</h3> <ul> <li>Support formatting ranges of lines with the new <code>--line-ranges</code> command-line option (<a href="https://redirect.github.com/psf/black/issues/4020">#4020</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix crash on formatting bytes strings that look like docstrings (<a href="https://redirect.github.com/psf/black/issues/4003">#4003</a>)</li> <li>Fix crash when whitespace followed a backslash before newline in a docstring (<a href="https://redirect.github.com/psf/black/issues/4008">#4008</a>)</li> <li>Fix standalone comments inside complex blocks crashing Black (<a href="https://redirect.github.com/psf/black/issues/4016">#4016</a>)</li> <li>Fix crash on formatting code like <code>await (a ** b)</code> (<a href="https://redirect.github.com/psf/black/issues/3994">#3994</a>)</li> <li>No longer treat leading f-strings as docstrings. This matches Python's behaviour and fixes a crash (<a href="https://redirect.github.com/psf/black/issues/4019">#4019</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Multiline dicts and lists that are the sole argument to a function are now indented less (<a href="https://redirect.github.com/psf/black/issues/3964">#3964</a>)</li> <li>Multiline unpacked dicts and lists as the sole argument to a function are now also indented less (<a href="https://redirect.github.com/psf/black/issues/3992">#3992</a>)</li> <li>In f-string debug expressions, quote types that are visible in the final string are now preserved (<a href="https://redirect.github.com/psf/black/issues/4005">#4005</a>)</li> <li>Fix a bug where long <code>case</code> blocks were not split into multiple lines. Also enable general trailing comma rules on <code>case</code> blocks (<a href="https://redirect.github.com/psf/black/issues/4024">#4024</a>)</li> <li>Keep requiring two empty lines between module-level docstring and first function or class definition (<a href="https://redirect.github.com/psf/black/issues/4028">#4028</a>)</li> <li>Add support for single-line format skip with other comments on the same line (<a href="https://redirect.github.com/psf/black/issues/3959">#3959</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Consistently apply force exclusion logic before resolving symlinks (<a href="https://redirect.github.com/psf/black/issues/4015">#4015</a>)</li> <li>Fix a bug in the matching of absolute path names in <code>--include</code> (<a href="https://redirect.github.com/psf/black/issues/3976">#3976</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Fix mypyc builds on arm64 on macOS (<a href="https://redirect.github.com/psf/black/issues/4017">#4017</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Black's pre-commit integration will now run only on git hooks appropriate for a code formatter (<a href="https://redirect.github.com/psf/black/issues/3940">#3940</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>23.11.0</h2> <h3>Highlights</h3> <ul> <li>Support formatting ranges of lines with the new <code>--line-ranges</code> command-line option (<a href="https://redirect.github.com/psf/black/issues/4020">#4020</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix crash on formatting bytes strings that look like docstrings (<a href="https://redirect.github.com/psf/black/issues/4003">#4003</a>)</li> <li>Fix crash when whitespace followed a backslash before newline in a docstring (<a href="https://redirect.github.com/psf/black/issues/4008">#4008</a>)</li> <li>Fix standalone comments inside complex blocks crashing Black (<a href="https://redirect.github.com/psf/black/issues/4016">#4016</a>)</li> <li>Fix crash on formatting code like <code>await (a ** b)</code> (<a href="https://redirect.github.com/psf/black/issues/3994">#3994</a>)</li> <li>No longer treat leading f-strings as docstrings. This matches Python's behaviour and fixes a crash (<a href="https://redirect.github.com/psf/black/issues/4019">#4019</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Multiline dicts and lists that are the sole argument to a function are now indented less (<a href="https://redirect.github.com/psf/black/issues/3964">#3964</a>)</li> <li>Multiline unpacked dicts and lists as the sole argument to a function are now also indented less (<a href="https://redirect.github.com/psf/black/issues/3992">#3992</a>)</li> <li>In f-string debug expressions, quote types that are visible in the final string are now preserved (<a href="https://redirect.github.com/psf/black/issues/4005">#4005</a>)</li> <li>Fix a bug where long <code>case</code> blocks were not split into multiple lines. Also enable general trailing comma rules on <code>case</code> blocks (<a href="https://redirect.github.com/psf/black/issues/4024">#4024</a>)</li> <li>Keep requiring two empty lines between module-level docstring and first function or class definition (<a href="https://redirect.github.com/psf/black/issues/4028">#4028</a>)</li> <li>Add support for single-line format skip with other comments on the same line (<a href="https://redirect.github.com/psf/black/issues/3959">#3959</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Consistently apply force exclusion logic before resolving symlinks (<a href="https://redirect.github.com/psf/black/issues/4015">#4015</a>)</li> <li>Fix a bug in the matching of absolute path names in <code>--include</code> (<a href="https://redirect.github.com/psf/black/issues/3976">#3976</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Fix mypyc builds on arm64 on macOS (<a href="https://redirect.github.com/psf/black/issues/4017">#4017</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Black's pre-commit integration will now run only on git hooks appropriate for a code formatter (<a href="https://redirect.github.com/psf/black/issues/3940">#3940</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/2a1c67e0b2f81df602ec1f6e7aeb030b9709dc7c"><code>2a1c67e</code></a> Prepare release 23.11.0 (<a href="https://redirect.github.com/psf/black/issues/4032">#4032</a>)</li> <li><a href="https://github.com/psf/black/commit/72e7a2e43eef2aa0c83652bb6725eb004a2a69f3"><code>72e7a2e</code></a> Remove redundant condition from <code>has_magic_trailing_comma</code> (<a href="https://redirect.github.com/psf/black/issues/4023">#4023</a>)</li> <li><a href="https://github.com/psf/black/commit/1a7d9c2f58de1ffcbbe6d133f60f283601ba3f54"><code>1a7d9c2</code></a> Preserve visible quote types for f-string debug expressions (<a href="https://redirect.github.com/psf/black/issues/4005">#4005</a>)</li> <li><a href="https://github.com/psf/black/commit/f4c7be5445c87d9af5eba3d12faea62d2635e3d8"><code>f4c7be5</code></a> docs: fix minor typo (<a href="https://redirect.github.com/psf/black/issues/4030">#4030</a>)</li> <li><a href="https://github.com/psf/black/commit/2e4fac9d87615e904a49e46a9cab2293e0b13126"><code>2e4fac9</code></a> Apply force exclude logic before symlink resolution (<a href="https://redirect.github.com/psf/black/issues/4015">#4015</a>)</li> <li><a href="https://github.com/psf/black/commit/66008fda5dc07f5626e5f5d0dcefc476a9c12ab8"><code>66008fd</code></a> [563] Fix standalone comments inside complex blocks crashing Black (<a href="https://redirect.github.com/psf/black/issues/4016">#4016</a>)</li> <li><a href="https://github.com/psf/black/commit/50ed6221d97b265025abaa66116a7b185f2df5e2"><code>50ed622</code></a> Fix long case blocks not split into multiple lines (<a href="https://redirect.github.com/psf/black/issues/4024">#4024</a>)</li> <li><a href="https://github.com/psf/black/commit/46be1f8e54ac9a7d67723c0fa28c7bec13a0a2bf"><code>46be1f8</code></a> Support formatting specified lines (<a href="https://redirect.github.com/psf/black/issues/4020">#4020</a>)</li> <li><a href="https://github.com/psf/black/commit/ecbd9e8cf71f13068c7e6803a534e00363114c91"><code>ecbd9e8</code></a> Fix crash with f-string docstrings (<a href="https://redirect.github.com/psf/black/issues/4019">#4019</a>)</li> <li><a href="https://github.com/psf/black/commit/e808e61db8c7a8f9c7fd4b2fff2281141f6b2517"><code>e808e61</code></a> Preview: Keep requiring two empty lines between module-level docstring and fi...</li> <li>Additional commits viewable in <a href="https://github.com/psf/black/compare/23.10.1...23.11.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
.
<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> (e7c9275
)
- chore(deps-dev): Bump pytest from 7.4.2 to 7.4.3 (#150)
Bumps pytest from 7.4.2 to 7.4.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p> <blockquote> <h2>pytest 7.4.3 (2023-10-24)</h2> <h2>Bug Fixes</h2> <ul> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/10447">#10447</a>: Markers are now considered in the reverse mro order to ensure base class markers are considered first -- this resolves a regression.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/11239">#11239</a>: Fixed <code>:=</code> in asserts impacting unrelated test cases.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/11439">#11439</a>: Handled an edge case where :data:<code>sys.stderr</code> might already be closed when :ref:<code>faulthandler</code> is tearing down.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/23906106968eb95afbd61adfbc7bbb795fc9aaa9"><code>2390610</code></a> Tweak changelog.rst</li> <li><a href="https://github.com/pytest-dev/pytest/commit/a0714aa0076f38e6fb8c7321e8bb4f5f33d1792d"><code>a0714aa</code></a> Prepare release version 7.4.3</li> <li><a href="https://github.com/pytest-dev/pytest/commit/44ad1c9811d2ebf540e601ea66b9bebf8ea82969"><code>44ad1c9</code></a> [7.4.x] fix <a href="https://redirect.github.com/pytest-dev/pytest/issues/10447">#10447</a>
- consider marks in reverse mro order to give base classes...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/5dc77253d439038ac64c55a5a48692ac3a53db2e"><code>5dc7725</code></a> [7.4.x] Ensure logging tests always cleanup after themselves (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11541">#11541</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/a5178273183ddbda0ef4e4c6aa2b92aab086776b"><code>a517827</code></a> [7.4.x] Configure ReadTheDocs to fail on warnings (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11540">#11540</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/21fe071d797612468fa18dd0ae4d6dbf49846b6d"><code>21fe071</code></a> [7.4.x] fix for ValueError raised in faulthandler teardown code (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11455">#11455</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/f8bb8572fed8627946bfc82819d24b138d587257"><code>f8bb857</code></a> Force terminal width when running tests (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11425">#11425</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11432">#11432</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/1944dc06d39404ae9869b544dc2e2b482bf472e2"><code>1944dc0</code></a> [7.4.x] Fix --import-mode=importlib when root contains <code>init.py</code> file (<a href="https://redirect.github.com/pytest-dev/pytest/issues/1">#1</a>...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/946634c84cf074a1ead10bdba56ddf3e5408e95c"><code>946634c</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/11419">#11419</a> from nicoddemus/backport-11414-to-7.4.x</li> <li><a href="https://github.com/pytest-dev/pytest/commit/d849a3ed64c6da63a0e3713892a7bfefdd56acaf"><code>d849a3e</code></a> [7.4.x] fix: closes <a href="https://redirect.github.com/pytest-dev/pytest/issues/11343">#11343</a>'s [attr-defined] type errors (<a href="https://redirect.github.com/pytest-dev/pytest/issues/11421">#11421</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/7.4.2...7.4.3">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
.
<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> (b9047b8
)
- chore(deps-dev): Bump black from 23.10.0 to 23.10.1 (#149)
Bumps black from 23.10.0 to 23.10.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>23.10.1</h2> <h3>Highlights</h3> <ul> <li>Maintanence release to get a fix out for GitHub Action edge case (<a href="https://redirect.github.com/psf/black/issues/3957">#3957</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix merging implicit multiline strings that have inline comments (<a href="https://redirect.github.com/psf/black/issues/3956">#3956</a>)</li> <li>Allow empty first line after block open before a comment or compound statement (<a href="https://redirect.github.com/psf/black/issues/3967">#3967</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Change Dockerfile to hatch + compile black (<a href="https://redirect.github.com/psf/black/issues/3965">#3965</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>The summary output for GitHub workflows is now suppressible using the <code>summary</code> parameter. (<a href="https://redirect.github.com/psf/black/issues/3958">#3958</a>)</li> <li>Fix the action failing when Black check doesn't pass (<a href="https://redirect.github.com/psf/black/issues/3957">#3957</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>It is known Windows documentation CI is broken <a href="https://redirect.github.com/psf/black/issues/3968">psf/black#3968</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>23.10.1</h2> <h3>Highlights</h3> <ul> <li>Maintanence release to get a fix out for GitHub Action edge case (<a href="https://redirect.github.com/psf/black/issues/3957">#3957</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix merging implicit multiline strings that have inline comments (<a href="https://redirect.github.com/psf/black/issues/3956">#3956</a>)</li> <li>Allow empty first line after block open before a comment or compound statement (<a href="https://redirect.github.com/psf/black/issues/3967">#3967</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Change Dockerfile to hatch + compile black (<a href="https://redirect.github.com/psf/black/issues/3965">#3965</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>The summary output for GitHub workflows is now suppressible using the <code>summary</code> parameter. (<a href="https://redirect.github.com/psf/black/issues/3958">#3958</a>)</li> <li>Fix the action failing when Black check doesn't pass (<a href="https://redirect.github.com/psf/black/issues/3957">#3957</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>It is known Windows documentation CI is broken <a href="https://redirect.github.com/psf/black/issues/3968">psf/black#3968</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/744d23b34800c06e10272149b70752396e90eeb8"><code>744d23b</code></a> Prepare release 23.10.1 (<a href="https://redirect.github.com/psf/black/issues/3969">#3969</a>)</li> <li><a href="https://github.com/psf/black/commit/8de4be516879302afce542ac80a6a43ced807759"><code>8de4be5</code></a> Fix CI failing (<a href="https://redirect.github.com/psf/black/issues/3957">#3957</a>)</li> <li><a href="https://github.com/psf/black/commit/c0adca321dc0d97a704de8ed0353e5b894a6a912"><code>c0adca3</code></a> docs: specifies the use of the .git-blame-ignore-revs file (<a href="https://redirect.github.com/psf/black/issues/3961">#3961</a>)</li> <li><a href="https://github.com/psf/black/commit/a7643fac8d97c15640a2b1a79f68b3dc771aebfb"><code>a7643fa</code></a> Add summary parameter to action (<a href="https://redirect.github.com/psf/black/issues/3958">#3958</a>)</li> <li><a href="https://github.com/psf/black/commit/d291c2338c3c1feee4f3f26985c0964ec1b7eb9f"><code>d291c23</code></a> Move Docker image to hatch + compile (<a href="https://redirect.github.com/psf/black/issues/3965">#3965</a>)</li> <li><a href="https://github.com/psf/black/commit/7f1c578b89b2c256a6ce3b70fc1b970b3ffa3349"><code>7f1c578</code></a> Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 (<a href="https://redirect.github.com/psf/black/issues/3966">#3966</a>)</li> <li><a href="https://github.com/psf/black/commit/2db5ab0a7b3b321e4cec70964239ee88087cd810"><code>2db5ab0</code></a> Allow empty line after block open before a comment or compound statement (<a href="https://redirect.github.com/psf/black/issues/3967">#3967</a>)</li> <li><a href="https://github.com/psf/black/commit/0a37888e79059018eef9293a724b14da59d3377a"><code>0a37888</code></a> Fix typos in CHANGES.md (<a href="https://redirect.github.com/psf/black/issues/3963">#3963</a>)</li> <li><a href="https://github.com/psf/black/commit/882d8795c6ff65c02f2657e596391748d1b6b7f5"><code>882d879</code></a> Fix merging implicit multiline strings that have inline comments (<a href="https://redirect.github.com/psf/black/issues/3956">#3956</a>)</li> <li>See full diff in <a href="https://github.com/psf/black/compare/23.10.0...23.10.1">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
.
<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> (9da3607
)
- chore(deps-dev): Bump python-semantic-release from 8.2.0 to 8.3.0 (#148)
Bumps python-semantic-release from 8.2.0 to 8.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/releases">python-semantic-release's releases</a>.</em></p> <blockquote> <h1>v8.3.0 (2023-10-23)</h1> <h2>Feature</h2> <ul> <li>feat(action): use composite action for semantic release (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/692">#692</a>)</li> </ul> <p>Co-authored-by: Bernard Cooke <<a href="mailto:bernard-cooke@hotmail.com">bernard-cooke@hotmail.com</a>> (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/4648d87bac8fb7e6cc361b765b4391b30a8caef8"><code>4648d87</code></a>)</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md">python-semantic-release's changelog</a>.</em></p> <blockquote> <h2>v8.3.0 (2023-10-23)</h2> <h3>Feature</h3> <ul> <li>feat(action): use composite action for semantic release (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/692">#692</a>)</li> </ul> <p>Co-authored-by: Bernard Cooke <<a href="mailto:bernard-cooke@hotmail.com">bernard-cooke@hotmail.com</a>> (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/4648d87bac8fb7e6cc361b765b4391b30a8caef8"><code>4648d87</code></a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/d38d71ef2ae2b3c34066557ddb822385c1730c7f"><code>d38d71e</code></a> 8.3.0</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/4648d87bac8fb7e6cc361b765b4391b30a8caef8"><code>4648d87</code></a> feat(action): use composite action for semantic release (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/692">#692</a>)</li> <li>See full diff in <a href="https://github.com/python-semantic-release/python-semantic-release/compare/v8.2.0...v8.3.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
.
<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> (5a8c376
)
- chore(deps-dev): bump python-semantic-release from 8.1.2 to 8.2.0 (#147)
Bumps python-semantic-release from 8.1.2 to 8.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/releases">python-semantic-release's releases</a>.</em></p> <blockquote> <h1>v8.2.0 (2023-10-23)</h1> <h2>Documentation</h2> <ul> <li>docs: add PYTHONPATH mention for commit parser (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/3284258b9fa1a3fe165f336181aff831d50fddd3"><code>3284258</code></a>)</li> </ul> <h2>Feature</h2> <ul> <li>feat: Allow user customization of release notes template (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/736">#736</a>)</li> </ul> <p>Signed-off-by: Bryant Finney <<a href="mailto:bryant.finney@outlook.com">bryant.finney@outlook.com</a>> (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/94a131167e1b867f8bc112a042b9766e050ccfd1"><code>94a1311</code></a>)</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md">python-semantic-release's changelog</a>.</em></p> <blockquote> <h2>v8.2.0 (2023-10-23)</h2> <h3>Documentation</h3> <ul> <li>docs: add PYTHONPATH mention for commit parser (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/3284258b9fa1a3fe165f336181aff831d50fddd3"><code>3284258</code></a>)</li> </ul> <h3>Feature</h3> <ul> <li>feat: Allow user customization of release notes template (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/736">#736</a>)</li> </ul> <p>Signed-off-by: Bryant Finney <<a href="mailto:bryant.finney@outlook.com">bryant.finney@outlook.com</a>> (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/94a131167e1b867f8bc112a042b9766e050ccfd1"><code>94a1311</code></a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/0bef416fa948479c6a1c0508ef66cf311ce6a7ad"><code>0bef416</code></a> 8.2.0</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/94a131167e1b867f8bc112a042b9766e050ccfd1"><code>94a1311</code></a> feat: Allow user customization of release notes template (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/736">#736</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/3284258b9fa1a3fe165f336181aff831d50fddd3"><code>3284258</code></a> docs: add PYTHONPATH mention for commit parser</li> <li>See full diff in <a href="https://github.com/python-semantic-release/python-semantic-release/compare/v8.1.2...v8.2.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
.
<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> (2519474
)
- chore(deps-dev): bump urllib3 from 2.0.6 to 2.0.7 (#145)
Bumps urllib3 from 2.0.6 to 2.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/releases">urllib3's releases</a>.</em></p> <blockquote> <h2>2.0.7</h2> <ul> <li>Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses. (GHSA-g4mx-q9vg-27p4)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/urllib3/urllib3/blob/main/CHANGES.rst">urllib3's changelog</a>.</em></p> <blockquote> <h1>2.0.7 (2023-10-17)</h1> <ul> <li>Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/urllib3/urllib3/commit/56f01e088dc006c03d4ee6ea9da4ab810f1ed700"><code>56f01e0</code></a> Release 2.0.7</li> <li><a href="https://github.com/urllib3/urllib3/commit/4e50fbc5db74e32cabd5ccc1ab81fc103adfe0b3"><code>4e50fbc</code></a> Merge pull request from GHSA-g4mx-q9vg-27p4</li> <li><a href="https://github.com/urllib3/urllib3/commit/80808b04bfa68fbd099828848c96ee25df185f1d"><code>80808b0</code></a> Fix docs build on Python 3.12 (<a href="https://redirect.github.com/urllib3/urllib3/issues/3144">#3144</a>)</li> <li><a href="https://github.com/urllib3/urllib3/commit/f28deff1cf162c673b50d88d3552e91bda6d68a8"><code>f28deff</code></a> Add 1.26.17 to the current changelog</li> <li>See full diff in <a href="https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7">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
.
<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) You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (e2caf3d
)
- chore(deps-dev): bump black from 23.9.1 to 23.10.0 (#144)
Bumps black from 23.9.1 to 23.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>23.10.0</h2> <h3>Stable style</h3> <ul> <li>Fix comments getting removed from inside parenthesized strings (<a href="https://redirect.github.com/psf/black/issues/3909">#3909</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix long lines with power operators getting split before the line length (<a href="https://redirect.github.com/psf/black/issues/3942">#3942</a>)</li> <li>Long type hints are now wrapped in parentheses and properly indented when split across multiple lines (<a href="https://redirect.github.com/psf/black/issues/3899">#3899</a>)</li> <li>Magic trailing commas are now respected in return types. (<a href="https://redirect.github.com/psf/black/issues/3916">#3916</a>)</li> <li>Require one empty line after module-level docstrings. (<a href="https://redirect.github.com/psf/black/issues/3932">#3932</a>)</li> <li>Treat raw triple-quoted strings as docstrings (<a href="https://redirect.github.com/psf/black/issues/3947">#3947</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Fix cache versioning logic when <code>BLACK_CACHE_DIR</code> is set (<a href="https://redirect.github.com/psf/black/issues/3937">#3937</a>)</li> </ul> <h3>Parser</h3> <ul> <li>Fix bug where attributes named <code>type</code> were not acccepted inside <code>match</code> statements (<a href="https://redirect.github.com/psf/black/issues/3950">#3950</a>)</li> <li>Add support for PEP 695 type aliases containing lambdas and other unusual expressions (<a href="https://redirect.github.com/psf/black/issues/3949">#3949</a>)</li> </ul> <h3>Output</h3> <ul> <li>Black no longer attempts to provide special errors for attempting to format Python 2 code (<a href="https://redirect.github.com/psf/black/issues/3933">#3933</a>)</li> <li>Black will more consistently print stacktraces on internal errors in verbose mode (<a href="https://redirect.github.com/psf/black/issues/3938">#3938</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>The action output displayed in the job summary is now wrapped in Markdown (<a href="https://redirect.github.com/psf/black/issues/3914">#3914</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>23.10.0</h2> <h3>Stable style</h3> <ul> <li>Fix comments getting removed from inside parenthesized strings (<a href="https://redirect.github.com/psf/black/issues/3909">#3909</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix long lines with power operators getting split before the line length (<a href="https://redirect.github.com/psf/black/issues/3942">#3942</a>)</li> <li>Long type hints are now wrapped in parentheses and properly indented when split across multiple lines (<a href="https://redirect.github.com/psf/black/issues/3899">#3899</a>)</li> <li>Magic trailing commas are now respected in return types. (<a href="https://redirect.github.com/psf/black/issues/3916">#3916</a>)</li> <li>Require one empty line after module-level docstrings. (<a href="https://redirect.github.com/psf/black/issues/3932">#3932</a>)</li> <li>Treat raw triple-quoted strings as docstrings (<a href="https://redirect.github.com/psf/black/issues/3947">#3947</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Fix cache versioning logic when <code>BLACK_CACHE_DIR</code> is set (<a href="https://redirect.github.com/psf/black/issues/3937">#3937</a>)</li> </ul> <h3>Parser</h3> <ul> <li>Fix bug where attributes named <code>type</code> were not acccepted inside <code>match</code> statements (<a href="https://redirect.github.com/psf/black/issues/3950">#3950</a>)</li> <li>Add support for PEP 695 type aliases containing lambdas and other unusual expressions (<a href="https://redirect.github.com/psf/black/issues/3949">#3949</a>)</li> </ul> <h3>Output</h3> <ul> <li>Black no longer attempts to provide special errors for attempting to format Python 2 code (<a href="https://redirect.github.com/psf/black/issues/3933">#3933</a>)</li> <li>Black will more consistently print stacktraces on internal errors in verbose mode (<a href="https://redirect.github.com/psf/black/issues/3938">#3938</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>The action output displayed in the job summary is now wrapped in Markdown (<a href="https://redirect.github.com/psf/black/issues/3914">#3914</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/9edba85f71d50d12996ef7bda576426362016171"><code>9edba85</code></a> Prepare release 23.10.0 (<a href="https://redirect.github.com/psf/black/issues/3951">#3951</a>)</li> <li><a href="https://github.com/psf/black/commit/bb588073ab286a9f1f8d839ab2cebe13011dd22c"><code>bb58807</code></a> Fix parser bug where "type" was misinterpreted as a keyword inside a match (#...</li> <li><a href="https://github.com/psf/black/commit/722735d20ebdc66c0da0e0df7658293455694500"><code>722735d</code></a> Fix grammar for type alias support (<a href="https://redirect.github.com/psf/black/issues/3949">#3949</a>)</li> <li><a href="https://github.com/psf/black/commit/abe57e3d92727f1b26c717fad3978159b987fe79"><code>abe57e3</code></a> Treat raw strings like other docstrings (<a href="https://redirect.github.com/psf/black/issues/3947">#3947</a>)</li> <li><a href="https://github.com/psf/black/commit/1648ac51806d092c95cb9bb2e4a5bffda6095bc1"><code>1648ac5</code></a> Fix long lines with power operator(s) getting splitted before line length (<a href="https://redirect.github.com/psf/black/issues/3">#3</a>...</li> <li><a href="https://github.com/psf/black/commit/6f84f652850dca8a1b578581e2fbb2cb95e791cc"><code>6f84f65</code></a> Migrate mypy config to pyproject.toml (<a href="https://redirect.github.com/psf/black/issues/3936">#3936</a>)</li> <li><a href="https://github.com/psf/black/commit/3bb92146f59804a6ead47d5f2d0fdc47daa6b698"><code>3bb9214</code></a> CI Test: Deprecating 'Healthcheck.all()' from Hypothesis in fuzz.py (<a href="https://redirect.github.com/psf/black/issues/3945">#3945</a>)</li> <li><a href="https://github.com/psf/black/commit/935f303a0a7b794e722c7df00c906be285884874"><code>935f303</code></a> Fix test that was not being run (<a href="https://redirect.github.com/psf/black/issues/3939">#3939</a>)</li> <li><a href="https://github.com/psf/black/commit/b7717c3f1e73d6b847e2534a2cebbb657b96caf8"><code>b7717c3</code></a> Standardise newlines after module-level docstrings (<a href="https://redirect.github.com/psf/black/issues/3932">#3932</a>)</li> <li><a href="https://github.com/psf/black/commit/7aa37ea0adf864baf3ef3dfbcfaf5ff1ff780250"><code>7aa37ea</code></a> Report all stacktraces in verbose mode (<a href="https://redirect.github.com/psf/black/issues/3938">#3938</a>)</li> <li>Additional commits viewable in <a href="https://github.com/psf/black/compare/23.9.1...23.10.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
.
<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> (2a921a5
)
- chore(deps-dev): bump mypy from 1.6.0 to 1.6.1 (#146)
Bumps mypy from 1.6.0 to 1.6.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/9b891fe5a101ecbb818f3f16641ab909f289ba04"><code>9b891fe</code></a> Remove +dev from version</li> <li><a href="https://github.com/python/mypy/commit/6b6504eb8a96fa6a9c7b8f034803eb9a0444fe86"><code>6b6504e</code></a> Fix crash on ParamSpec unification (for real) (<a href="https://redirect.github.com/python/mypy/issues/16259">#16259</a>)</li> <li><a href="https://github.com/python/mypy/commit/eb81e63e9dec4dd4c75b307871d1ef9b3e350838"><code>eb81e63</code></a> Fix crash on ParamSpec unification (<a href="https://redirect.github.com/python/mypy/issues/16251">#16251</a>)</li> <li><a href="https://github.com/python/mypy/commit/45f7a12e558e4a48446af3b36494dcb4045c1028"><code>45f7a12</code></a> Add +dev to version</li> <li>See full diff in <a href="https://github.com/python/mypy/compare/v1.6.0...v1.6.1">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
.
<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> (4bdd97e
)
-
chore: tweak dependabot (
849ef64
) -
chore(deps-dev): bump python-semantic-release from 8.1.1 to 8.1.2 (#143)
Bumps python-semantic-release from 8.1.1 to 8.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/releases">python-semantic-release's releases</a>.</em></p> <blockquote> <h1>v8.1.2 (2023-10-13)</h1> <h2>Build</h2> <ul> <li> <p>build(deps-dev): update importlib-resources requirement (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/719">#719</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/b1ec8fed0047c79e85fd986cdbd246d2325e2b7f"><code>b1ec8fe</code></a>)</p> </li> <li> <p>build(deps-dev): bump ruff from 0.0.290 to 0.0.292 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/726">#726</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/9818cb0066ff27adb8d24cdee4ed714754c32e5e"><code>9818cb0</code></a>)</p> </li> </ul> <h2>Chore</h2> <ul> <li> <p>chore: remove setup.py as setuptools no longer needs it (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/d8762c8d4e9772f4ba016116a28948af4a4ee4d6"><code>d8762c8</code></a>)</p> </li> <li> <p>chore: clearer pytest output from tox (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/d890e466d2dad0538ceb58932b987abbd662fafc"><code>d890e46</code></a>)</p> </li> <li> <p>chore: pre-commit autoupdate && pre-commit run -a (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/7f448f20ef207f0314c63f94f055f8285064df16"><code>7f448f2</code></a>)</p> </li> <li> <p>chore: add tests for python 3.12 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/728">#728</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/42360fd93975f9ec4e1784dcd4b4cec23acc5de4"><code>42360fd</code></a>)</p> </li> </ul> <h2>Fix</h2> <ul> <li>fix: correct lint errors</li> </ul> <p>GitHub.upload_asset now raises ValueError instead of requests.HTTPError (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/a13a6c37e180dc422599939a5725835306c18ff2"><code>a13a6c3</code></a>)</p> <ul> <li>fix: Error when running build command on windows systems (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/732">#732</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/25536574760b407410f435441da533fafbf94402"><code>2553657</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md">python-semantic-release's changelog</a>.</em></p> <blockquote> <h2>v8.1.2 (2023-10-13)</h2> <h3>Build</h3> <ul> <li> <p>build(deps-dev): update importlib-resources requirement (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/719">#719</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/b1ec8fed0047c79e85fd986cdbd246d2325e2b7f"><code>b1ec8fe</code></a>)</p> </li> <li> <p>build(deps-dev): bump ruff from 0.0.290 to 0.0.292 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/726">#726</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/9818cb0066ff27adb8d24cdee4ed714754c32e5e"><code>9818cb0</code></a>)</p> </li> </ul> <h3>Chore</h3> <ul> <li> <p>chore: remove setup.py as setuptools no longer needs it (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/d8762c8d4e9772f4ba016116a28948af4a4ee4d6"><code>d8762c8</code></a>)</p> </li> <li> <p>chore: clearer pytest output from tox (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/d890e466d2dad0538ceb58932b987abbd662fafc"><code>d890e46</code></a>)</p> </li> <li> <p>chore: pre-commit autoupdate && pre-commit run -a (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/7f448f20ef207f0314c63f94f055f8285064df16"><code>7f448f2</code></a>)</p> </li> <li> <p>chore: add tests for python 3.12 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/728">#728</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/42360fd93975f9ec4e1784dcd4b4cec23acc5de4"><code>42360fd</code></a>)</p> </li> </ul> <h3>Fix</h3> <ul> <li>fix: correct lint errors</li> </ul> <p>GitHub.upload_asset now raises ValueError instead of requests.HTTPError (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/a13a6c37e180dc422599939a5725835306c18ff2"><code>a13a6c3</code></a>)</p> <ul> <li>fix: Error when running build command on windows systems (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/732">#732</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/25536574760b407410f435441da533fafbf94402"><code>2553657</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/78f638757ebf482f9bc110fca7cdb873265b0b7a"><code>78f6387</code></a> 8.1.2</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/d8762c8d4e9772f4ba016116a28948af4a4ee4d6"><code>d8762c8</code></a> chore: remove setup.py as setuptools no longer needs it</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/d890e466d2dad0538ceb58932b987abbd662fafc"><code>d890e46</code></a> chore: clearer pytest output from tox</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/7f448f20ef207f0314c63f94f055f8285064df16"><code>7f448f2</code></a> chore: pre-commit autoupdate && pre-commit run -a</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/a13a6c37e180dc422599939a5725835306c18ff2"><code>a13a6c3</code></a> fix: correct lint errors</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/b1ec8fed0047c79e85fd986cdbd246d2325e2b7f"><code>b1ec8fe</code></a> build(deps-dev): update importlib-resources requirement (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/719">#719</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/9818cb0066ff27adb8d24cdee4ed714754c32e5e"><code>9818cb0</code></a> build(deps-dev): bump ruff from 0.0.290 to 0.0.292 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/726">#726</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/42360fd93975f9ec4e1784dcd4b4cec23acc5de4"><code>42360fd</code></a> chore: add tests for python 3.12 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/728">#728</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/25536574760b407410f435441da533fafbf94402"><code>2553657</code></a> fix: Error when running build command on windows systems (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/732">#732</a>)</li> <li>See full diff in <a href="https://github.com/python-semantic-release/python-semantic-release/compare/v8.1.1...v8.1.2">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
.
<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> (0e35bac
)
-
chore(deps-dev): bump mypy from 1.5.1 to 1.6.0 (#141) (
49d68db
) -
chore(deps-dev): bump gitpython from 3.1.35 to 3.1.37 (#142) (
d6d07f0
) -
chore(deps-dev): bump urllib3 from 2.0.3 to 2.0.6 (#140) (
4f2fcfb
) -
chore(deps-dev): bump black from 23.7.0 to 23.9.1 (#138) (
e82362a
) -
chore(deps): bump click from 8.1.6 to 8.1.7 (#139) (
cb3c641
) -
chore(deps-dev): bump radon from 5.1.0 to 6.0.1 (#137) (
fc7cdd9
) -
chore(deps-dev): bump xenon from 0.9.0 to 0.9.1 (#126) (
940fd02
) -
chore(deps-dev): bump mypy from 1.5.0 to 1.5.1 (#127) (
ec12cad
) -
chore(deps): bump click from 8.1.6 to 8.1.7 (#128) (
580154b
) -
chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 (#133) (
2603329
) -
chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35 (#136) (
b35a55e
) -
chore(deps-dev): bump certifi from 2023.5.7 to 2023.7.22 (#135) (
9f3bb7e
) -
chore(deps-dev): bump python-semantic-release from 8.0.7 to 8.1.1 (#134) (
9144d20
) -
chore(deps-dev): bump python-semantic-release from 8.0.4 to 8.0.7 (#129) (
8118f73
) -
chore(deps-dev): bump mypy from 1.4.1 to 1.5.0 (#123)
Bumps mypy from 1.4.1 to 1.5.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/2ff7c0de571d434a9a1f82fa183d32fa32999b40"><code>2ff7c0d</code></a> [release 1.5] stubtest: Fix <code>__mypy-replace</code> false positives (<a href="https://redirect.github.com/python/mypy/issues/15689">#15689</a>) (<a href="https://redirect.github.com/python/mypy/issues/15751">#15751</a>)</li> <li><a href="https://github.com/python/mypy/commit/373b73abeb14fdd1f3021f4c27fe1721d2986ed4"><code>373b73a</code></a> [Release 1.5] Update typing_extensions stubs (<a href="https://redirect.github.com/python/mypy/issues/15745">#15745</a>)</li> <li><a href="https://github.com/python/mypy/commit/a6bd80ed8c91138ce6112b5ce71fc406d426cd01"><code>a6bd80e</code></a> Remove <code>+dev</code> from version</li> <li><a href="https://github.com/python/mypy/commit/9dd0d396e0a8b477e4bf723a6a24d82db7785ea8"><code>9dd0d39</code></a> Manually revert "Add support for attrs.fields (<a href="https://redirect.github.com/python/mypy/issues/15021">#15021</a>)&quot; (<a href="https://redirect.github.com/python/mypy/issues/15674">#15674</a>)</li> <li><a href="https://github.com/python/mypy/commit/45e1bf7a83686a5b933eb009447e89e5d1c41ca9"><code>45e1bf7</code></a> Typeshed cherry-pick: Fix <a href="https://github.com/patch"><code>@patch</code></a> when <code>new</code> is missing (<a href="https://redirect.github.com/python/mypy/issues/10459">#10459</a>) (<a href="https://redirect.github.com/python/mypy/issues/15673">#15673</a>)</li> <li><a href="https://github.com/python/mypy/commit/7a9418356082092d2cb1585acb816b2074cff43e"><code>7a94183</code></a> Fix dataclass/protocol crash on joining types (<a href="https://redirect.github.com/python/mypy/issues/15629">#15629</a>)</li> <li><a href="https://github.com/python/mypy/commit/2ebd51e881490f4d20635cde92ef9e3edbbad68c"><code>2ebd51e</code></a> Teach <code>stubgen</code> to work with <code>complex</code> and unary expressions (<a href="https://redirect.github.com/python/mypy/issues/15661">#15661</a>)</li> <li><a href="https://github.com/python/mypy/commit/39833810ddcd29561f3ffed44703380aa26a68be"><code>3983381</code></a> Fix testLiteralMeets failure (<a href="https://redirect.github.com/python/mypy/issues/15659">#15659</a>)</li> <li><a href="https://github.com/python/mypy/commit/3bf85217386806b0f68bf8857b61379ae2f6ad1e"><code>3bf8521</code></a> Consistently avoid type-checking unreachable code (<a href="https://redirect.github.com/python/mypy/issues/15386">#15386</a>)</li> <li><a href="https://github.com/python/mypy/commit/dfea43ff96976435ee5f37d1294cca792b8f26cf"><code>dfea43f</code></a> Add error code "explicit-override" for strict <a href="https://github.com/override"><code>@override</code></a> mode (PEP 698) (<a href="https://redirect.github.com/python/mypy/issues/15512">#15512</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v1.4.1...v1.5.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
.
<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> (57b5441
)
- chore(deps): bump the dependencies group with 1 update (#122)
Bumps the dependencies group with 1 update: click.
<details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets/click/releases">click's releases</a>.</em></p> <blockquote> <h2>8.1.6</h2> <p>This is a fix release for the 8.1.x feature branch. If you were having issues with type checking tools like pyright or mypy not accepting uses of Click's decorators, this should fix that.</p> <ul> <li>Changes: <a href="https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-6">https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-6</a></li> <li>Milestone: <a href="https://github.com/pallets/click/milestone/21?closed=1">https://github.com/pallets/click/milestone/21?closed=1</a></li> </ul> <h2>8.1.5</h2> <p>This is a fix release for the 8.1.x feature branch. This fixes an issue with decorator type annotations that caused type checkers to fail for valid code. There are no runtime behavior changes.</p> <ul> <li>Changes: <a href="https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-5">https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-5</a></li> <li>Milestone: <a href="https://github.com/pallets/click/milestone/20?closed=1">https://github.com/pallets/click/milestone/20?closed=1</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets/click/blob/8.1.6/CHANGES.rst">click's changelog</a>.</em></p> <blockquote> <h2>Version 8.1.6</h2> <p>Released 2023-07-18</p> <ul> <li>Fix an issue with type hints for <code>@click.group()</code>. :issue:<code>2558</code></li> </ul> <h2>Version 8.1.5</h2> <p>Released 2023-07-13</p> <ul> <li>Fix an issue with type hints for <code>@click.command()</code>, <code>@click.option()</code>, and other decorators. Introduce typing tests. :issue:<code>2558</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/click/commit/3793f5b2d79d5999552b970bf17c37588efcf008"><code>3793f5b</code></a> release version 8.1.6</li> <li><a href="https://github.com/pallets/click/commit/1a15373bf35e004dbf31826df8d7fe1765aafb77"><code>1a15373</code></a> Fix <code>group</code> overload (<a href="https://redirect.github.com/pallets/click/issues/2565">#2565</a>)</li> <li><a href="https://github.com/pallets/click/commit/20280d4f76928db0617fbc4c0059fabb42b8d77e"><code>20280d4</code></a> fix <code>group</code> overload with <code>cls</code> arg</li> <li><a href="https://github.com/pallets/click/commit/56b15be8b843a26a8065c65f8a208eef7b7c05bc"><code>56b15be</code></a> start version 8.1.6</li> <li><a href="https://github.com/pallets/click/commit/aca9f753afd9877ae8ee86609ace18eadf3ea116"><code>aca9f75</code></a> release version 8.1.5 (<a href="https://redirect.github.com/pallets/click/issues/2564">#2564</a>)</li> <li><a href="https://github.com/pallets/click/commit/63c171612889102dfae5f7270be78b567cf4251b"><code>63c1716</code></a> release version 8.1.5</li> <li><a href="https://github.com/pallets/click/commit/449d38f517845f39b0ffd4df64f90403933b0e0e"><code>449d38f</code></a> Fix types, introduce type tests (<a href="https://redirect.github.com/pallets/click/issues/2562">#2562</a>)</li> <li><a href="https://github.com/pallets/click/commit/d17dbc2c0faee0017ea2c8d2260e72cb71848f2f"><code>d17dbc2</code></a> start version 8.1.5</li> <li><a href="https://github.com/pallets/click/commit/f20395dfe397be7746380bd8768553ce4065752b"><code>f20395d</code></a> release version 8.1.4 (<a href="https://redirect.github.com/pallets/click/issues/2557">#2557</a>)</li> <li>See full diff in <a href="https://github.com/pallets/click/compare/8.1.4...8.1.6">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
.
<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
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (d71c628
)
-
chore: update token (
4eec8f4
) -
chore: rename secret token (
1832b55
) -
chore: group dependencies and assign code owner (
437781c
) -
chore: fix auto-merge (
76b2cad
) -
chore(deps-dev): bump python-semantic-release from 8.0.3 to 8.0.4 (#121) (
77fdee1
) -
chore(deps-dev): bump python-semantic-release from 8.0.2 to 8.0.3 (#120) (
0b84165
) -
chore(deps-dev): bump types-toml from 0.10.8.6 to 0.10.8.7 (#119) (
027f6e7
) -
chore: trigger patch release on dependency updates (
bc51e5e
) -
chore(deps): bump click from 8.1.4 to 8.1.6 (#115)
Bumps click from 8.1.4 to 8.1.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets/click/releases">click's releases</a>.</em></p> <blockquote> <h2>8.1.6</h2> <p>This is a fix release for the 8.1.x feature branch. If you were having issues with type checking tools like pyright or mypy not accepting uses of Click's decorators, this should fix that.</p> <ul> <li>Changes: <a href="https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-6">https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-6</a></li> <li>Milestone: <a href="https://github.com/pallets/click/milestone/21?closed=1">https://github.com/pallets/click/milestone/21?closed=1</a></li> </ul> <h2>8.1.5</h2> <p>This is a fix release for the 8.1.x feature branch. This fixes an issue with decorator type annotations that caused type checkers to fail for valid code. There are no runtime behavior changes.</p> <ul> <li>Changes: <a href="https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-5">https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-5</a></li> <li>Milestone: <a href="https://github.com/pallets/click/milestone/20?closed=1">https://github.com/pallets/click/milestone/20?closed=1</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets/click/blob/8.1.6/CHANGES.rst">click's changelog</a>.</em></p> <blockquote> <h2>Version 8.1.6</h2> <p>Released 2023-07-18</p> <ul> <li>Fix an issue with type hints for <code>@click.group()</code>. :issue:<code>2558</code></li> </ul> <h2>Version 8.1.5</h2> <p>Released 2023-07-13</p> <ul> <li>Fix an issue with type hints for <code>@click.command()</code>, <code>@click.option()</code>, and other decorators. Introduce typing tests. :issue:<code>2558</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/click/commit/3793f5b2d79d5999552b970bf17c37588efcf008"><code>3793f5b</code></a> release version 8.1.6</li> <li><a href="https://github.com/pallets/click/commit/1a15373bf35e004dbf31826df8d7fe1765aafb77"><code>1a15373</code></a> Fix <code>group</code> overload (<a href="https://redirect.github.com/pallets/click/issues/2565">#2565</a>)</li> <li><a href="https://github.com/pallets/click/commit/20280d4f76928db0617fbc4c0059fabb42b8d77e"><code>20280d4</code></a> fix <code>group</code> overload with <code>cls</code> arg</li> <li><a href="https://github.com/pallets/click/commit/56b15be8b843a26a8065c65f8a208eef7b7c05bc"><code>56b15be</code></a> start version 8.1.6</li> <li><a href="https://github.com/pallets/click/commit/aca9f753afd9877ae8ee86609ace18eadf3ea116"><code>aca9f75</code></a> release version 8.1.5 (<a href="https://redirect.github.com/pallets/click/issues/2564">#2564</a>)</li> <li><a href="https://github.com/pallets/click/commit/63c171612889102dfae5f7270be78b567cf4251b"><code>63c1716</code></a> release version 8.1.5</li> <li><a href="https://github.com/pallets/click/commit/449d38f517845f39b0ffd4df64f90403933b0e0e"><code>449d38f</code></a> Fix types, introduce type tests (<a href="https://redirect.github.com/pallets/click/issues/2562">#2562</a>)</li> <li><a href="https://github.com/pallets/click/commit/d17dbc2c0faee0017ea2c8d2260e72cb71848f2f"><code>d17dbc2</code></a> start version 8.1.5</li> <li><a href="https://github.com/pallets/click/commit/f20395dfe397be7746380bd8768553ce4065752b"><code>f20395d</code></a> release version 8.1.4 (<a href="https://redirect.github.com/pallets/click/issues/2557">#2557</a>)</li> <li>See full diff in <a href="https://github.com/pallets/click/compare/8.1.4...8.1.6">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
.
<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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (c8adeca
)
- chore(deps-dev): bump python-semantic-release from 7.34.6 to 8.0.2 (#116)
Bumps python-semantic-release from 7.34.6 to 8.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/releases">python-semantic-release's releases</a>.</em></p> <blockquote> <h1>v8.0.2 (2023-07-18)</h1> <h2>Documentation</h2> <ul> <li> <p>docs: correct version_toml example in migrating_from_v7.rst (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/641">#641</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/325d5e048bd89cb2a94c47029d4878b27311c0f0"><code>325d5e0</code></a>)</p> </li> <li> <p>docs: clarify v8 breaking changes in GitHub action inputs (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/643">#643</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/cda050cd9e789d81458157ee240ff99ec65c6f25"><code>cda050c</code></a>)</p> </li> <li> <p>docs: better description for tag_format usage (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/2129b729837eccc41a33dbb49785a8a30ce6b187"><code>2129b72</code></a>)</p> </li> </ul> <h2>Fix</h2> <ul> <li>fix: handle missing configuration (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/644">#644</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/f15753ce652f36cc03b108c667a26ab74bcbf95d"><code>f15753c</code></a>)</li> </ul> <h1>v8.0.1 (2023-07-17)</h1> <h2>Documentation</h2> <ul> <li> <p>docs: reduce readthedocs formats and add entries to migration from v7 guide (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/9b6ddfef448f9de30fa2845034f76655d34a9912"><code>9b6ddfe</code></a>)</p> </li> <li> <p>docs(migration): fix hyperlink (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/631">#631</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/5fbd52d7de4982b5689651201a0e07b445158645"><code>5fbd52d</code></a>)</p> </li> </ul> <h2>Fix</h2> <ul> <li>fix: invalid version in Git history should not cause a release failure (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/632">#632</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/254430b5cc5f032016b4c73168f0403c4d87541e"><code>254430b</code></a>)</li> </ul> <h1>v8.0.0 (2023-07-16)</h1> <h2>Breaking</h2> <ul> <li> <p>feat!: v8 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/619">#619</a>)</p> </li> <li> <p>feat!: 8.0.x (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/538">#538</a>)</p> </li> </ul> <p>Co-authored-by: Johan <<a href="mailto:johanhmr@gmail.com">johanhmr@gmail.com</a>> Co-authored-by: U-NEO\johan <<a href="mailto:johan.hammar@ombea.com">johan.hammar@ombea.com</a>></p> <ul> <li> <p>fix: correct Dockerfile CLI command and GHA fetch</p> </li> <li> <p>fix: resolve branch checkout logic in GHA</p> </li> <li> <p>fix: remove commit amending behaviour</p> </li> </ul> <p>this was not working when there were no source code changes to be made, as it lead to attempting to amend a HEAD commit that wasn&<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/39">#39</a>;t produced by PSR</p> <ul> <li>8.0.0-alpha.1</li> </ul> <p>Automatically generated by python-semantic-release</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md">python-semantic-release's changelog</a>.</em></p> <blockquote> <h2>v8.0.2 (2023-07-18)</h2> <h3>Documentation</h3> <ul> <li> <p>docs: correct version_toml example in migrating_from_v7.rst (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/641">#641</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/325d5e048bd89cb2a94c47029d4878b27311c0f0"><code>325d5e0</code></a>)</p> </li> <li> <p>docs: clarify v8 breaking changes in GitHub action inputs (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/643">#643</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/cda050cd9e789d81458157ee240ff99ec65c6f25"><code>cda050c</code></a>)</p> </li> <li> <p>docs: better description for tag_format usage (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/2129b729837eccc41a33dbb49785a8a30ce6b187"><code>2129b72</code></a>)</p> </li> </ul> <h3>Fix</h3> <ul> <li>fix: handle missing configuration (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/644">#644</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/f15753ce652f36cc03b108c667a26ab74bcbf95d"><code>f15753c</code></a>)</li> </ul> <h2>v8.0.1 (2023-07-17)</h2> <h3>Documentation</h3> <ul> <li> <p>docs: reduce readthedocs formats and add entries to migration from v7 guide (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/9b6ddfef448f9de30fa2845034f76655d34a9912"><code>9b6ddfe</code></a>)</p> </li> <li> <p>docs(migration): fix hyperlink (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/631">#631</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/5fbd52d7de4982b5689651201a0e07b445158645"><code>5fbd52d</code></a>)</p> </li> </ul> <h3>Fix</h3> <ul> <li>fix: invalid version in Git history should not cause a release failure (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/632">#632</a>) (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/254430b5cc5f032016b4c73168f0403c4d87541e"><code>254430b</code></a>)</li> </ul> <h2>v8.0.0 (2023-07-16)</h2> <h3>Breaking</h3> <ul> <li> <p>feat!: v8 (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/619">#619</a>)</p> </li> <li> <p>feat!: 8.0.x (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/538">#538</a>)</p> </li> </ul> <p>Co-authored-by: Johan <<a href="mailto:johanhmr@gmail.com">johanhmr@gmail.com</a>> Co-authored-by: U-NEO\johan <<a href="mailto:johan.hammar@ombea.com">johan.hammar@ombea.com</a>></p> <ul> <li> <p>fix: correct Dockerfile CLI command and GHA fetch</p> </li> <li> <p>fix: resolve branch checkout logic in GHA</p> </li> <li> <p>fix: remove commit amending behaviour</p> </li> </ul> <p>this was not working when there were no source code changes to be made, as it lead to attempting to amend a HEAD commit that wasn&<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/39">#39</a>;t produced by PSR</p> <ul> <li>8.0.0-alpha.1</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/8950c5236099151e13cfd1ea9dae8e8c2477221b"><code>8950c52</code></a> 8.0.2</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/f15753ce652f36cc03b108c667a26ab74bcbf95d"><code>f15753c</code></a> fix: handle missing configuration (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/644">#644</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/325d5e048bd89cb2a94c47029d4878b27311c0f0"><code>325d5e0</code></a> docs: correct version_toml example in migrating_from_v7.rst (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/641">#641</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/cda050cd9e789d81458157ee240ff99ec65c6f25"><code>cda050c</code></a> docs: clarify v8 breaking changes in GitHub action inputs (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/643">#643</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/2129b729837eccc41a33dbb49785a8a30ce6b187"><code>2129b72</code></a> docs: better description for tag_format usage</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/0244086493441a32e66698a034595360a19574bb"><code>0244086</code></a> 8.0.1</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/254430b5cc5f032016b4c73168f0403c4d87541e"><code>254430b</code></a> fix: invalid version in Git history should not cause a release failure (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/632">#632</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/9b6ddfef448f9de30fa2845034f76655d34a9912"><code>9b6ddfe</code></a> docs: reduce readthedocs formats and add entries to migration from v7 guide</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/5fbd52d7de4982b5689651201a0e07b445158645"><code>5fbd52d</code></a> docs(migration): fix hyperlink (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/631">#631</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/03f89dd88a62e1a66e604c040681a25da9d3fd3a"><code>03f89dd</code></a> 8.0.0</li> <li>Additional commits viewable in <a href="https://github.com/python-semantic-release/python-semantic-release/compare/v7.34.6...v8.0.2">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
.
<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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (f120005
)
-
chore: change license to apache 2.0 (
f765cca
) -
chore: enable auto-commit for dependabot pull requests (#117)
Issue #, if available:
<!--- One or two sentences as a summary of what's being changed -->
Checklist
<!--- Leave unchecked if your change doesn't seem to apply -->
- Update tests
- Update docs
- PR title follows conventional commit semantics
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice. (4038453
)
- chore(deps): bump click from 8.1.4 to 8.1.5 (#111) (
568a63a
)
- feat: support cfn-guard v3.x.x (#168)
Issue #, if available:
When cfn-guard 3.x.x was released the output format has changed. Previously the rule name was encapsulated in quotes. With the new release this was removed but the cfn-guard-test wrapper still expected these quotes.
Checklist
<!--- Leave unchecked if your change doesn't seem to apply -->
- Update tests
- Update docs
- PR title follows conventional commit semantics
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice. (250e7b9
)
- fix: trigger release (
7a86b1d
)
-
chore(deps-dev): bump black from 23.3.0 to 23.7.0 (#109) (
a341282
) -
chore(deps): bump click from 8.1.3 to 8.1.4 (#107) (
af7e8ae
) -
chore(deps-dev): bump mypy from 1.4.0 to 1.4.1 (#106) (
2e5056a
) -
chore(deps-dev): bump pytest from 7.3.2 to 7.4.0 (#105) (
3173ffb
) -
chore(deps-dev): bump mypy from 1.3.0 to 1.4.0 (#104) (
016b469
) -
chore(deps-dev): bump python-semantic-release from 7.34.4 to 7.34.6 (#103) (
86027fc
)
- fix: update dependencies (#110)
Issue #, if available:
<!--- One or two sentences as a summary of what's being changed -->
Checklist
<!--- Leave unchecked if your change doesn't seem to apply -->
- Update tests
- Update docs
- PR title follows conventional commit semantics
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice. (6c7a099
)
- chore(deps-dev): bump pytest from 7.3.1 to 7.3.2
Bumps pytest from 7.3.1 to 7.3.2.
updated-dependencies:
- dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (8eaaddf
)
- chore(deps): bump cryptography from 39.0.2 to 41.0.0
Bumps cryptography from 39.0.2 to 41.0.0.
updated-dependencies:
- dependency-name: cryptography dependency-type: indirect ...
Signed-off-by: dependabot[bot] <support@github.com> (cef0c6d
)
- chore(deps-dev): bump mypy from 1.2.0 to 1.3.0
Bumps mypy from 1.2.0 to 1.3.0.
updated-dependencies:
- dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (4311aae
)
- chore(deps-dev): bump pytest-cov from 4.0.0 to 4.1.0
Bumps pytest-cov from 4.0.0 to 4.1.0.
updated-dependencies:
- dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (109e317
)
- chore(deps): bump requests from 2.28.2 to 2.31.0
Bumps requests from 2.28.2 to 2.31.0.
updated-dependencies:
- dependency-name: requests dependency-type: indirect ...
Signed-off-by: dependabot[bot] <support@github.com> (b9310cf
)
- chore(deps-dev): bump pytest from 7.3.0 to 7.3.1
Bumps pytest from 7.3.0 to 7.3.1.
updated-dependencies:
- dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (b206a0f
)
- chore(deps-dev): bump pytest from 7.2.2 to 7.3.0
Bumps pytest from 7.2.2 to 7.3.0.
updated-dependencies:
- dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (cecf7e8
)
- chore(deps-dev): bump mypy from 1.1.1 to 1.2.0
Bumps mypy from 1.1.1 to 1.2.0.
updated-dependencies:
- dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (7dbf9e7
)
- chore(deps-dev): bump black from 23.1.0 to 23.3.0
Bumps black from 23.1.0 to 23.3.0.
updated-dependencies:
- dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (ca641cf
)
- chore(deps-dev): bump types-toml from 0.10.8.5 to 0.10.8.6
Bumps types-toml from 0.10.8.5 to 0.10.8.6.
updated-dependencies:
- dependency-name: types-toml dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (0f860c4
)
- chore(deps-dev): bump mypy from 1.0.1 to 1.1.1
Bumps mypy from 1.0.1 to 1.1.1.
updated-dependencies:
- dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (ac8d916
)
-
chore: version bump (#87) (
14dc342
) -
chore(deps-dev): bump types-toml from 0.10.8.4 to 0.10.8.5 (#86) (
98f7a32
) -
chore(deps-dev): bump mypy from 1.0.0 to 1.0.1 (#85) (
785d069
) -
chore(deps-dev): bump types-toml from 0.10.8.3 to 0.10.8.4 (#84) (
a51abc1
) -
chore(deps-dev): bump types-toml from 0.10.8.2 to 0.10.8.3 (#83) (
bcdcc3e
) -
chore(deps-dev): bump mypy from 0.991 to 1.0.0 (#82) (
181ce53
) -
chore(deps): bump cryptography from 39.0.0 to 39.0.1 (#81) (
0923d45
) -
chore(deps-dev): bump types-toml from 0.10.8.1 to 0.10.8.2 (#80) (
3248c4d
) -
chore(deps-dev): bump black from 22.12.0 to 23.1.0 (#79) (
0a32b25
) -
chore(deps-dev): bump pytest from 7.2.0 to 7.2.1 (#78)
-
chore(deps-dev): bump pytest from 7.2.0 to 7.2.1
-
fix: update lock file
-
fix: update poetry image version
Bumps pytest from 7.2.0 to 7.2.1.
updated-dependencies:
- dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joris Conijn <joris@conijnonline.nl> (0cc01fa
)
- chore(deps-dev): bump pytest-mypy from 0.10.2 to 0.10.3
Bumps pytest-mypy from 0.10.2 to 0.10.3.
updated-dependencies:
- dependency-name: pytest-mypy dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (9eb7a8a
)
- chore(deps-dev): bump black from 22.10.0 to 22.12.0
Bumps black from 22.10.0 to 22.12.0.
updated-dependencies:
- dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (13f5f3b
)
- chore(deps): bump certifi from 2021.10.8 to 2022.12.7
Bumps certifi from 2021.10.8 to 2022.12.7.
updated-dependencies:
- dependency-name: certifi dependency-type: indirect ...
Signed-off-by: dependabot[bot] <support@github.com> (4db4fbd
)
- chore(deps-dev): bump pytest-mypy from 0.10.1 to 0.10.2
Bumps pytest-mypy from 0.10.1 to 0.10.2.
updated-dependencies:
- dependency-name: pytest-mypy dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (44642cb
)
- chore(deps-dev): bump twine from 4.0.1 to 4.0.2
Bumps twine from 4.0.1 to 4.0.2.
updated-dependencies:
- dependency-name: twine dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (1663f3c
)
- chore(deps-dev): bump mypy from 0.990 to 0.991
Bumps mypy from 0.990 to 0.991.
updated-dependencies:
- dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (f318d35
)
- chore(deps-dev): bump types-toml from 0.10.8 to 0.10.8.1
Bumps types-toml from 0.10.8 to 0.10.8.1.
updated-dependencies:
- dependency-name: types-toml dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (ef3aaa0
)
- chore(deps-dev): bump pytest-mypy from 0.10.0 to 0.10.1
Bumps pytest-mypy from 0.10.0 to 0.10.1.
updated-dependencies:
- dependency-name: pytest-mypy dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (588a6f1
)
- chore(deps-dev): bump mypy from 0.982 to 0.990
Bumps mypy from 0.982 to 0.990.
updated-dependencies:
- dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (0988f86
)
- chore(deps-dev): bump pytest from 7.1.3 to 7.2.0
Bumps pytest from 7.1.3 to 7.2.0.
updated-dependencies:
- dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (fb22340
)
- chore(deps-dev): bump black from 22.8.0 to 22.10.0
Bumps black from 22.8.0 to 22.10.0.
updated-dependencies:
- dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (8147476
)
- chore(deps-dev): bump mypy from 0.981 to 0.982
Bumps mypy from 0.981 to 0.982.
updated-dependencies:
- dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (0d0eac4
)
- chore(deps-dev): bump pytest-mypy from 0.9.1 to 0.10.0
Bumps pytest-mypy from 0.9.1 to 0.10.0.
updated-dependencies:
- dependency-name: pytest-mypy dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (b6c5646
)
- chore(deps-dev): bump pytest-cov from 3.0.0 to 4.0.0
Bumps pytest-cov from 3.0.0 to 4.0.0.
updated-dependencies:
- dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ...
Signed-off-by: dependabot[bot] <support@github.com> (38a2bb5
)
- chore(deps-dev): bump black from 22.6.0 to 22.8.0
Bumps black from 22.6.0 to 22.8.0.
updated-dependencies:
- dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (4a6a73a
)
- chore(deps-dev): bump mypy from 0.971 to 0.981
Bumps mypy from 0.971 to 0.981.
updated-dependencies:
- dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (0eeb405
)
- chore(deps-dev): bump pytest from 7.1.2 to 7.1.3
Bumps pytest from 7.1.2 to 7.1.3.
updated-dependencies:
- dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (cf3f174
)
- feat: release (#102)
Issue #, if available:
<!--- One or two sentences as a summary of what's being changed -->
Checklist
<!--- Leave unchecked if your change doesn't seem to apply -->
- Update tests
- Update docs
- PR title follows conventional commit semantics
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Co-authored-by: semantic-release <semantic-release> (d447717
)
- feat: trigger release (
4d1e369
)
-
fix: reset version (
ac23972
) -
fix: trigger minor release (
31bd45a
) -
fix: use a explicit poetry version (
24ce8be
)
- chore: version bump (
be27639
)
- feat: improve feedback
By showing the expected and actual evaluated results. It becomes easier to see what might be incorrect with your test case. By also marking the case as failed when there are no results. We prevent incorrect assumptions that it might have passed because the results are not evaluated. (8805510
)
- Merge pull request #60 from Nr18/develop
release 0.5.0 (1af70d5
)
- Merge pull request #59 from Nr18/chore/version-bump
chore: version bump (cb04c0f
)
- Merge pull request #58 from Nr18/feat/improve-feedback
feat: improve feedback (a8a9c11
)
-
chore: version bump (
66bce9a
) -
chore(deps-dev): bump mypy from 0.961 to 0.971
Bumps mypy from 0.961 to 0.971.
updated-dependencies:
- dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (03566c1
)
- chore(deps-dev): bump types-toml from 0.10.7 to 0.10.8
Bumps types-toml from 0.10.7 to 0.10.8.
updated-dependencies:
- dependency-name: types-toml dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (fb4a2b8
)
- chore(deps-dev): bump black from 22.3.0 to 22.6.0
Bumps black from 22.3.0 to 22.6.0.
updated-dependencies:
- dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (926f8b8
)
- chore(deps-dev): bump mypy from 0.960 to 0.961
Bumps mypy from 0.960 to 0.961.
updated-dependencies:
- dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (6880314
)
- chore(deps-dev): bump twine from 4.0.0 to 4.0.1
Bumps twine from 4.0.0 to 4.0.1.
updated-dependencies:
- dependency-name: twine dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (6a83863
)
- chore(deps-dev): bump mypy from 0.950 to 0.960
Bumps mypy from 0.950 to 0.960.
updated-dependencies:
- dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (2e2e016
)
- chore(deps-dev): bump types-toml from 0.10.6 to 0.10.7
Bumps types-toml from 0.10.6 to 0.10.7.
updated-dependencies:
- dependency-name: types-toml dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (39d41c2
)
- chore(deps): bump click from 8.1.2 to 8.1.3
Bumps click from 8.1.2 to 8.1.3.
updated-dependencies:
- dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (a45569a
)
- chore(deps-dev): bump types-toml from 0.10.5 to 0.10.6
Bumps types-toml from 0.10.5 to 0.10.6.
updated-dependencies:
- dependency-name: types-toml dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (a866739
)
- chore(deps): bump click from 8.1.2 to 8.1.3
Bumps click from 8.1.2 to 8.1.3.
updated-dependencies:
- dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (2870117
)
- chore(deps-dev): bump pytest from 7.1.1 to 7.1.2
Bumps pytest from 7.1.1 to 7.1.2.
updated-dependencies:
- dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (37c0913
)
- chore(deps-dev): bump mypy from 0.942 to 0.950
Bumps mypy from 0.942 to 0.950.
updated-dependencies:
- dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (bf5928f
)
- chore(deps-dev): bump types-toml from 0.10.4 to 0.10.5
Bumps types-toml from 0.10.4 to 0.10.5.
updated-dependencies:
- dependency-name: types-toml dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (07a5970
)
- chore(deps): bump click from 8.0.4 to 8.1.2
Bumps click from 8.0.4 to 8.1.2.
updated-dependencies:
- dependency-name: click dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (8467341
)
- chore(deps): bump click from 8.0.4 to 8.1.2
Bumps click from 8.0.4 to 8.1.2.
updated-dependencies:
- dependency-name: click dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (0c26e50
)
- chore(deps): bump click from 8.0.4 to 8.1.1
Bumps click from 8.0.4 to 8.1.1.
updated-dependencies:
- dependency-name: click dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (0768390
)
- chore(deps-dev): bump twine from 3.8.0 to 4.0.0
Bumps twine from 3.8.0 to 4.0.0.
updated-dependencies:
- dependency-name: twine dependency-type: direct:development update-type: version-update:semver-major ...
Signed-off-by: dependabot[bot] <support@github.com> (ccd1b89
)
- chore(deps-dev): bump black from 22.1.0 to 22.3.0
Bumps black from 22.1.0 to 22.3.0.
updated-dependencies:
- dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (b6dc726
)
- chore(deps): bump click from 8.0.4 to 8.1.0
Bumps click from 8.0.4 to 8.1.0.
updated-dependencies:
- dependency-name: click dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (085a854
)
- chore(deps-dev): bump mypy from 0.941 to 0.942
Bumps mypy from 0.941 to 0.942.
updated-dependencies:
- dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (cc5a399
)
- chore(deps-dev): bump pytest from 7.1.0 to 7.1.1
Bumps pytest from 7.1.0 to 7.1.1.
updated-dependencies:
- dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (7a0b06e
)
- chore(deps-dev): bump mypy from 0.931 to 0.941
Bumps mypy from 0.931 to 0.941.
updated-dependencies:
- dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (26193e0
)
- chore(deps-dev): bump pytest from 7.0.1 to 7.1.0
Bumps pytest from 7.0.1 to 7.1.0.
updated-dependencies:
- dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (e8448b0
)
- chore(deps-dev): bump xenon from 0.8.0 to 0.9.0
Bumps xenon from 0.8.0 to 0.9.0.
updated-dependencies:
- dependency-name: xenon dependency-type: direct:development update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (1a32f89
)
- fix: support new and old output formats
In previous versions of cfn-guard the result was shown as:
Test Case #1
Name: "Rule Name"
PASS Rules:
Rule: Expected = PASS, Evaluated = PASS
With newer versions they only show the Evaluated
field when it differs from the Expected
field. Another addition is that they show the results using brackets.
Test Case #1
Name: "Rule Name"
PASS Rules:
Rule: Expected = PASS, Evaluated = [FAIL]
``` ([`10b2497`](https://github.com/Nr18/cfn-guard-test/commit/10b2497bb57023679395a49621e628119356411b))
### Unknown
* Merge pull request #57 from Nr18/develop
release: 0.4.1 ([`b9751b8`](https://github.com/Nr18/cfn-guard-test/commit/b9751b8629a8a52b0b99e4ee52a0e29ab83e9d28))
* Merge pull request #56 from Nr18/chore/version-bump
chore: version bump ([`40153de`](https://github.com/Nr18/cfn-guard-test/commit/40153de2d08939d57a184ada55d2d4bd9ff627ea))
* Merge pull request #55 from Nr18/fix/read-evaluated-properly
fix: support new and old output formats ([`46e6c30`](https://github.com/Nr18/cfn-guard-test/commit/46e6c30679b0d4b60d243923ae9210abd6bd836d))
* Merge pull request #54 from Nr18/dependabot/pip/mypy-0.971
chore(deps-dev): bump mypy from 0.961 to 0.971 ([`fe02b14`](https://github.com/Nr18/cfn-guard-test/commit/fe02b14dd8ea40b9d6ed9750355f5dfb5c1f3713))
* Merge pull request #53 from Nr18/dependabot/pip/types-toml-0.10.8 ([`ddabeb9`](https://github.com/Nr18/cfn-guard-test/commit/ddabeb9204471ca8adb5028fcfd68826f5002774))
* Merge pull request #52 from Nr18/dependabot/pip/black-22.6.0 ([`9956b5b`](https://github.com/Nr18/cfn-guard-test/commit/9956b5b1b068071e6c5c6e0a82ada4a815e707ae))
* Merge pull request #51 from Nr18/dependabot/pip/mypy-0.961
chore(deps-dev): bump mypy from 0.960 to 0.961 ([`d7b9283`](https://github.com/Nr18/cfn-guard-test/commit/d7b92830c634c8107c8551540829b3205c757210))
* Merge pull request #50 from Nr18/dependabot/pip/twine-4.0.1 ([`59bb9ee`](https://github.com/Nr18/cfn-guard-test/commit/59bb9eee335c5cfde9c3014dbeced3b32c72b507))
* Merge pull request #49 from Nr18/dependabot/pip/mypy-0.960 ([`594490f`](https://github.com/Nr18/cfn-guard-test/commit/594490f107be46c6095ed413279939a1d336ec71))
* Merge pull request #48 from Nr18/dependabot/pip/types-toml-0.10.7
chore(deps-dev): bump types-toml from 0.10.6 to 0.10.7 ([`bbb9c5c`](https://github.com/Nr18/cfn-guard-test/commit/bbb9c5c4393b72d11d2fd7c3bb891d58e1cbf452))
* Merge pull request #47 from Nr18/dependabot/pip/click-8.1.3 ([`db5d19b`](https://github.com/Nr18/cfn-guard-test/commit/db5d19bca17507475ea2410c843dcb14b7234310))
* Merge pull request #46 from Nr18/dependabot/pip/types-toml-0.10.6 ([`bca1e8f`](https://github.com/Nr18/cfn-guard-test/commit/bca1e8f5d7c58f2035c8ea227f51cc0b610d3736))
* Merge pull request #45 from Nr18/dependabot/pip/click-8.1.3 ([`160e5ae`](https://github.com/Nr18/cfn-guard-test/commit/160e5aed4b7aa462955ec469538cddba300dc47d))
* Merge pull request #43 from Nr18/dependabot/pip/pytest-7.1.2 ([`f661a41`](https://github.com/Nr18/cfn-guard-test/commit/f661a414590f6eacae6906a1617c94fee8e6dd8a))
* Merge pull request #44 from Nr18/dependabot/pip/mypy-0.950 ([`64e5900`](https://github.com/Nr18/cfn-guard-test/commit/64e59009ad2d624b42953dfa9523851e904c178e))
* Merge pull request #42 from Nr18/dependabot/pip/types-toml-0.10.5 ([`cbb4e04`](https://github.com/Nr18/cfn-guard-test/commit/cbb4e047fac43aebb19e248c1935d5e0208d7cb6))
* Merge pull request #41 from Nr18/dependabot/pip/click-8.1.2 ([`92108d3`](https://github.com/Nr18/cfn-guard-test/commit/92108d3c397da1b618827c3439231529692cd76f))
* Merge pull request #40 from Nr18/dependabot/pip/click-8.1.2 ([`f5a4af7`](https://github.com/Nr18/cfn-guard-test/commit/f5a4af7f0fd2888f970f022f71f68373c2487a8e))
* Merge pull request #38 from Nr18/dependabot/pip/twine-4.0.0 ([`e74b561`](https://github.com/Nr18/cfn-guard-test/commit/e74b561402e4b864a1ad85016e5e0761ea98cf19))
* Merge pull request #39 from Nr18/dependabot/pip/click-8.1.1 ([`99b276d`](https://github.com/Nr18/cfn-guard-test/commit/99b276de2028db08e5b2fe3e94778f550238be0f))
* Merge pull request #37 from Nr18/dependabot/pip/black-22.3.0 ([`8504f54`](https://github.com/Nr18/cfn-guard-test/commit/8504f54c42537ca7300749717d6141310ffd467f))
* Merge pull request #35 from Nr18/dependabot/pip/click-8.1.0 ([`1e88577`](https://github.com/Nr18/cfn-guard-test/commit/1e88577791edffc4d39d15f2a74eb01f1fdb007a))
* Merge pull request #34 from Nr18/dependabot/pip/mypy-0.942 ([`97692ab`](https://github.com/Nr18/cfn-guard-test/commit/97692ab9422284c7c25d19974cb5957ee141cfe9))
* Merge pull request #33 from Nr18/dependabot/pip/pytest-7.1.1
chore(deps-dev): bump pytest from 7.1.0 to 7.1.1 ([`8324210`](https://github.com/Nr18/cfn-guard-test/commit/8324210caf2bb151075742bdb94f4f7dd4aac423))
* Merge pull request #32 from Nr18/dependabot/pip/mypy-0.941 ([`297c4d5`](https://github.com/Nr18/cfn-guard-test/commit/297c4d5a85b64408512f89202f0d211b6b1a9895))
* Merge pull request #31 from Nr18/dependabot/pip/pytest-7.1.0 ([`ae66efd`](https://github.com/Nr18/cfn-guard-test/commit/ae66efd1ff613b7ba099bac63ef4e911dc566446))
* Merge pull request #29 from Nr18/dependabot/pip/xenon-0.9.0 ([`696bc60`](https://github.com/Nr18/cfn-guard-test/commit/696bc601c302ca0ead994fcdf630347a0ae75c13))
## v0.4.0 (2022-03-07)
### Chore
* chore(deps-dev): bump mypy from 0.910 to 0.931
Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.931.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.910...v0.931)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> ([`94d29bc`](https://github.com/Nr18/cfn-guard-test/commit/94d29bc193f6ad31c02afe3dd95f7c6002b111f2))
* chore(deps-dev): bump pytest-mypy from 0.8.1 to 0.9.1
Bumps [pytest-mypy](https://github.com/dbader/pytest-mypy) from 0.8.1 to 0.9.1.
- [Release notes](https://github.com/dbader/pytest-mypy/releases)
- [Changelog](https://github.com/dbader/pytest-mypy/blob/master/changelog.md)
- [Commits](https://github.com/dbader/pytest-mypy/compare/v0.8.1...v0.9.1)
---
updated-dependencies:
- dependency-name: pytest-mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> ([`42397af`](https://github.com/Nr18/cfn-guard-test/commit/42397af2c9fe2feaf927cbbf24c759835dcab4a4))
* chore(deps): bump click from 8.0.3 to 8.0.4
Bumps [click](https://github.com/pallets/click) from 8.0.3 to 8.0.4.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/8.0.3...8.0.4)
---
updated-dependencies:
- dependency-name: click
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> ([`a9e9f5e`](https://github.com/Nr18/cfn-guard-test/commit/a9e9f5ef2b68b5108955cd5b7add1f6c0f49d6e3))
* chore(deps-dev): bump pytest from 6.2.5 to 7.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.5...7.0.1)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> ([`13a74c5`](https://github.com/Nr18/cfn-guard-test/commit/13a74c5b9c639f0e3810840163730ed180a2c89c))
* chore(deps-dev): bump mypy from 0.910 to 0.931
Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.931.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.910...v0.931)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> ([`8cb06af`](https://github.com/Nr18/cfn-guard-test/commit/8cb06af775adc79d9a0cfdeea8f117d13ce1f84c))
* chore(deps-dev): bump black from 21.12b0 to 22.1.0
Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits/22.1.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com> ([`94985b2`](https://github.com/Nr18/cfn-guard-test/commit/94985b2c719d8e33cef840bbc06776a174672446))
* chore: version bump ([`8cf17af`](https://github.com/Nr18/cfn-guard-test/commit/8cf17af713cd7419c50a43d399e176e176b49a02))
* chore: improve release process and install dependabot
Capture the release drafter output automatically. This will simplify the release procedure. Prevent vulnerabilities by enabling dependabot. ([`428a640`](https://github.com/Nr18/cfn-guard-test/commit/428a6408103031ef4caf8d51605caaeabdee0477))
### Feature
* feat: add errors to the junit report
By adding the errors to the junit report it makes it easier to find what went happened in the CI/CD pipelines. ([`3a5cfaf`](https://github.com/Nr18/cfn-guard-test/commit/3a5cfafe5dcb434ff1bfd01ea91a4f74d4eeea89))
* feat: include the cfn-guard loading error
When cfn-guard is not capable of running a test. For example when the test yaml has an invalid format. We include the append the error message to the message fed to the wrapper. This will give additional context on what went wrong. ([`d40f1ce`](https://github.com/Nr18/cfn-guard-test/commit/d40f1cefc4ea8d0b7b1811a4805ac8c6fd543e2f))
### Fix
* fix: make mypy happy ([`6c8aad8`](https://github.com/Nr18/cfn-guard-test/commit/6c8aad842235885a09a325545e5b524ee59d0a12))
* fix: release drafter ([`07f595e`](https://github.com/Nr18/cfn-guard-test/commit/07f595e42033121cd2ede9416ca023af20327ee9))
### Unknown
* Merge pull request #28 from Nr18/develop
chore: create 0.4.0 release ([`d5ac82b`](https://github.com/Nr18/cfn-guard-test/commit/d5ac82b2f8f38d757ce998caec98ccc0585f1a47))
* Merge pull request #23 from Nr18/dependabot/pip/mypy-0.931
chore(deps-dev): bump mypy from 0.910 to 0.931 ([`aa75c02`](https://github.com/Nr18/cfn-guard-test/commit/aa75c0295d7515cd1d318d7687a5adcefa48ca00))
* Merge branch 'dependabot/pip/mypy-0.931' of github.com:Nr18/cfn-guard-test into dependabot/pip/mypy-0.931 ([`bdc9be0`](https://github.com/Nr18/cfn-guard-test/commit/bdc9be070c9c011a72f7171587d4c12a290575ae))
* Merge pull request #26 from Nr18/dependabot/pip/pytest-mypy-0.9.1
chore(deps-dev): bump pytest-mypy from 0.8.1 to 0.9.1 ([`ffa5dbe`](https://github.com/Nr18/cfn-guard-test/commit/ffa5dbeceb227ef66f7e839a32d534ebb7b8c268))
* Merge pull request #24 from Nr18/dependabot/pip/click-8.0.4
chore(deps): bump click from 8.0.3 to 8.0.4 ([`3d29384`](https://github.com/Nr18/cfn-guard-test/commit/3d29384254c56cfdbc48d0cfbf88785d2ec3ce65))
* Merge pull request #25 from Nr18/dependabot/pip/pytest-7.0.1
chore(deps-dev): bump pytest from 6.2.5 to 7.0.1 ([`576123b`](https://github.com/Nr18/cfn-guard-test/commit/576123b77a91e2297256ea3ae8af09c69ffd2490))
* Merge pull request #22 from Nr18/dependabot/pip/black-22.1.0
chore(deps-dev): bump black from 21.12b0 to 22.1.0 ([`b1e5604`](https://github.com/Nr18/cfn-guard-test/commit/b1e5604c4794e90f5891caf3dc33144ed23b112b))
* Merge pull request #27 from Nr18/chore/version-bump
chore: version bump ([`170c9b4`](https://github.com/Nr18/cfn-guard-test/commit/170c9b4a6984bdb0705b6b4c2ad2ae128db65b65))
* Merge pull request #21 from Nr18/chore/update-release-procedure
chore: improve release process and install dependabot ([`895ed08`](https://github.com/Nr18/cfn-guard-test/commit/895ed08d66cd9e3fde3546286f2d727c3d673d9e))
* Merge pull request #20 from Nr18/feat/errors-junit
feat: add errors to the junit report ([`8dbad8b`](https://github.com/Nr18/cfn-guard-test/commit/8dbad8b549ec76b2c7e7afba69d23fc7f8afa700))
* Merge pull request #19 from Nr18/feat/add-details
feat: include the cfn-guard loading error ([`e6ec01f`](https://github.com/Nr18/cfn-guard-test/commit/e6ec01f7a18f17849dfa643b45d15fb141fde6e6))
## v0.3.0 (2022-01-29)
### Chore
* chore: version bump (#17) ([`400e086`](https://github.com/Nr18/cfn-guard-test/commit/400e0869c51ad46f27577dbafdf963d7d5587d3e))
### Feature
* feat: add support for docker (#13)
Add Dockerfile to provide an alternative installation method ([`75f6a9a`](https://github.com/Nr18/cfn-guard-test/commit/75f6a9a587ce2fc494a90446bb4c6d522c7a12ea))
### Fix
* fix: ignored tests (#16)
When you have malformed YAML tests. Or the output of `cfn-guard` could not be read. We skipped it and went to the next one. This resulted in a scenario where you might think your test ran successfully. But in reallity they where skipped.
Issue: #15 ([`67d6122`](https://github.com/Nr18/cfn-guard-test/commit/67d6122f6a4d2f2ead2d43100defaa9035b44ca2))
### Style
* style: newlines in README.md (#14)
The Markdown format officially states that titles and code fences. ([`2c2505a`](https://github.com/Nr18/cfn-guard-test/commit/2c2505ab799d9a8621dae6dc42c7c0fdb08ebb8b))
### Unknown
* Merge pull request #18 from Nr18/develop
Release 0.3.0 ([`b4f1e14`](https://github.com/Nr18/cfn-guard-test/commit/b4f1e14ef54d76cfd0d88ac766bfab4bf5358d0e))
## v0.2.0 (2021-12-23)
### Chore
* chore: release 0.2.0 #12
chore: release 0.2.0 ([`292dcc6`](https://github.com/Nr18/cfn-guard-test/commit/292dcc6e26514f80be2763873808bff873b8f58c))
* chore: version bump (#11) ([`682d7ee`](https://github.com/Nr18/cfn-guard-test/commit/682d7ee8feccfdc9b0f28704cbd37b11ce230ad4))
### Documentation
* docs: describe how to installation in venv (#5)
- describe how to install the package in a venv
- fix typo ([`fabf152`](https://github.com/Nr18/cfn-guard-test/commit/fabf1523b6e7e798ae4dd3d2275706a2ca30b1a8))
### Feature
* feat: support JUnit reporting (#9)
* feat: support JUnit reporting
Add the ability to generate a JUnit report of the cfn-guard tests. This is useful when you want to include cfn-guard-test in a CI pipeline. ([`cc55c86`](https://github.com/Nr18/cfn-guard-test/commit/cc55c868d5be5a5b356aeaa308037fbe6f72d827))
### Fix
* fix: malformed output (#10)
When paths were supplied with a trailing slash. It resulted in two slashes in the printed path in the output.
With the introduction of JUnit reports in #9 the output was even more broken. The failure message was extended to the list but it needed to be added.
Issue: #4 and #9 ([`477f8be`](https://github.com/Nr18/cfn-guard-test/commit/477f8bef444f89c7ed94aa790aa346df703c1ac2))
### Refactor
* refactor: create a high level wrapper (#8)
By introducing a high level wrapper we have a more logical distribution in what happens where. I also added the ability to make the output a bit more verbose. And introduced time tracking of the execution. ([`9056dca`](https://github.com/Nr18/cfn-guard-test/commit/9056dcadfc526b64265dbd36be8d877f188ed0ef))
* refactor: rename method and class (#7)
Fix typo and make naming more consistent ([`9880e14`](https://github.com/Nr18/cfn-guard-test/commit/9880e14b715ee290b19df895d8661536b44d81c7))
* refactor: improve naming (#6)
Make naming simpler and consistent. ([`1034923`](https://github.com/Nr18/cfn-guard-test/commit/10349230c19b82ebe8bf127d023553a092fe93b7))
## v0.1.0 (2021-12-20)
### Chore
* chore: version bump (#1) ([`a277946`](https://github.com/Nr18/cfn-guard-test/commit/a277946a301b8e1435a2762541686a6946770ad7))
### Feature
* feat: initial commit ([`0cc50c9`](https://github.com/Nr18/cfn-guard-test/commit/0cc50c945730c39c7fbed74e5e43646fd628c48d))
### Fix
* fix: use version as tag name ([`2a54d9e`](https://github.com/Nr18/cfn-guard-test/commit/2a54d9ef43f974d90ab06dd64c3ddb2c652cae70))
### Unknown
* Merge pull request #3 from Nr18/develop
fix: use version as tag name ([`9d63f63`](https://github.com/Nr18/cfn-guard-test/commit/9d63f6301a1aa68b7887b76fdc69c83b7b02fad0))
* Merge pull request #2 from Nr18/develop
chore: version bump (#1) ([`10422ef`](https://github.com/Nr18/cfn-guard-test/commit/10422ef2aed0123bf6422db9acd85ea2a1589155))