Skip to content

Commit 2c8dc84

Browse files
Bump the pip-deps group with 9 updates (#556)
Bumps the pip-deps group with 9 updates: | Package | From | To | | --- | --- | --- | | ruamel-yaml | `0.18.15` | `0.18.16` | | [cryptography](https://github.com/pyca/cryptography) | `46.0.2` | `46.0.3` | | [isort](https://github.com/PyCQA/isort) | `6.1.0` | `7.0.0` | | [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.17.3` | `2.0.0` | | [botocore](https://github.com/boto/botocore) | `1.40.51` | `1.40.60` | | [boto3](https://github.com/boto/boto3) | `1.40.51` | `1.40.60` | | [python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales) | `0.78.0` | `0.79.0` | | [pygithub](https://github.com/pygithub/pygithub) | `2.7.0` | `2.8.1` | | [flake8-isort](https://github.com/gforcada/flake8-isort) | `6.1.2` | `7.0.0` | Updates `ruamel-yaml` from 0.18.15 to 0.18.16 Updates `cryptography` from 46.0.2 to 46.0.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's changelog</a>.</em></p> <blockquote> <p>46.0.3 - 2025-10-15</p> <pre><code> * Fixed compilation when using LibreSSL 4.2.0. <p>.. _v46-0-2:<br /> </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/c0af4dd7b75921bbe9f1d41a03dbd4b64a9e3403"><code>c0af4dd</code></a> release 46.0.3 (<a href="https://redirect.github.com/pyca/cryptography/issues/13681">#13681</a>)</li> <li>See full diff in <a href="https://github.com/pyca/cryptography/compare/46.0.2...46.0.3">compare view</a></li> </ul> </details> <br /> Updates `isort` from 6.1.0 to 7.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PyCQA/isort/releases">isort's releases</a>.</em></p> <blockquote> <h2>7.0.0</h2> <h2>Changes</h2> <h2>:boom: Breaking Changes</h2> <ul> <li>Drop support for Python 3.9 (<a href="https://redirect.github.com/PyCQA/isort/issues/2430">#2430</a>) <a href="https://github.com/DanielNoord"><code>@​DanielNoord</code></a></li> </ul> <h2>:rocket: Features</h2> <ul> <li>Show absolute paths in skipped file messages (<a href="https://redirect.github.com/PyCQA/isort/issues/2416">#2416</a>) <a href="https://github.com/pranlawate"><code>@​pranlawate</code></a></li> </ul> <h2>:beetle: Fixes</h2> <ul> <li>Some fixes for Python 3.14 (<a href="https://redirect.github.com/PyCQA/isort/issues/2433">#2433</a>) <a href="https://github.com/DanielNoord"><code>@​DanielNoord</code></a></li> <li>Test on <code>3.14</code> and fix any bugs (<a href="https://redirect.github.com/PyCQA/isort/issues/2425">#2425</a>) <a href="https://github.com/DanielNoord"><code>@​DanielNoord</code></a></li> <li>Update CHANGELOG.md + Fix Formatting and Grammar (<a href="https://redirect.github.com/PyCQA/isort/issues/2419">#2419</a>) <a href="https://github.com/lukbrew25"><code>@​lukbrew25</code></a></li> <li>Fix output of hanging indent for long lines with noqa (<a href="https://redirect.github.com/PyCQA/isort/issues/2407">#2407</a>) <a href="https://github.com/matan1008"><code>@​matan1008</code></a></li> </ul> <h2>:construction_worker: Continuous Integration</h2> <ul> <li>Format with <code>ruff</code> instead of <code>black</code> (<a href="https://redirect.github.com/PyCQA/isort/issues/2432">#2432</a>) <a href="https://github.com/DanielNoord"><code>@​DanielNoord</code></a></li> <li>Target 3.10 for <code>ruff</code> (<a href="https://redirect.github.com/PyCQA/isort/issues/2431">#2431</a>) <a href="https://github.com/DanielNoord"><code>@​DanielNoord</code></a></li> <li>Update development dependencies to latest version (<a href="https://redirect.github.com/PyCQA/isort/issues/2426">#2426</a>) <a href="https://github.com/DanielNoord"><code>@​DanielNoord</code></a></li> <li>docs: update pre-commit examples to version 6.1.0 (<a href="https://redirect.github.com/PyCQA/isort/issues/2413">#2413</a>) <a href="https://github.com/pranlawate"><code>@​pranlawate</code></a></li> <li>Small cleanup for developer environment (<a href="https://redirect.github.com/PyCQA/isort/issues/2418">#2418</a>) <a href="https://github.com/DanielNoord"><code>@​DanielNoord</code></a></li> </ul> <h2>:package: Dependencies</h2> <ul> <li>Bump actions/setup-python from 5 to 6 in the github-actions group (<a href="https://redirect.github.com/PyCQA/isort/issues/2411">#2411</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyCQA/isort/blob/main/CHANGELOG.md">isort's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>NOTE: isort follows the <a href="https://semver.org/">semver</a> versioning standard. Find out more about isort's release policy <a href="https://pycqa.github.io/isort/docs/major_releases/release_policy">here</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/isort/commit/0a09c783808cfe77bb3269250f663ff733d23302"><code>0a09c78</code></a> Merge pull request <a href="https://redirect.github.com/PyCQA/isort/issues/2433">#2433</a> from DanielNoord/python-314</li> <li><a href="https://github.com/PyCQA/isort/commit/0fee794a05b5d0c471ac80bc8943f9843ca29644"><code>0fee794</code></a> Add 3.14 to <code>stdlibds</code></li> <li><a href="https://github.com/PyCQA/isort/commit/332a1ad0b68bf3a3acac055b0ec3666408b3b425"><code>332a1ad</code></a> Bump <code>zstandard</code> for 3.14 compat</li> <li><a href="https://github.com/PyCQA/isort/commit/f756e5653afcf6d79ec4d0240b1868cbebd8fafd"><code>f756e56</code></a> Merge pull request <a href="https://redirect.github.com/PyCQA/isort/issues/2432">#2432</a> from DanielNoord/ruff-it-up</li> <li><a href="https://github.com/PyCQA/isort/commit/52f5134889d345ff35afdcb86501c8221b804c70"><code>52f5134</code></a> Format with <code>ruff</code> instead of <code>black</code></li> <li><a href="https://github.com/PyCQA/isort/commit/012aa69fcadb3c89ff92a3d96aa449be7ae6746f"><code>012aa69</code></a> Merge pull request <a href="https://redirect.github.com/PyCQA/isort/issues/2431">#2431</a> from DanielNoord/ruff-it-up</li> <li><a href="https://github.com/PyCQA/isort/commit/89773dbb371192541092657972a74e9ce0bbbc74"><code>89773db</code></a> Target 3.10 with <code>ruff</code></li> <li><a href="https://github.com/PyCQA/isort/commit/933e382f98a0c77b4c6e33c4e3ef12bd57192884"><code>933e382</code></a> Merge pull request <a href="https://redirect.github.com/PyCQA/isort/issues/2430">#2430</a> from DanielNoord/drop-39</li> <li><a href="https://github.com/PyCQA/isort/commit/8b6e00cbe643a216da57fed4baa282d0a4a1b829"><code>8b6e00c</code></a> Remove support for Python 3.9</li> <li><a href="https://github.com/PyCQA/isort/commit/b5f9f296ad873734e8caa3a731f27360648d9b37"><code>b5f9f29</code></a> Bump profile plugin to 3.10+ and re-lock</li> <li>Additional commits viewable in <a href="https://github.com/PyCQA/isort/compare/6.1.0...7.0.0">compare view</a></li> </ul> </details> <br /> Updates `wrapt` from 1.17.3 to 2.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/GrahamDumpleton/wrapt/releases">wrapt's releases</a>.</em></p> <blockquote> <h2>wrapt-2.0.0</h2> <p>See the project page on the Python Package Index at <a href="https://pypi.org/project/wrapt/2.0.0/">https://pypi.org/project/wrapt/2.0.0/</a> for more information.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst">wrapt's changelog</a>.</em></p> <blockquote> <h2>Version 2.0.0</h2> <p>There have been subtle changes in various corner cases of the behaviour of the <code>ObjectProxy</code> class, which although not expected to cause problems, still has the potential for causing issues if code was for some reason dependent on prior behaviour. All existing code related to Python 2.X has also been removed. Finally it has also been a while since the last significant release. For all these reasons a major version bump is being made.</p> <p><strong>New Features</strong></p> <ul> <li> <p>Added <code>__all__</code> attribute to <code>wrapt</code> module to expose the public API.</p> </li> <li> <p>The <code>wrapt.PartialCallableObjectProxy</code> class can now be accessed via the alias <code>wrapt.partial</code>, which is a convenience for users who are used to using <code>functools.partial</code> and want to use the <code>wrapt</code> version of it.</p> </li> <li> <p>Type hints have been added to the <code>wrapt</code> module. The type hints are available when using Python 3.10 or later, and can be used with static type checkers such as <code>pylance</code> or <code>mypy</code>. Note that due to limitations in Python's type hinting system, type checking is not always able to be applied or details such as default values may not be available. See the documentation for more details on limitations and workarounds.</p> </li> <li> <p>Added <code>wrapt.BaseObjectProxy</code> class which is the base class for all object proxy classes. This class is either the pure Python or C extension variant of the object proxy depending on whether the C extension is available. This used to be the <code>ObjectProxy</code> class, but has been renamed to <code>BaseObjectProxy</code> to better reflect its role as the foundational class for all object proxies. This variant does though no longer provide a proxy implementation for the <code>__iter__()</code> special method as it was originally a mistake to include it in the <code>ObjectProxy</code> class as its presence could cause issues when the wrapped object is not iterable. A <code>wrapt.ObjectProxy</code> class is still provided but this is now a pure Python subclass of <code>BaseObjectProxy</code> which adds a proxy implementation for the <code>__iter__()</code> special method. This is done for backwards compatibility reasons as <code>ObjectProxy</code> with the <code>__iter__()</code> special method has been part of the public API for a long time.</p> </li> <li> <p>Added <code>wrapt.AutoObjectProxy</code> class which is a pure Python subclass of <code>BaseObjectProxy</code> which overrides the <code>__new__()</code> method to dynamically generate a custom subclass which includes methods for callable, descriptor and iterator protocols, as well as other select special methods. This is done using a dynamically generated subclass as the special methods for these protocols must be defined on the class itself and not on the instance. Because <code>AutoObjectProxy</code> dynamically generates a custom subclass for each instance, it has a notable memory overhead for every instance created, and thus should only be used where you know you will not be needing many instances of it. If you know what additional special methods you need, it is preferable to use <code>BaseObjectProxy</code> directly and add them to a subclass as needed. If you only</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/d07059f5359da0e4778546a9250d5449d78dc54a"><code>d07059f</code></a> Merge branch 'release/2.0.0'</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/bf2609e3a6a2a170a599533e632de0d779531fdd"><code>bf2609e</code></a> Update Python version in GitHub runner.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/0363b82355b7f43d30d8905ca66c088800620f58"><code>0363b82</code></a> Update version to 2.0.0 for release.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/93ec4aa33ded323d546a447c9dc93433c03e0942"><code>93ec4aa</code></a> Update to 2.0.0rc6.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/8243dfe796e62be9a5f10efaefd839c8709923c9"><code>8243dfe</code></a> Support matrix being immutable.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/074d2785d8efde7d5150609e0048faf1ec888e95"><code>074d278</code></a> Add test for class get item.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/407d4441a8daa0b3f2ac3e580f626c4d4e5f47ee"><code>407d444</code></a> Add test for async context manager.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/603557231e0397de67772ac3c37f68669bd08e76"><code>6035572</code></a> Add tests for lazy object proxy.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/8005fd93c744223761690a7d673de6a044fd11ba"><code>8005fd9</code></a> Must use separate initialized flag for C extension to work.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/4584e955c7cf67e8e135a295728b6a27f8ab0c35"><code>4584e95</code></a> Add tests for auto object proxy.</li> <li>Additional commits viewable in <a href="https://github.com/GrahamDumpleton/wrapt/compare/1.17.3...2.0.0">compare view</a></li> </ul> </details> <br /> Updates `botocore` from 1.40.51 to 1.40.60 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/botocore/commit/9636e61d7eec4bee526a6b22443f751edaac55e8"><code>9636e61</code></a> Merge branch 'release-1.40.60'</li> <li><a href="https://github.com/boto/botocore/commit/a8eeaa0fe0110d4b1bb5bf2420bae4cfd90183c0"><code>a8eeaa0</code></a> Bumping version to 1.40.60</li> <li><a href="https://github.com/boto/botocore/commit/8d2dfe8dbda5b0c0c2259d8f3f532e32bb8797da"><code>8d2dfe8</code></a> Update to latest models</li> <li><a href="https://github.com/boto/botocore/commit/8c27884030d8b027f6d58ec92e3e2652581b487c"><code>8c27884</code></a> Merge pull request <a href="https://redirect.github.com/boto/botocore/issues/3582">#3582</a> from boto/dependabot/github_actions/github/codeql-ac...</li> <li><a href="https://github.com/boto/botocore/commit/33444fce1ca6916b95b4d77aba1116dd2bf1b536"><code>33444fc</code></a> Bump github/codeql-action from 4.30.8 to 4.31.0</li> <li><a href="https://github.com/boto/botocore/commit/665b7c42d792428a3c8a674f0f6186140ae155b6"><code>665b7c4</code></a> Merge branch 'release-1.40.59'</li> <li><a href="https://github.com/boto/botocore/commit/06ac0dcdcc5edbf549a8697d5b73115d137e03e3"><code>06ac0dc</code></a> Merge branch 'release-1.40.59' into develop</li> <li><a href="https://github.com/boto/botocore/commit/b5d4a0394e211adbc20f355aa32ad81a7593883f"><code>b5d4a03</code></a> Bumping version to 1.40.59</li> <li><a href="https://github.com/boto/botocore/commit/3e42da7ace904eac80c8c0b3bf0058779992693e"><code>3e42da7</code></a> Update endpoints model</li> <li><a href="https://github.com/boto/botocore/commit/d47eefff33526b8a408b01c866538f706bb36a85"><code>d47eeff</code></a> Update to latest models</li> <li>Additional commits viewable in <a href="https://github.com/boto/botocore/compare/1.40.51...1.40.60">compare view</a></li> </ul> </details> <br /> Updates `boto3` from 1.40.51 to 1.40.60 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/da0b18a8348583e0e3d6ca4b67f74df1cde0010d"><code>da0b18a</code></a> Merge branch 'release-1.40.60'</li> <li><a href="https://github.com/boto/boto3/commit/54b724b61fbd3b037c3445515bb079a37afde520"><code>54b724b</code></a> Bumping version to 1.40.60</li> <li><a href="https://github.com/boto/boto3/commit/9dc2aeebcf531477d0961f6600bd5f05c72cad75"><code>9dc2aee</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/87655ba1d2462c0593a760a04cee24a48f4244e7"><code>87655ba</code></a> Test 3.14-dev to 3.14 (<a href="https://redirect.github.com/boto/boto3/issues/4647">#4647</a>)</li> <li><a href="https://github.com/boto/boto3/commit/0681062f2a7af84c777941f0efc74d5d9fb4ee05"><code>0681062</code></a> Bump github/codeql-action from 4.30.8 to 4.31.0 (<a href="https://redirect.github.com/boto/boto3/issues/4649">#4649</a>)</li> <li><a href="https://github.com/boto/boto3/commit/ba90489143614a5dc23ed373b1e4a32379b8762e"><code>ba90489</code></a> Merge branch 'release-1.40.59'</li> <li><a href="https://github.com/boto/boto3/commit/e8ddeb65bce3f8c9acaa7c358f735621c239a860"><code>e8ddeb6</code></a> Merge branch 'release-1.40.59' into develop</li> <li><a href="https://github.com/boto/boto3/commit/c5c73e91bee9348203cb91043eead0d5a7cb5671"><code>c5c73e9</code></a> Bumping version to 1.40.59</li> <li><a href="https://github.com/boto/boto3/commit/7194041e52dd9477381533eda265f968dcfcab98"><code>7194041</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/52cedfe2f3eed28b63f135725ce4bf0ffe7fe069"><code>52cedfe</code></a> Merge branch 'release-1.40.58'</li> <li>Additional commits viewable in <a href="https://github.com/boto/boto3/compare/1.40.51...1.40.60">compare view</a></li> </ul> </details> <br /> Updates `python-on-whales` from 0.78.0 to 0.79.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gabrieldemarmiesse/python-on-whales/releases">python-on-whales's releases</a>.</em></p> <blockquote> <h2>v0.79.0</h2> <h2>What's Changed</h2> <ul> <li>feat : Add support for Docker service networks in ComposeService by <a href="https://github.com/R3gardless"><code>@​R3gardless</code></a> in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/683">gabrieldemarmiesse/python-on-whales#683</a></li> <li>[Docs] Enable Syntax Highlighting by <a href="https://github.com/lgeiger"><code>@​lgeiger</code></a> in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/686">gabrieldemarmiesse/python-on-whales#686</a></li> <li>Improve typing of <code>run</code> by using <code>@overload</code> by <a href="https://github.com/patrick91"><code>@​patrick91</code></a> in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/685">gabrieldemarmiesse/python-on-whales#685</a></li> <li>Add metadata_file opt-in for buildx builds by <a href="https://github.com/K-dash"><code>@​K-dash</code></a> in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/689">gabrieldemarmiesse/python-on-whales#689</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/R3gardless"><code>@​R3gardless</code></a> made their first contribution in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/683">gabrieldemarmiesse/python-on-whales#683</a></li> <li><a href="https://github.com/lgeiger"><code>@​lgeiger</code></a> made their first contribution in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/686">gabrieldemarmiesse/python-on-whales#686</a></li> <li><a href="https://github.com/patrick91"><code>@​patrick91</code></a> made their first contribution in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/685">gabrieldemarmiesse/python-on-whales#685</a></li> <li><a href="https://github.com/K-dash"><code>@​K-dash</code></a> made their first contribution in <a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/689">gabrieldemarmiesse/python-on-whales#689</a></li> </ul> <p>Thank you for your contributions! This makes me very happy to see new faces!</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.78.0...v0.79.0">https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.78.0...v0.79.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/497852485e34c2d32ae0590be5907e2a5a8855fc"><code>4978524</code></a> Bump python-on-whales version to 0.79.0</li> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/d39aaeeb57990b05a516c0772deb48af3d8a9930"><code>d39aaee</code></a> Add metadata_file opt-in for buildx builds (<a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/689">#689</a>)</li> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/b694f852a046a62ccbf2341c1a946f4c72d32bb3"><code>b694f85</code></a> Improve typing of <code>run</code> by using <code>@overload</code> (<a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/685">#685</a>)</li> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/488ab4a2be87d6a54588979b4364ae14baf97b3a"><code>488ab4a</code></a> [Docs] Enable Syntax Highlighting (<a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/686">#686</a>)</li> <li><a href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/88eae6739915ad0583a0bcf7dec9a31004ecce1c"><code>88eae67</code></a> feat : Add support for Docker service networks in ComposeService (<a href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/683">#683</a>)</li> <li>See full diff in <a href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.78.0...v0.79.0">compare view</a></li> </ul> </details> <br /> Updates `pygithub` from 2.7.0 to 2.8.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pygithub/pygithub/releases">pygithub's releases</a>.</em></p> <blockquote> <h2>v2.8.1</h2> <h2>What's Changed</h2> <h3>Bug Fixes</h3> <ul> <li>Use default type if known type is not supported by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3365">PyGithub/PyGithub#3365</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1">https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1</a></p> <h2>v2.8.0</h2> <h2>What's Changed</h2> <h3>New Features</h3> <ul> <li>Add self hosted runner management to Organization by <a href="https://github.com/billnapier"><code>@​billnapier</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3203">PyGithub/PyGithub#3203</a></li> <li>Add support to generate release notes by <a href="https://github.com/mball-agathos"><code>@​mball-agathos</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3022">PyGithub/PyGithub#3022</a></li> </ul> <h3>Improvements</h3> <ul> <li>Fix connection pooling to improve connection performance by <a href="https://github.com/chriskuehl"><code>@​chriskuehl</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3289">PyGithub/PyGithub#3289</a></li> <li>Add <code>Repository.get_automated_security_fixes</code> method by <a href="https://github.com/zstyblik"><code>@​zstyblik</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3303">PyGithub/PyGithub#3303</a></li> <li>Sync <code>Issue</code> class with API spec by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3338">PyGithub/PyGithub#3338</a></li> <li>Return more union classes like <code>NamedUser | Organization | Enterprise</code> by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3224">PyGithub/PyGithub#3224</a></li> <li>Sync <code>Enterprise</code> class with API spec by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3342">PyGithub/PyGithub#3342</a></li> <li>Sync <code>GitReleaseAsset</code> class with API spec by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3343">PyGithub/PyGithub#3343</a></li> <li>Sync many class with OpenAPI spec by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3344">PyGithub/PyGithub#3344</a></li> <li>Point deprecation warnings to the caller code rather than inner class by <a href="https://github.com/xmo-odoo"><code>@​xmo-odoo</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3275">PyGithub/PyGithub#3275</a></li> <li>Allow for repo strings in all <code>Team</code> repo methods by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3356">PyGithub/PyGithub#3356</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix API path of <code>Repository.get_git_ref</code> by <a href="https://github.com/csalerno-asml"><code>@​csalerno-asml</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/2992">PyGithub/PyGithub#2992</a></li> <li>Rework redirection URL allowance check by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3329">PyGithub/PyGithub#3329</a></li> <li>Fix <code>GitRelease.name</code>, deprecate <code>GitRelease.title</code> by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3346">PyGithub/PyGithub#3346</a></li> <li>Remove <code>&quot;COMMENT&quot;</code> as the default event for <code>create_review</code> by <a href="https://github.com/eddie-santos"><code>@​eddie-santos</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3078">PyGithub/PyGithub#3078</a></li> <li>Add support for public release assets by <a href="https://github.com/aolieman"><code>@​aolieman</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3339">PyGithub/PyGithub#3339</a></li> <li>Fix GitHub breaking API change of <code>maintainers</code> in <code>Organization.create_team</code> by <a href="https://github.com/interifter"><code>@​interifter</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3291">PyGithub/PyGithub#3291</a></li> </ul> <h3>Maintenance</h3> <ul> <li>Minor fix to release.yml by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3201">PyGithub/PyGithub#3201</a></li> <li>Reduce test replay data by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3243">PyGithub/PyGithub#3243</a></li> <li>Add check to OpenAPI script to check doc-string verbs by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3332">PyGithub/PyGithub#3332</a></li> <li>Improve apply OpenAPI schemas by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3333">PyGithub/PyGithub#3333</a></li> <li>Add config to OpenAPI script to ignore schemas by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3334">PyGithub/PyGithub#3334</a></li> <li>Add suggest and create method feature to OpenAPI script by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3318">PyGithub/PyGithub#3318</a></li> <li>Fix CI OpenApi apply command by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3341">PyGithub/PyGithub#3341</a></li> <li>Improve OpenAPI scripts by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3340">PyGithub/PyGithub#3340</a></li> <li>Improve OpenAPI CI by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3347">PyGithub/PyGithub#3347</a></li> <li>Rework test framework by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3271">PyGithub/PyGithub#3271</a></li> <li>Some minor fixes to OpenAPI scripts by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3350">PyGithub/PyGithub#3350</a></li> <li>Add manual workflow to fix auto-fixable issues by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3351">PyGithub/PyGithub#3351</a></li> <li>Bump actions/download-artifact from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3330">PyGithub/PyGithub#3330</a></li> <li>Use default per-page const in <code>PaginatedList</code> by <a href="https://github.com/sam93210"><code>@​sam93210</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3039">PyGithub/PyGithub#3039</a></li> <li>Bump actions/setup-python from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3283">PyGithub/PyGithub#3283</a></li> <li>Bump actions/checkout from 3 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3348">PyGithub/PyGithub#3348</a></li> <li>Various minor OpenAPI scripts fixes by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3353">PyGithub/PyGithub#3353</a></li> <li>Add union class support to OpenAPI script by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3354">PyGithub/PyGithub#3354</a></li> <li>Add <code>github_actions</code> label to Maintenance section by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3357">PyGithub/PyGithub#3357</a></li> <li>Upgrade docformatter pre-commit hook by <a href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a href="https://redirect.github.com/PyGithub/PyGithub/pull/3359">PyGithub/PyGithub#3359</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's changelog</a>.</em></p> <blockquote> <h2>Version 2.8.1 (September 02, 2025)</h2> <p>Bug Fixes ^^^^^^^^^</p> <ul> <li>Use default type if known type is not supported (<code>[#3365](PyGithub/PyGithub#3365) &lt;https://github.com/PyGithub/PyGithub/pull/3365&gt;</code><em>) (<code>40506415 &lt;https://github.com/PyGithub/PyGithub/commit/40506415&gt;</code></em>)</li> </ul> <h2>Version 2.8.0 (September 02, 2025)</h2> <p>New Features ^^^^^^^^^^^^</p> <ul> <li>Add self hosted runner management to Organization (<code>[#3203](PyGithub/PyGithub#3203) &lt;https://github.com/PyGithub/PyGithub/pull/3203&gt;</code><em>) (<code>4ea1c4e2 &lt;https://github.com/PyGithub/PyGithub/commit/4ea1c4e2&gt;</code></em>)</li> <li>Add support to generate release notes (<code>[#3022](PyGithub/PyGithub#3022) &lt;https://github.com/PyGithub/PyGithub/pull/3022&gt;</code><em>) (<code>e359b83a &lt;https://github.com/PyGithub/PyGithub/commit/e359b83a&gt;</code></em>)</li> </ul> <p>Improvements ^^^^^^^^^^^^</p> <ul> <li>Fix connection pooling to improve connection performance (<code>[#3289](PyGithub/PyGithub#3289) &lt;https://github.com/PyGithub/PyGithub/pull/3289&gt;</code>_)</li> <li>Add <code>Repository.get_automated_security_fixes</code> method (<code>[#3303](PyGithub/PyGithub#3303) &lt;https://github.com/PyGithub/PyGithub/pull/3303&gt;</code><em>) (<code>22048d83 &lt;https://github.com/PyGithub/PyGithub/commit/22048d83&gt;</code></em>)</li> <li>Sync <code>Issue</code> class with API spec (<code>[#3338](PyGithub/PyGithub#3338) &lt;https://github.com/PyGithub/PyGithub/pull/3338&gt;</code><em>) (<code>62da467a &lt;https://github.com/PyGithub/PyGithub/commit/62da467a&gt;</code></em>)</li> <li>Return more union classes like <code>NamedUser | Organization | Enterprise</code> (<code>[#3224](PyGithub/PyGithub#3224) &lt;https://github.com/PyGithub/PyGithub/pull/3224&gt;</code><em>) (<code>aea64148 &lt;https://github.com/PyGithub/PyGithub/commit/aea64148&gt;</code></em>)</li> <li>Sync <code>Enterprise</code> class with API spec (<code>[#3342](PyGithub/PyGithub#3342) &lt;https://github.com/PyGithub/PyGithub/pull/3342&gt;</code><em>) (<code>01bb5ab1 &lt;https://github.com/PyGithub/PyGithub/commit/01bb5ab1&gt;</code></em>)</li> <li>Sync <code>GitReleaseAsset</code> class with API spec (<code>[#3343](PyGithub/PyGithub#3343) &lt;https://github.com/PyGithub/PyGithub/pull/3343&gt;</code><em>) (<code>74449fed &lt;https://github.com/PyGithub/PyGithub/commit/74449fed&gt;</code></em>)</li> <li>Sync many class with OpenAPI spec (<code>[#3344](PyGithub/PyGithub#3344) &lt;https://github.com/PyGithub/PyGithub/pull/3344&gt;</code>_)</li> <li>Point deprecation warnings to the caller code rather than inner class (<code>[#3275](PyGithub/PyGithub#3275) &lt;https://github.com/PyGithub/PyGithub/pull/3275&gt;</code><em>) (<code>99bb5270 &lt;https://github.com/PyGithub/PyGithub/commit/99bb5270&gt;</code></em>)</li> <li>Allow for repo strings in all <code>Team</code> repo methods (<code>[#3356](PyGithub/PyGithub#3356) &lt;https://github.com/PyGithub/PyGithub/pull/3356&gt;</code><em>) (<code>3234a21f &lt;https://github.com/PyGithub/PyGithub/commit/3234a21f&gt;</code></em>)</li> </ul> <p>Bug Fixes ^^^^^^^^^</p> <ul> <li>Fix API path of <code>Repository.get_git_ref</code> (<code>[#2992](PyGithub/PyGithub#2992) &lt;https://github.com/PyGithub/PyGithub/pull/2992&gt;</code><em>) (<code>a6965031 &lt;https://github.com/PyGithub/PyGithub/commit/a6965031&gt;</code></em>)</li> <li>Rework redirection URL allowance check (<code>[#3329](PyGithub/PyGithub#3329) &lt;https://github.com/PyGithub/PyGithub/pull/3329&gt;</code><em>) (<code>065b1319 &lt;https://github.com/PyGithub/PyGithub/commit/065b1319&gt;</code></em>)</li> <li>Fix <code>GitRelease.name</code>, deprecate <code>GitRelease.title</code> (<code>[#3346](PyGithub/PyGithub#3346) &lt;https://github.com/PyGithub/PyGithub/pull/3346&gt;</code><em>) (<code>fb51957f &lt;https://github.com/PyGithub/PyGithub/commit/fb51957f&gt;</code></em>)</li> <li>Remove <code>&quot;COMMENT&quot;</code> as the default event for <code>create_review</code> (<code>[#3078](PyGithub/PyGithub#3078) &lt;https://github.com/PyGithub/PyGithub/pull/3078&gt;</code><em>) (<code>8494da5c &lt;https://github.com/PyGithub/PyGithub/commit/8494da5c&gt;</code></em>)</li> <li>Add support for public release assets (<code>[#3339](PyGithub/PyGithub#3339) &lt;https://github.com/PyGithub/PyGithub/pull/3339&gt;</code><em>) (<code>abad296e &lt;https://github.com/PyGithub/PyGithub/commit/abad296e&gt;</code></em>)</li> <li>Fix GitHub breaking API change of <code>maintainers</code> in <code>Organization.create_team</code> (<code>[#3291](PyGithub/PyGithub#3291) &lt;https://github.com/PyGithub/PyGithub/pull/3291&gt;</code><em>) (<code>17bc4df4 &lt;https://github.com/PyGithub/PyGithub/commit/17bc4df4&gt;</code></em>)</li> </ul> <p>Maintenance ^^^^^^^^^^^</p> <ul> <li>Minor fix to release.yml (<code>[#3201](PyGithub/PyGithub#3201) &lt;https://github.com/PyGithub/PyGithub/pull/3201&gt;</code><em>) (<code>f1fc6e7c &lt;https://github.com/PyGithub/PyGithub/commit/f1fc6e7c&gt;</code></em>)</li> <li>Reduce test replay data (<code>[#3243](PyGithub/PyGithub#3243) &lt;https://github.com/PyGithub/PyGithub/pull/3243&gt;</code><em>) (<code>19426454 &lt;https://github.com/PyGithub/PyGithub/commit/19426454&gt;</code></em>)</li> <li>Add check to OpenAPI script to check doc-string verbs (<code>[#3332](PyGithub/PyGithub#3332) &lt;https://github.com/PyGithub/PyGithub/pull/3332&gt;</code><em>) (<code>3efde77d &lt;https://github.com/PyGithub/PyGithub/commit/3efde77d&gt;</code></em>)</li> <li>Improve apply OpenAPI schemas (<code>[#3333](PyGithub/PyGithub#3333) &lt;https://github.com/PyGithub/PyGithub/pull/3333&gt;</code><em>) (<code>ec189dd6 &lt;https://github.com/PyGithub/PyGithub/commit/ec189dd6&gt;</code></em>)</li> <li>Add config to OpenAPI script to ignore schemas (<code>[#3334](PyGithub/PyGithub#3334) &lt;https://github.com/PyGithub/PyGithub/pull/3334&gt;</code><em>) (<code>0478d33b &lt;https://github.com/PyGithub/PyGithub/commit/0478d33b&gt;</code></em>)</li> <li>Add suggest and create method feature to OpenAPI script (<code>[#3318](PyGithub/PyGithub#3318) &lt;https://github.com/PyGithub/PyGithub/pull/3318&gt;</code>_)</li> <li>Fix CI OpenApi apply command (<code>[#3341](PyGithub/PyGithub#3341) &lt;https://github.com/PyGithub/PyGithub/pull/3341&gt;</code><em>) (<code>cdc10a27 &lt;https://github.com/PyGithub/PyGithub/commit/cdc10a27&gt;</code></em>)</li> <li>Improve OpenAPI scripts (<code>[#3340](PyGithub/PyGithub#3340) &lt;https://github.com/PyGithub/PyGithub/pull/3340&gt;</code><em>) (<code>ad278c5f &lt;https://github.com/PyGithub/PyGithub/commit/ad278c5f&gt;</code></em>)</li> <li>Improve OpenAPI CI (<code>[#3347](PyGithub/PyGithub#3347) &lt;https://github.com/PyGithub/PyGithub/pull/3347&gt;</code><em>) (<code>8165bbc9 &lt;https://github.com/PyGithub/PyGithub/commit/8165bbc9&gt;</code></em>)</li> <li>Rework test framework (<code>[#3271](PyGithub/PyGithub#3271) &lt;https://github.com/PyGithub/PyGithub/pull/3271&gt;</code><em>) (<code>1b700187 &lt;https://github.com/PyGithub/PyGithub/commit/1b700187&gt;</code></em>)</li> <li>Some minor fixes to OpenAPI scripts (<code>[#3350](PyGithub/PyGithub#3350) &lt;https://github.com/PyGithub/PyGithub/pull/3350&gt;</code><em>) (<code>a813a945 &lt;https://github.com/PyGithub/PyGithub/commit/a813a945&gt;</code></em>)</li> <li>Add manual workflow to fix auto-fixable issues (<code>[#3351](PyGithub/PyGithub#3351) &lt;https://github.com/PyGithub/PyGithub/pull/3351&gt;</code><em>) (<code>0e6317d9 &lt;https://github.com/PyGithub/PyGithub/commit/0e6317d9&gt;</code></em>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyGithub/PyGithub/commit/ecd47649e302a4b2d3e9b9d03eedb931e7b1ee23"><code>ecd4764</code></a> Update changelog</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/40506415072640b8c95356cd7747dfd39ae252cf"><code>4050641</code></a> Use default type if known type is not supported (<a href="https://redirect.github.com/pygithub/pygithub/issues/3365">#3365</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/18eeb269686aa5ee61ee7305ffbc3f0146c0bf5c"><code>18eeb26</code></a> Release 2.8.0 (<a href="https://redirect.github.com/pygithub/pygithub/issues/3360">#3360</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/17bc4df41a2b5fddad062e7e34c1921ed28570d3"><code>17bc4df</code></a> Fix GitHub breaking API change of <code>maintainers</code> in <code>Organization.create_team</code>...</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/6f0d6efaebb40ce78b961ca84cd494b103d37894"><code>6f0d6ef</code></a> Update docs on development (<a href="https://redirect.github.com/pygithub/pygithub/issues/3352">#3352</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/12d8d10ceec2d58d7d867147d04dad925741eda4"><code>12d8d10</code></a> Add warning about Checks API in doc-strings (<a href="https://redirect.github.com/pygithub/pygithub/issues/3229">#3229</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/6ec3ca24a0b32267029bb0c865bccf47fded6285"><code>6ec3ca2</code></a> Upgrade docformatter pre-commit hook (<a href="https://redirect.github.com/pygithub/pygithub/issues/3359">#3359</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/9612e61bf78ac2b6c2224624220c048d4c643b63"><code>9612e61</code></a> Revert <code>get_enterprise</code> breaking change (<a href="https://redirect.github.com/pygithub/pygithub/issues/3358">#3358</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/0c31f848adfa96a00f9ae6145e443932a0161e4c"><code>0c31f84</code></a> Add <code>github_actions</code> label to Maintenance section (<a href="https://redirect.github.com/pygithub/pygithub/issues/3357">#3357</a>)</li> <li><a href="https://github.com/PyGithub/PyGithub/commit/3234a21f7062bc1bc3b55f8077edb20ca3bdcdd9"><code>3234a21</code></a> Allow for repo strings in all <code>Team</code> repo methods (<a href="https://redirect.github.com/pygithub/pygithub/issues/3356">#3356</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pygithub/pygithub/compare/v2.7.0...v2.8.1">compare view</a></li> </ul> </details> <br /> Updates `flake8-isort` from 6.1.2 to 7.0.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gforcada/flake8-isort/blob/main/CHANGES.rst">flake8-isort's changelog</a>.</em></p> <blockquote> <h2>7.0.0 (2025-10-25)</h2> <ul> <li> <p>Add support for isort 7.0.0. [gforcada]</p> </li> <li> <p>Drop python 3.9 support and add Python 3.14 support. [gforcada]</p> </li> <li> <p>Bump pypy minimum version to 3.10.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gforcada/flake8-isort/commit/a34569a71e9fe8560357a8c2d62607819aed6982"><code>a34569a</code></a> Preparing release 7.0.0</li> <li><a href="https://github.com/gforcada/flake8-isort/commit/c5c3e7e51e6f099978b9e491888e2a76ac5368b4"><code>c5c3e7e</code></a> Merge pull request <a href="https://redirect.github.com/gforcada/flake8-isort/issues/158">#158</a> from gforcada/py314</li> <li><a href="https://github.com/gforcada/flake8-isort/commit/7d2b96c5ddd36f3b8cb9b00ff8ecefd720dcd9af"><code>7d2b96c</code></a> Update CHANGES</li> <li><a href="https://github.com/gforcada/flake8-isort/commit/4aa848c2047858008a17f49f17cab6c11d371d1b"><code>4aa848c</code></a> chore(ci): bump python version for linting</li> <li><a href="https://github.com/gforcada/flake8-isort/commit/b80c95ab0e3d8cde99a277e291138224e501262b"><code>b80c95a</code></a> fix(ci): bump pypy version</li> <li><a href="https://github.com/gforcada/flake8-isort/commit/4e5c91e43f69fc8ae292738fc39b65ebfd2bc8ac"><code>4e5c91e</code></a> chore: add Python 3.14, drop 3.9</li> <li><a href="https://github.com/gforcada/flake8-isort/commit/074d53a632a02f024c71c173ebb8e01d9e292c01"><code>074d53a</code></a> Merge pull request <a href="https://redirect.github.com/gforcada/flake8-isort/issues/157">#157</a> from gforcada/gforcada-patch-1</li> <li><a href="https://github.com/gforcada/flake8-isort/commit/34059b4eb5a7ad5c00199a74969fd3fa214de611"><code>34059b4</code></a> Update CHANGES</li> <li><a href="https://github.com/gforcada/flake8-isort/commit/915547f4eba1e8413414c23b2385761ef3090f08"><code>915547f</code></a> Update pyproject.toml</li> <li><a href="https://github.com/gforcada/flake8-isort/commit/353f45a7dc5679710a271d59afbe264edf4a6cac"><code>353f45a</code></a> Merge pull request <a href="https://redirect.github.com/gforcada/flake8-isort/issues/155">#155</a> from gforcada/maintenance</li> <li>Additional commits viewable in <a href="https://github.com/gforcada/flake8-isort/compare/6.1.2...7.0.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maciej Karaś <maciej.karas@mongodb.com>
1 parent 54a17fe commit 2c8dc84

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

requirements.txt

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ requests==2.32.5
22
click==8.3.0
33
docker==7.1.0
44
Jinja2==3.1.6
5-
ruamel.yaml==0.18.15
5+
ruamel.yaml==0.18.16
66
dnspython>=2.6.1
77
MarkupSafe==3.0.3
88
semver==3.0.4
@@ -15,35 +15,33 @@ pytest-asyncio==1.2.0
1515
pycognito==2024.5.1
1616
PyYAML==6.0.3
1717
urllib3==2.5.0
18-
cryptography==46.0.2
18+
cryptography==46.0.3
1919
python-dateutil==2.9.0.post0
2020
python-ldap==3.4.5
2121
GitPython==3.1.45
2222
setuptools>=71.0.3 # not directly required, pinned by Snyk to avoid a vulnerability
23-
opentelemetry-api
24-
opentelemetry-sdk
25-
pytest-opentelemetry
26-
jedi
27-
rope
23+
opentelemetry-api==1.38.0
24+
opentelemetry-sdk==1.38.0
25+
pytest-opentelemetry==1.1.0
2826
black==25.9.0
29-
flake8
30-
isort==6.1.0
27+
flake8==7.3.0
28+
isort==7.0.0
3129
shrub.py==3.10.0
3230
pytest-mock==3.15.1
3331
wrapt==1.17.3
34-
botocore==1.40.51
35-
boto3==1.40.51
32+
botocore==1.40.68
33+
boto3==1.40.68
3634
python-frontmatter==1.1.0
37-
python-on-whales==0.78.0
35+
python-on-whales==0.79.0
3836
yamale==6.0.0
3937
yamllint==1.37.1
40-
PyGithub==2.7.0
38+
PyGithub==2.8.1
4139

4240
# from kubeobject
4341
freezegun==1.5.5
4442
python-box==7.3.2
4543
autopep8==2.3.2
46-
flake8-isort==6.1.2
44+
flake8-isort==7.0.0
4745
mypy==1.18.2
4846
types-freezegun==1.1.10
4947
types-PyYAML==6.0.12.20250915

0 commit comments

Comments
 (0)