Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed PyPI commands (register, upload) and supporting logic. #294

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

jaraco
Copy link
Member

@jaraco jaraco commented Sep 6, 2024

No description provided.

@jaraco jaraco merged commit 4852078 into main Sep 6, 2024
42 checks passed
@jaraco jaraco deleted the debt/pypi-commands branch September 6, 2024 16:45
github-merge-queue bot pushed a commit to google/scaaml that referenced this pull request Sep 16, 2024
Bumps the dependabot group with 2 updates:
[importlib-metadata](https://github.com/python/importlib_metadata) and
[setuptools](https://github.com/pypa/setuptools).

Updates `importlib-metadata` from 8.4.0 to 8.5.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/importlib_metadata/blob/main/NEWS.rst">importlib-metadata's
changelog</a>.</em></p>
<blockquote>
<h1>v8.5.0</h1>
<h2>Features</h2>
<ul>
<li>Deferred import of zipfile.Path (<a
href="https://redirect.github.com/python/importlib_metadata/issues/502">#502</a>)</li>
<li>Deferred import of json (<a
href="https://redirect.github.com/python/importlib_metadata/issues/503">#503</a>)</li>
<li>Rely on zipp overlay for zipfile.Path.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/importlib_metadata/commit/b34810b1e0665580a91ea19b6317a1890ecd42c1"><code>b34810b</code></a>
Finalize</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/8c1d1fa4f4e2160fef17b0bb7fef2ca276b53a99"><code>8c1d1fa</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/501">#501</a>
from Avasam/Pass-mypy-and-link-issues</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/afa39e8e08b48fbedd3b8ac94cf58de39ff09c35"><code>afa39e8</code></a>
Back out changes to tests._path</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/8b909f9b1cdfc056eff3acd38337661ab24ef8b3"><code>8b909f9</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/503">#503</a>
from danielhollas/defer-json</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/2a3f50d8bbd41fc831676e7dc89d84c605c85760"><code>2a3f50d</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/3f78dc17786e0e0290db450e843ac494af0158e9"><code>3f78dc1</code></a>
Add comment to protect the deferred import.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/18eb2da0ee267394c1735bec5b1d9f2b0fa77dd9"><code>18eb2da</code></a>
Revert &quot;Defer platform import&quot;</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/58832f234ba1aea5906c4d56f4b2c4a21d640608"><code>58832f2</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/502">#502</a>
from danielhollas/defer-zipp</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/e3ce33b45e572824b482049570cac13da543999b"><code>e3ce33b</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/d11b67fed9f21503ca369e33c917a8038994ce0b"><code>d11b67f</code></a>
Add comment to protect the deferred import.</li>
<li>Additional commits viewable in <a
href="https://github.com/python/importlib_metadata/compare/v8.4.0...v8.5.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `setuptools` from 74.1.2 to 75.0.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's
changelog</a>.</em></p>
<blockquote>
<h1>v75.0.0</h1>
<h2>Features</h2>
<ul>
<li>Declare also the dependencies used by distutils (adds
jaraco.collections).</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Removed upload_docs command. (<a
href="https://redirect.github.com/pypa/setuptools/issues/2971">#2971</a>)</li>
<li><code>pypa/distutils#294</code><a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>)</li>
</ul>
<h1>v74.1.3</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code> -- by
:user:<code>saschanaz</code> and :user:<code>Avasam</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4648">#4648</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/5e27b2a6e324e70bd82a045aef8f75c84a3d3b28"><code>5e27b2a</code></a>
Bump version: 74.1.3 → 75.0.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/af9e245b57ef78fce03c7e28a0189388d8e4de18"><code>af9e245</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>
from pypa/feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/f15861e3ae2fb8a74efc528fa25754c329090611"><code>f15861e</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ce01828b6894c4597609da54fd343ea1aabfec84"><code>ce01828</code></a>
Merge <a
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a>
into feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/378984e02edae91d5f49425da8436f8dd9152b8a"><code>378984e</code></a>
Remove news fragments, not useful here.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ffdf0bd160ebf6acc1a0790ec1cb72d7da8968c4"><code>ffdf0bd</code></a>
Merge tag 'v74.1.3'</li>
<li><a
href="https://github.com/pypa/setuptools/commit/4c274911c59dd0161303d6cb991ec2a621ce1fb9"><code>4c27491</code></a>
Bump version: 74.1.2 → 74.1.3</li>
<li><a
href="https://github.com/pypa/setuptools/commit/a56a8f9cb798eec1c023242db15a7b3e27c72911"><code>a56a8f9</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code>.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/72837514c2b67081401db556be9aaaa43debe44f"><code>7283751</code></a>
cygwinccompiler: Get the compilers from sysconfig</li>
<li><a
href="https://github.com/pypa/setuptools/commit/47353c5c699024429d353b7ae47af5406cac46c2"><code>47353c5</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code></li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v74.1.2...v75.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>
github-merge-queue bot pushed a commit to google/sedpack that referenced this pull request Sep 16, 2024
Bumps the dependabot group with 2 updates:
[importlib-metadata](https://github.com/python/importlib_metadata) and
[setuptools](https://github.com/pypa/setuptools).

Updates `importlib-metadata` from 8.4.0 to 8.5.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/importlib_metadata/blob/main/NEWS.rst">importlib-metadata's
changelog</a>.</em></p>
<blockquote>
<h1>v8.5.0</h1>
<h2>Features</h2>
<ul>
<li>Deferred import of zipfile.Path (<a
href="https://redirect.github.com/python/importlib_metadata/issues/502">#502</a>)</li>
<li>Deferred import of json (<a
href="https://redirect.github.com/python/importlib_metadata/issues/503">#503</a>)</li>
<li>Rely on zipp overlay for zipfile.Path.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/importlib_metadata/commit/b34810b1e0665580a91ea19b6317a1890ecd42c1"><code>b34810b</code></a>
Finalize</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/8c1d1fa4f4e2160fef17b0bb7fef2ca276b53a99"><code>8c1d1fa</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/501">#501</a>
from Avasam/Pass-mypy-and-link-issues</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/afa39e8e08b48fbedd3b8ac94cf58de39ff09c35"><code>afa39e8</code></a>
Back out changes to tests._path</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/8b909f9b1cdfc056eff3acd38337661ab24ef8b3"><code>8b909f9</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/503">#503</a>
from danielhollas/defer-json</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/2a3f50d8bbd41fc831676e7dc89d84c605c85760"><code>2a3f50d</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/3f78dc17786e0e0290db450e843ac494af0158e9"><code>3f78dc1</code></a>
Add comment to protect the deferred import.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/18eb2da0ee267394c1735bec5b1d9f2b0fa77dd9"><code>18eb2da</code></a>
Revert &quot;Defer platform import&quot;</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/58832f234ba1aea5906c4d56f4b2c4a21d640608"><code>58832f2</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/502">#502</a>
from danielhollas/defer-zipp</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/e3ce33b45e572824b482049570cac13da543999b"><code>e3ce33b</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/d11b67fed9f21503ca369e33c917a8038994ce0b"><code>d11b67f</code></a>
Add comment to protect the deferred import.</li>
<li>Additional commits viewable in <a
href="https://github.com/python/importlib_metadata/compare/v8.4.0...v8.5.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `setuptools` from 74.1.2 to 75.0.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's
changelog</a>.</em></p>
<blockquote>
<h1>v75.0.0</h1>
<h2>Features</h2>
<ul>
<li>Declare also the dependencies used by distutils (adds
jaraco.collections).</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Removed upload_docs command. (<a
href="https://redirect.github.com/pypa/setuptools/issues/2971">#2971</a>)</li>
<li><code>pypa/distutils#294</code><a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>)</li>
</ul>
<h1>v74.1.3</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code> -- by
:user:<code>saschanaz</code> and :user:<code>Avasam</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4648">#4648</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/5e27b2a6e324e70bd82a045aef8f75c84a3d3b28"><code>5e27b2a</code></a>
Bump version: 74.1.3 → 75.0.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/af9e245b57ef78fce03c7e28a0189388d8e4de18"><code>af9e245</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>
from pypa/feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/f15861e3ae2fb8a74efc528fa25754c329090611"><code>f15861e</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ce01828b6894c4597609da54fd343ea1aabfec84"><code>ce01828</code></a>
Merge <a
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a>
into feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/378984e02edae91d5f49425da8436f8dd9152b8a"><code>378984e</code></a>
Remove news fragments, not useful here.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ffdf0bd160ebf6acc1a0790ec1cb72d7da8968c4"><code>ffdf0bd</code></a>
Merge tag 'v74.1.3'</li>
<li><a
href="https://github.com/pypa/setuptools/commit/4c274911c59dd0161303d6cb991ec2a621ce1fb9"><code>4c27491</code></a>
Bump version: 74.1.2 → 74.1.3</li>
<li><a
href="https://github.com/pypa/setuptools/commit/a56a8f9cb798eec1c023242db15a7b3e27c72911"><code>a56a8f9</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code>.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/72837514c2b67081401db556be9aaaa43debe44f"><code>7283751</code></a>
cygwinccompiler: Get the compilers from sysconfig</li>
<li><a
href="https://github.com/pypa/setuptools/commit/47353c5c699024429d353b7ae47af5406cac46c2"><code>47353c5</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code></li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v74.1.2...v75.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>
github-actions bot pushed a commit to aio-libs/aiohttp that referenced this pull request Sep 16, 2024
Bumps [setuptools](https://github.com/pypa/setuptools) from 74.1.2 to
75.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's
changelog</a>.</em></p>
<blockquote>
<h1>v75.0.0</h1>
<h2>Features</h2>
<ul>
<li>Declare also the dependencies used by distutils (adds
jaraco.collections).</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Removed upload_docs command. (<a
href="https://redirect.github.com/pypa/setuptools/issues/2971">#2971</a>)</li>
<li><code>pypa/distutils#294</code><a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>)</li>
</ul>
<h1>v74.1.3</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code> -- by
:user:<code>saschanaz</code> and :user:<code>Avasam</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4648">#4648</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/5e27b2a6e324e70bd82a045aef8f75c84a3d3b28"><code>5e27b2a</code></a>
Bump version: 74.1.3 → 75.0.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/af9e245b57ef78fce03c7e28a0189388d8e4de18"><code>af9e245</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>
from pypa/feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/f15861e3ae2fb8a74efc528fa25754c329090611"><code>f15861e</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ce01828b6894c4597609da54fd343ea1aabfec84"><code>ce01828</code></a>
Merge <a
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a>
into feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/378984e02edae91d5f49425da8436f8dd9152b8a"><code>378984e</code></a>
Remove news fragments, not useful here.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ffdf0bd160ebf6acc1a0790ec1cb72d7da8968c4"><code>ffdf0bd</code></a>
Merge tag 'v74.1.3'</li>
<li><a
href="https://github.com/pypa/setuptools/commit/4c274911c59dd0161303d6cb991ec2a621ce1fb9"><code>4c27491</code></a>
Bump version: 74.1.2 → 74.1.3</li>
<li><a
href="https://github.com/pypa/setuptools/commit/a56a8f9cb798eec1c023242db15a7b3e27c72911"><code>a56a8f9</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code>.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/72837514c2b67081401db556be9aaaa43debe44f"><code>7283751</code></a>
cygwinccompiler: Get the compilers from sysconfig</li>
<li><a
href="https://github.com/pypa/setuptools/commit/47353c5c699024429d353b7ae47af5406cac46c2"><code>47353c5</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code></li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v74.1.2...v75.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=setuptools&package-manager=pip&previous-version=74.1.2&new-version=75.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to google/scaaml that referenced this pull request Sep 16, 2024
Bumps the dependabot group with 2 updates:
[importlib-metadata](https://github.com/python/importlib_metadata) and
[setuptools](https://github.com/pypa/setuptools).

Updates `importlib-metadata` from 8.4.0 to 8.5.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/importlib_metadata/blob/main/NEWS.rst">importlib-metadata's
changelog</a>.</em></p>
<blockquote>
<h1>v8.5.0</h1>
<h2>Features</h2>
<ul>
<li>Deferred import of zipfile.Path (<a
href="https://redirect.github.com/python/importlib_metadata/issues/502">#502</a>)</li>
<li>Deferred import of json (<a
href="https://redirect.github.com/python/importlib_metadata/issues/503">#503</a>)</li>
<li>Rely on zipp overlay for zipfile.Path.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/importlib_metadata/commit/b34810b1e0665580a91ea19b6317a1890ecd42c1"><code>b34810b</code></a>
Finalize</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/8c1d1fa4f4e2160fef17b0bb7fef2ca276b53a99"><code>8c1d1fa</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/501">#501</a>
from Avasam/Pass-mypy-and-link-issues</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/afa39e8e08b48fbedd3b8ac94cf58de39ff09c35"><code>afa39e8</code></a>
Back out changes to tests._path</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/8b909f9b1cdfc056eff3acd38337661ab24ef8b3"><code>8b909f9</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/503">#503</a>
from danielhollas/defer-json</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/2a3f50d8bbd41fc831676e7dc89d84c605c85760"><code>2a3f50d</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/3f78dc17786e0e0290db450e843ac494af0158e9"><code>3f78dc1</code></a>
Add comment to protect the deferred import.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/18eb2da0ee267394c1735bec5b1d9f2b0fa77dd9"><code>18eb2da</code></a>
Revert &quot;Defer platform import&quot;</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/58832f234ba1aea5906c4d56f4b2c4a21d640608"><code>58832f2</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/502">#502</a>
from danielhollas/defer-zipp</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/e3ce33b45e572824b482049570cac13da543999b"><code>e3ce33b</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/d11b67fed9f21503ca369e33c917a8038994ce0b"><code>d11b67f</code></a>
Add comment to protect the deferred import.</li>
<li>Additional commits viewable in <a
href="https://github.com/python/importlib_metadata/compare/v8.4.0...v8.5.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `setuptools` from 74.1.2 to 75.0.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's
changelog</a>.</em></p>
<blockquote>
<h1>v75.0.0</h1>
<h2>Features</h2>
<ul>
<li>Declare also the dependencies used by distutils (adds
jaraco.collections).</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Removed upload_docs command. (<a
href="https://redirect.github.com/pypa/setuptools/issues/2971">#2971</a>)</li>
<li><code>pypa/distutils#294</code><a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>)</li>
</ul>
<h1>v74.1.3</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code> -- by
:user:<code>saschanaz</code> and :user:<code>Avasam</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4648">#4648</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/5e27b2a6e324e70bd82a045aef8f75c84a3d3b28"><code>5e27b2a</code></a>
Bump version: 74.1.3 → 75.0.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/af9e245b57ef78fce03c7e28a0189388d8e4de18"><code>af9e245</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>
from pypa/feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/f15861e3ae2fb8a74efc528fa25754c329090611"><code>f15861e</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ce01828b6894c4597609da54fd343ea1aabfec84"><code>ce01828</code></a>
Merge <a
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a>
into feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/378984e02edae91d5f49425da8436f8dd9152b8a"><code>378984e</code></a>
Remove news fragments, not useful here.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ffdf0bd160ebf6acc1a0790ec1cb72d7da8968c4"><code>ffdf0bd</code></a>
Merge tag 'v74.1.3'</li>
<li><a
href="https://github.com/pypa/setuptools/commit/4c274911c59dd0161303d6cb991ec2a621ce1fb9"><code>4c27491</code></a>
Bump version: 74.1.2 → 74.1.3</li>
<li><a
href="https://github.com/pypa/setuptools/commit/a56a8f9cb798eec1c023242db15a7b3e27c72911"><code>a56a8f9</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code>.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/72837514c2b67081401db556be9aaaa43debe44f"><code>7283751</code></a>
cygwinccompiler: Get the compilers from sysconfig</li>
<li><a
href="https://github.com/pypa/setuptools/commit/47353c5c699024429d353b7ae47af5406cac46c2"><code>47353c5</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code></li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v74.1.2...v75.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>
mkashwin pushed a commit to mkashwin/unifiednamespace that referenced this pull request Sep 16, 2024
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [setuptools](https://github.com/pypa/setuptools) from 74.1.2 to
75.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's
changelog</a>.</em></p>
<blockquote>
<h1>v75.0.0</h1>
<h2>Features</h2>
<ul>
<li>Declare also the dependencies used by distutils (adds
jaraco.collections).</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Removed upload_docs command. (<a
href="https://redirect.github.com/pypa/setuptools/issues/2971">#2971</a>)</li>
<li><code>pypa/distutils#294</code><a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>)</li>
</ul>
<h1>v74.1.3</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code> -- by
:user:<code>saschanaz</code> and :user:<code>Avasam</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4648">#4648</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/5e27b2a6e324e70bd82a045aef8f75c84a3d3b28"><code>5e27b2a</code></a>
Bump version: 74.1.3 → 75.0.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/af9e245b57ef78fce03c7e28a0189388d8e4de18"><code>af9e245</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>
from pypa/feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/f15861e3ae2fb8a74efc528fa25754c329090611"><code>f15861e</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ce01828b6894c4597609da54fd343ea1aabfec84"><code>ce01828</code></a>
Merge <a
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a>
into feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/378984e02edae91d5f49425da8436f8dd9152b8a"><code>378984e</code></a>
Remove news fragments, not useful here.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ffdf0bd160ebf6acc1a0790ec1cb72d7da8968c4"><code>ffdf0bd</code></a>
Merge tag 'v74.1.3'</li>
<li><a
href="https://github.com/pypa/setuptools/commit/4c274911c59dd0161303d6cb991ec2a621ce1fb9"><code>4c27491</code></a>
Bump version: 74.1.2 → 74.1.3</li>
<li><a
href="https://github.com/pypa/setuptools/commit/a56a8f9cb798eec1c023242db15a7b3e27c72911"><code>a56a8f9</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code>.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/72837514c2b67081401db556be9aaaa43debe44f"><code>7283751</code></a>
cygwinccompiler: Get the compilers from sysconfig</li>
<li><a
href="https://github.com/pypa/setuptools/commit/47353c5c699024429d353b7ae47af5406cac46c2"><code>47353c5</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code></li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v74.1.2...v75.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=setuptools&package-manager=pip&previous-version=74.1.2&new-version=75.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
Dependabot will merge this PR once it's up-to-date and CI passes on it,
as requested by @mkashwin.

[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to google/scaaml that referenced this pull request Sep 16, 2024
Bumps the dependabot group with 2 updates:
[importlib-metadata](https://github.com/python/importlib_metadata) and
[setuptools](https://github.com/pypa/setuptools).

Updates `importlib-metadata` from 8.4.0 to 8.5.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/importlib_metadata/blob/main/NEWS.rst">importlib-metadata's
changelog</a>.</em></p>
<blockquote>
<h1>v8.5.0</h1>
<h2>Features</h2>
<ul>
<li>Deferred import of zipfile.Path (<a
href="https://redirect.github.com/python/importlib_metadata/issues/502">#502</a>)</li>
<li>Deferred import of json (<a
href="https://redirect.github.com/python/importlib_metadata/issues/503">#503</a>)</li>
<li>Rely on zipp overlay for zipfile.Path.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/importlib_metadata/commit/b34810b1e0665580a91ea19b6317a1890ecd42c1"><code>b34810b</code></a>
Finalize</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/8c1d1fa4f4e2160fef17b0bb7fef2ca276b53a99"><code>8c1d1fa</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/501">#501</a>
from Avasam/Pass-mypy-and-link-issues</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/afa39e8e08b48fbedd3b8ac94cf58de39ff09c35"><code>afa39e8</code></a>
Back out changes to tests._path</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/8b909f9b1cdfc056eff3acd38337661ab24ef8b3"><code>8b909f9</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/503">#503</a>
from danielhollas/defer-json</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/2a3f50d8bbd41fc831676e7dc89d84c605c85760"><code>2a3f50d</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/3f78dc17786e0e0290db450e843ac494af0158e9"><code>3f78dc1</code></a>
Add comment to protect the deferred import.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/18eb2da0ee267394c1735bec5b1d9f2b0fa77dd9"><code>18eb2da</code></a>
Revert &quot;Defer platform import&quot;</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/58832f234ba1aea5906c4d56f4b2c4a21d640608"><code>58832f2</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/502">#502</a>
from danielhollas/defer-zipp</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/e3ce33b45e572824b482049570cac13da543999b"><code>e3ce33b</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/d11b67fed9f21503ca369e33c917a8038994ce0b"><code>d11b67f</code></a>
Add comment to protect the deferred import.</li>
<li>Additional commits viewable in <a
href="https://github.com/python/importlib_metadata/compare/v8.4.0...v8.5.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `setuptools` from 74.1.2 to 75.0.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's
changelog</a>.</em></p>
<blockquote>
<h1>v75.0.0</h1>
<h2>Features</h2>
<ul>
<li>Declare also the dependencies used by distutils (adds
jaraco.collections).</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Removed upload_docs command. (<a
href="https://redirect.github.com/pypa/setuptools/issues/2971">#2971</a>)</li>
<li><code>pypa/distutils#294</code><a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>)</li>
</ul>
<h1>v74.1.3</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code> -- by
:user:<code>saschanaz</code> and :user:<code>Avasam</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4648">#4648</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/5e27b2a6e324e70bd82a045aef8f75c84a3d3b28"><code>5e27b2a</code></a>
Bump version: 74.1.3 → 75.0.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/af9e245b57ef78fce03c7e28a0189388d8e4de18"><code>af9e245</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>
from pypa/feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/f15861e3ae2fb8a74efc528fa25754c329090611"><code>f15861e</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ce01828b6894c4597609da54fd343ea1aabfec84"><code>ce01828</code></a>
Merge <a
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a>
into feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/378984e02edae91d5f49425da8436f8dd9152b8a"><code>378984e</code></a>
Remove news fragments, not useful here.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ffdf0bd160ebf6acc1a0790ec1cb72d7da8968c4"><code>ffdf0bd</code></a>
Merge tag 'v74.1.3'</li>
<li><a
href="https://github.com/pypa/setuptools/commit/4c274911c59dd0161303d6cb991ec2a621ce1fb9"><code>4c27491</code></a>
Bump version: 74.1.2 → 74.1.3</li>
<li><a
href="https://github.com/pypa/setuptools/commit/a56a8f9cb798eec1c023242db15a7b3e27c72911"><code>a56a8f9</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code>.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/72837514c2b67081401db556be9aaaa43debe44f"><code>7283751</code></a>
cygwinccompiler: Get the compilers from sysconfig</li>
<li><a
href="https://github.com/pypa/setuptools/commit/47353c5c699024429d353b7ae47af5406cac46c2"><code>47353c5</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code></li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v74.1.2...v75.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>
github-actions bot pushed a commit to aio-libs/aiohttp that referenced this pull request Sep 16, 2024
Bumps [setuptools](https://github.com/pypa/setuptools) from 74.1.2 to
75.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's
changelog</a>.</em></p>
<blockquote>
<h1>v75.0.0</h1>
<h2>Features</h2>
<ul>
<li>Declare also the dependencies used by distutils (adds
jaraco.collections).</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Removed upload_docs command. (<a
href="https://redirect.github.com/pypa/setuptools/issues/2971">#2971</a>)</li>
<li><code>pypa/distutils#294</code><a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>)</li>
</ul>
<h1>v74.1.3</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code> -- by
:user:<code>saschanaz</code> and :user:<code>Avasam</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4648">#4648</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/5e27b2a6e324e70bd82a045aef8f75c84a3d3b28"><code>5e27b2a</code></a>
Bump version: 74.1.3 → 75.0.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/af9e245b57ef78fce03c7e28a0189388d8e4de18"><code>af9e245</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>
from pypa/feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/f15861e3ae2fb8a74efc528fa25754c329090611"><code>f15861e</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ce01828b6894c4597609da54fd343ea1aabfec84"><code>ce01828</code></a>
Merge <a
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a>
into feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/378984e02edae91d5f49425da8436f8dd9152b8a"><code>378984e</code></a>
Remove news fragments, not useful here.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ffdf0bd160ebf6acc1a0790ec1cb72d7da8968c4"><code>ffdf0bd</code></a>
Merge tag 'v74.1.3'</li>
<li><a
href="https://github.com/pypa/setuptools/commit/4c274911c59dd0161303d6cb991ec2a621ce1fb9"><code>4c27491</code></a>
Bump version: 74.1.2 → 74.1.3</li>
<li><a
href="https://github.com/pypa/setuptools/commit/a56a8f9cb798eec1c023242db15a7b3e27c72911"><code>a56a8f9</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code>.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/72837514c2b67081401db556be9aaaa43debe44f"><code>7283751</code></a>
cygwinccompiler: Get the compilers from sysconfig</li>
<li><a
href="https://github.com/pypa/setuptools/commit/47353c5c699024429d353b7ae47af5406cac46c2"><code>47353c5</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code></li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v74.1.2...v75.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=setuptools&package-manager=pip&previous-version=74.1.2&new-version=75.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to google/scaaml that referenced this pull request Sep 16, 2024
Bumps the dependabot group with 2 updates:
[importlib-metadata](https://github.com/python/importlib_metadata) and
[setuptools](https://github.com/pypa/setuptools).

Updates `importlib-metadata` from 8.4.0 to 8.5.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/importlib_metadata/blob/main/NEWS.rst">importlib-metadata's
changelog</a>.</em></p>
<blockquote>
<h1>v8.5.0</h1>
<h2>Features</h2>
<ul>
<li>Deferred import of zipfile.Path (<a
href="https://redirect.github.com/python/importlib_metadata/issues/502">#502</a>)</li>
<li>Deferred import of json (<a
href="https://redirect.github.com/python/importlib_metadata/issues/503">#503</a>)</li>
<li>Rely on zipp overlay for zipfile.Path.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/importlib_metadata/commit/b34810b1e0665580a91ea19b6317a1890ecd42c1"><code>b34810b</code></a>
Finalize</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/8c1d1fa4f4e2160fef17b0bb7fef2ca276b53a99"><code>8c1d1fa</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/501">#501</a>
from Avasam/Pass-mypy-and-link-issues</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/afa39e8e08b48fbedd3b8ac94cf58de39ff09c35"><code>afa39e8</code></a>
Back out changes to tests._path</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/8b909f9b1cdfc056eff3acd38337661ab24ef8b3"><code>8b909f9</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/503">#503</a>
from danielhollas/defer-json</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/2a3f50d8bbd41fc831676e7dc89d84c605c85760"><code>2a3f50d</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/3f78dc17786e0e0290db450e843ac494af0158e9"><code>3f78dc1</code></a>
Add comment to protect the deferred import.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/18eb2da0ee267394c1735bec5b1d9f2b0fa77dd9"><code>18eb2da</code></a>
Revert &quot;Defer platform import&quot;</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/58832f234ba1aea5906c4d56f4b2c4a21d640608"><code>58832f2</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/502">#502</a>
from danielhollas/defer-zipp</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/e3ce33b45e572824b482049570cac13da543999b"><code>e3ce33b</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/d11b67fed9f21503ca369e33c917a8038994ce0b"><code>d11b67f</code></a>
Add comment to protect the deferred import.</li>
<li>Additional commits viewable in <a
href="https://github.com/python/importlib_metadata/compare/v8.4.0...v8.5.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `setuptools` from 74.1.2 to 75.0.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's
changelog</a>.</em></p>
<blockquote>
<h1>v75.0.0</h1>
<h2>Features</h2>
<ul>
<li>Declare also the dependencies used by distutils (adds
jaraco.collections).</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Removed upload_docs command. (<a
href="https://redirect.github.com/pypa/setuptools/issues/2971">#2971</a>)</li>
<li><code>pypa/distutils#294</code><a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>)</li>
</ul>
<h1>v74.1.3</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code> -- by
:user:<code>saschanaz</code> and :user:<code>Avasam</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4648">#4648</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/5e27b2a6e324e70bd82a045aef8f75c84a3d3b28"><code>5e27b2a</code></a>
Bump version: 74.1.3 → 75.0.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/af9e245b57ef78fce03c7e28a0189388d8e4de18"><code>af9e245</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>
from pypa/feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/f15861e3ae2fb8a74efc528fa25754c329090611"><code>f15861e</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ce01828b6894c4597609da54fd343ea1aabfec84"><code>ce01828</code></a>
Merge <a
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a>
into feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/378984e02edae91d5f49425da8436f8dd9152b8a"><code>378984e</code></a>
Remove news fragments, not useful here.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ffdf0bd160ebf6acc1a0790ec1cb72d7da8968c4"><code>ffdf0bd</code></a>
Merge tag 'v74.1.3'</li>
<li><a
href="https://github.com/pypa/setuptools/commit/4c274911c59dd0161303d6cb991ec2a621ce1fb9"><code>4c27491</code></a>
Bump version: 74.1.2 → 74.1.3</li>
<li><a
href="https://github.com/pypa/setuptools/commit/a56a8f9cb798eec1c023242db15a7b3e27c72911"><code>a56a8f9</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code>.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/72837514c2b67081401db556be9aaaa43debe44f"><code>7283751</code></a>
cygwinccompiler: Get the compilers from sysconfig</li>
<li><a
href="https://github.com/pypa/setuptools/commit/47353c5c699024429d353b7ae47af5406cac46c2"><code>47353c5</code></a>
Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code></li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v74.1.2...v75.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>
jmertic pushed a commit to jmertic/landscape-tools that referenced this pull request Sep 16, 2024
Bumps the all group with 2 updates:
[urllib3](https://github.com/urllib3/urllib3) and
[setuptools](https://github.com/pypa/setuptools).

Updates `urllib3` from 2.2.2 to 2.2.3
<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.2.3</h2>
<h2>🚀 urllib3 is fundraising for HTTP/2 support</h2>
<p><a
href="https://sethmlarson.dev/urllib3-is-fundraising-for-http2-support">urllib3
is raising ~$40,000 USD</a> to release HTTP/2 support and ensure
long-term sustainable maintenance of the project after a sharp decline
in financial support for 2023. If your company or organization uses
Python and would benefit from HTTP/2 support in Requests, pip, cloud
SDKs, and thousands of other projects <a
href="https://opencollective.com/urllib3">please consider contributing
financially</a> to ensure HTTP/2 support is developed sustainably and
maintained for the long-haul.</p>
<p>Thank you for your support.</p>
<h2>Features</h2>
<ul>
<li>Added support for Python 3.13. (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3473">#3473</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Fixed the default encoding of chunked request bodies to be UTF-8
instead of ISO-8859-1. All other methods of supplying a request body
already use UTF-8 starting in urllib3 v2.0. (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3053">#3053</a>)</li>
<li>Fixed ResourceWarning on CONNECT with Python &lt; 3.11.4 by
backporting <a
href="https://redirect.github.com/python/cpython/issues/103472">python/cpython#103472</a>.
(`<a
href="https://redirect.github.com/urllib3/urllib3/issues/3252">#3252</a>)</li>
<li>Adjust tolerance for floating-point comparison on Windows to avoid
flakiness in CI (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3413">#3413</a>)</li>
<li>Fixed a crash where certain standard library hash functions were
absent in restricted environments. (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3432">#3432</a>)</li>
<li>Fixed mypy error when adding to
<code>HTTPConnection.default_socket_options</code>. (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3448">#3448</a>)</li>
</ul>
<h2>HTTP/2 (experimental)</h2>
<p>HTTP/2 support is still in early development.</p>
<ul>
<li>Excluded Transfer-Encoding: chunked from HTTP/2 request body (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3425">#3425</a>)</li>
<li>Added version checking for <code>h2</code> (<a
href="https://pypi.org/project/h2/">https://pypi.org/project/h2/</a>)
usage. Now only accepting supported h2 major version 4.x.x. (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3290">#3290</a>)</li>
<li>Added a probing mechanism for determining whether a given target
origin supports HTTP/2 via ALPN. (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3301">#3301</a>)</li>
<li>Add support for sending a request body with HTTP/2 (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3302">#3302</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urllib3/urllib3/compare/2.2.2...2.2.3">https://github.com/urllib3/urllib3/compare/2.2.2...2.2.3</a></p>
</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.2.3 (2024-09-12)</h1>
<h2>Features</h2>
<ul>
<li>Added support for Python 3.13.
(<code>[#3473](urllib3/urllib3#3473)
&lt;https://github.com/urllib3/urllib3/issues/3473&gt;</code>__)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Fixed the default encoding of chunked request bodies to be UTF-8
instead of ISO-8859-1.
All other methods of supplying a request body already use UTF-8 starting
in urllib3 v2.0.
(<code>[#3053](urllib3/urllib3#3053)
&lt;https://github.com/urllib3/urllib3/issues/3053&gt;</code>__)</li>
<li>Fixed ResourceWarning on CONNECT with Python <!-- raw HTML omitted
-->`__)</li>
<li>Adjust tolerance for floating-point comparison on Windows to avoid
flakiness in CI
(<code>[#3413](urllib3/urllib3#3413)
&lt;https://github.com/urllib3/urllib3/issues/3413&gt;</code>__)</li>
<li>Fixed a crash where certain standard library hash functions were
absent in restricted environments.
(<code>[#3432](urllib3/urllib3#3432)
&lt;https://github.com/urllib3/urllib3/issues/3432&gt;</code>__)</li>
<li>Fixed mypy error when adding to
<code>HTTPConnection.default_socket_options</code>.
(<code>[#3448](urllib3/urllib3#3448)
&lt;https://github.com/urllib3/urllib3/issues/3448&gt;</code>__)</li>
</ul>
<h2>HTTP/2 (experimental)</h2>
<p>HTTP/2 support is still in early development.</p>
<ul>
<li>
<p>Excluded Transfer-Encoding: chunked from HTTP/2 request body
(<code>[#3425](urllib3/urllib3#3425)
&lt;https://github.com/urllib3/urllib3/issues/3425&gt;</code>__)</p>
</li>
<li>
<p>Added version checking for <code>h2</code> (<a
href="https://pypi.org/project/h2/">https://pypi.org/project/h2/</a>)
usage.</p>
<p>Now only accepting supported h2 major version 4.x.x.
(<code>[#3290](urllib3/urllib3#3290)
&lt;https://github.com/urllib3/urllib3/issues/3290&gt;</code>__)</p>
</li>
<li>
<p>Added a probing mechanism for determining whether a given target
origin
supports HTTP/2 via ALPN.
(<code>[#3301](urllib3/urllib3#3301)
&lt;https://github.com/urllib3/urllib3/issues/3301&gt;</code>__)</p>
</li>
<li>
<p>Add support for sending a request body with HTTP/2
(<code>[#3302](urllib3/urllib3#3302)
&lt;https://github.com/urllib3/urllib3/issues/3302&gt;</code>__)</p>
</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Note for downstream distributors: the <code>_version.py</code> file
has been removed and is now created at build time by hatch-vcs.
(<code>[#3412](urllib3/urllib3#3412)
&lt;https://github.com/urllib3/urllib3/issues/3412&gt;</code>__)</li>
<li>Drop support for end-of-life PyPy3.8 and PyPy3.9.
(<code>[#3475](urllib3/urllib3#3475)
&lt;https://github.com/urllib3/urllib3/issues/3475&gt;</code>__)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/urllib3/urllib3/commit/2458bfcd3dacdf6c196e98d077fc6bb02a5fc1df"><code>2458bfc</code></a>
Release 2.2.3</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/9b25db6d00e43858d49303ae55c43bc4a9832668"><code>9b25db6</code></a>
Only attempt to publish for upstream</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/b9adeef8501180cd7d04cc3fb90bed4bbc34b1bb"><code>b9adeef</code></a>
Drop support for EOL PyPy3.8 and PyPy3.9</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/b1d4649d43375f11a3072b4d9b5d33425d123bae"><code>b1d4649</code></a>
Add explicit support for Python 3.13</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/cc42860721836febf3fb6ebb485ed27d7f80122d"><code>cc42860</code></a>
Bump cryptography from 42.0.4 to 43.0.1 (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3470">#3470</a>)</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/3dae2e9b30d2e39bf20daea2353aa7ef055640cf"><code>3dae2e9</code></a>
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3469">#3469</a>)</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/1e94feb2a671bf28721114dfea1105a2c1f91788"><code>1e94feb</code></a>
Revert &quot;Add TLS settings for HTTP/2 (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3456">#3456</a>)&quot;
(<a
href="https://redirect.github.com/urllib3/urllib3/issues/3466">#3466</a>)</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/aa73abc7b22a4a67e0ee957f5a3031109f73d3d9"><code>aa73abc</code></a>
Bump actions/setup-python from 5.1.0 to 5.2.0 (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3468">#3468</a>)</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/abbfbcb1dd274fc54b4f0a7785fd04d59b634195"><code>abbfbcb</code></a>
Add 1.26.20 to changelog and make the publish workflow the same (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3464">#3464</a>)</li>
<li><a
href="https://github.com/urllib3/urllib3/commit/d48061505e72271116c5a33b04dbca6273f2a737"><code>d480615</code></a>
Add TLS settings for HTTP/2 (<a
href="https://redirect.github.com/urllib3/urllib3/issues/3456">#3456</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/urllib3/urllib3/compare/2.2.2...2.2.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `setuptools` from 74.1.2 to 75.1.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's
changelog</a>.</em></p>
<blockquote>
<h1>v75.1.0</h1>
<h2>Features</h2>
<ul>
<li>Deprecated <code>bdist_wheel.universal</code> configuration. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4617">#4617</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Removed reference to upload_docs module in entry points. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4650">#4650</a>)</li>
</ul>
<h1>v75.0.0</h1>
<h2>Features</h2>
<ul>
<li>Declare also the dependencies used by distutils (adds
jaraco.collections).</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Removed upload_docs command. (<a
href="https://redirect.github.com/pypa/setuptools/issues/2971">#2971</a>)</li>
<li><code>pypa/distutils#294</code><a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>)</li>
</ul>
<h1>v74.1.3</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code> -- by
:user:<code>saschanaz</code> and :user:<code>Avasam</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4648">#4648</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/3106af0512fe67464a8b5e7524c07fddf7717660"><code>3106af0</code></a>
Bump version: 75.0.0 → 75.1.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/37c3d27f0b1757b7273da4eda837890b8e5dd015"><code>37c3d27</code></a>
Removed reference to upload_docs module in entry points.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/9fb53fd7bdb15b046d720cb979a308e93f0b57ea"><code>9fb53fd</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4617">#4617</a>
from abravalheri/issue-4612</li>
<li><a
href="https://github.com/pypa/setuptools/commit/cd3ba7d7d68aa5503f782c3ccc3464f7cd878655"><code>cd3ba7d</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4644">#4644</a>
from DimitriPapadopoulos/codespell</li>
<li><a
href="https://github.com/pypa/setuptools/commit/5e27b2a6e324e70bd82a045aef8f75c84a3d3b28"><code>5e27b2a</code></a>
Bump version: 74.1.3 → 75.0.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/af9e245b57ef78fce03c7e28a0189388d8e4de18"><code>af9e245</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>
from pypa/feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/f15861e3ae2fb8a74efc528fa25754c329090611"><code>f15861e</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ce01828b6894c4597609da54fd343ea1aabfec84"><code>ce01828</code></a>
Merge <a
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a>
into feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/378984e02edae91d5f49425da8436f8dd9152b8a"><code>378984e</code></a>
Remove news fragments, not useful here.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ffdf0bd160ebf6acc1a0790ec1cb72d7da8968c4"><code>ffdf0bd</code></a>
Merge tag 'v74.1.3'</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v74.1.2...v75.1.0">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <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>
mkashwin added a commit to mkashwin/unifiednamespace that referenced this pull request Sep 24, 2024
* d5d1e59 - Ashwin Krishnan - 2024-09-23 21:00:52 
| fixed event loops issue
| 
* 19de601 - Ashwin Krishnan - 2024-09-22 20:22:14 
| enhanced tests
| 
* 2eeedcb - Ashwin Krishnan - 2024-09-21 21:24:41 
| fixed bug for regex generation
| 
* 9b41e02 - Ashwin Krishnan - 2024-09-18 18:56:10 
| added database in driver creation for efficiency
| 
* 5302c81 - Ashwin Krishnan - 2024-09-18 18:55:31 
| reduced cyclomatic complexity
| 
* 9d87788 - Ashwin Krishnan - 2024-09-17 16:48:35 
| commented integration tests having issues with async handling and
Future/task
| 
* 71f6d61 - Ashwin Krishnan - 2024-09-17 12:17:42 
| added tests to check graphQL queries
| 
* 02738af - Ashwin Krishnan - 2024-09-15 22:03:43 
| updated graph db  graphQL queries and tests
| 
* 83f6053 - Ashwin Krishnan - 2024-09-02 17:39:25 
| test data and queris
| 
* 761bc0c - Ashwin Krishnan - 2024-08-19 13:39:45 
  added test cases for graphdb backend
  
* 03f8534 - dependabot[bot] - 2024-09-23 13:29:47 
| Bump strawberry-graphql from 0.240.4 to 0.242.0 in /07_uns_graphql
(#1186)
| Bumps
| [strawberry-graphql](https://github.com/strawberry-graphql/strawberry)
| from 0.240.4 to 0.242.0.
| <details>
| <summary>Release notes</summary>
| <p><em>Sourced from <a
|
href="https://github.com/strawberry-graphql/strawberry/releases">strawberry-graphql's
| releases</a>.</em></p>
| <blockquote>
| <h2>🍓 0.242.0</h2>
| <p>Starting with this release, clients using the legacy graphql-ws
| subprotocol will receive an error when they try to send binary data
| frames.
| Before, binary data frames were silently ignored.</p>
| <p>While vaguely defined in the protocol, the legacy graphql-ws
| subprotocol is generally understood to only support text data
| frames.</p>
| <p>Releases contributed by <a
| href="https://github.com/DoctorJohn"><code>@​DoctorJohn</code></a> via
| <a
|
href="https://redirect.github.com/strawberry-graphql/strawberry/issues/3633">#3633</a></p>
| <h2>🍓 0.241.0</h2>
| <p>You can now configure your schemas to provide a custom subclass of
| <code>strawberry.types.Info</code> to your types and queries.</p>
| <pre lang="py"><code>import strawberry
| from strawberry.schema.config import StrawberryConfig
| <p>from .models import ProductModel</p>
| <p>class CustomInfo(strawberry.Info):
| <a href="https://github.com/property"><code>@​property</code></a>
| def selected_group_id(self) -&gt; int | None:
| &quot;&quot;&quot;Get the ID of the group you're logged in
| as.&quot;&quot;&quot;
| return
|
self.context[&quot;request&quot;].headers.get(&quot;Group-ID&quot;)</p>
| <p><a
|
href="https://github.com/strawberry"><code>@​strawberry</code></a>.type
| class Group:
| id: strawberry.ID
| name: str</p>
| <p><a
|
href="https://github.com/strawberry"><code>@​strawberry</code></a>.type
| class User:
| id: strawberry.ID
| name: str
| group: Group</p>
| <p><a
|
href="https://github.com/strawberry"><code>@​strawberry</code></a>.type
| class Query:
| <a
|
href="https://github.com/strawberry"><code>@​strawberry</code></a>.field
| def user(self, id: strawberry.ID, info: CustomInfo) -&gt; Product:
| kwargs = {&quot;id&quot;: id, &quot;name&quot;: ...}</p>
| <pre><code>    if info.selected_group_id is not None:
|         # Get information about the group you're a part of, if
|         # available.
|         kwargs[&amp;quot;group&amp;quot;] = ...
| </code></pre>
| <p>&lt;/tr&gt;&lt;/table&gt;
| </code></pre></p>
| </blockquote>
| <p>... (truncated)</p>
| </details>
| <details>
| <summary>Changelog</summary>
| <p><em>Sourced from <a
|
href="https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md">strawberry-graphql's
| changelog</a>.</em></p>
| <blockquote>
| <h2>0.242.0 - 2024-09-19</h2>
| <p>Starting with this release, clients using the legacy graphql-ws
| subprotocol will receive an error when they try to send binary data
| frames.
| Before, binary data frames were silently ignored.</p>
| <p>While vaguely defined in the protocol, the legacy graphql-ws
| subprotocol is generally understood to only support text data
| frames.</p>
| <p>Contributed by <a href="https://github.com/DoctorJohn">Jonathan
| Ehwald</a> via [PR <a
|
href="https://redirect.github.com/strawberry-graphql/strawberry/issues/3633">#3633</a>](<a
|
href="https://redirect.github.com/strawberry-graphql/strawberry/pull/3633/">strawberry-graphql/strawberry#3633</a>)</p>
| <h2>0.241.0 - 2024-09-16</h2>
| <p>You can now configure your schemas to provide a custom subclass of
| <code>strawberry.types.Info</code> to your types and queries.</p>
| <pre lang="py"><code>import strawberry
| from strawberry.schema.config import StrawberryConfig
| <p>from .models import ProductModel</p>
| <p>class CustomInfo(strawberry.Info):
| <a href="https://github.com/property"><code>@​property</code></a>
| def selected_group_id(self) -&gt; int | None:
| &quot;&quot;&quot;Get the ID of the group you're logged in
| as.&quot;&quot;&quot;
| return
|
self.context[&quot;request&quot;].headers.get(&quot;Group-ID&quot;)</p>
| <p><a
|
href="https://github.com/strawberry"><code>@​strawberry</code></a>.type
| class Group:
| id: strawberry.ID
| name: str</p>
| <p><a
|
href="https://github.com/strawberry"><code>@​strawberry</code></a>.type
| class User:
| id: strawberry.ID
| name: str
| group: Group</p>
| <p><a
|
href="https://github.com/strawberry"><code>@​strawberry</code></a>.type
| class Query:
| <a
|
href="https://github.com/strawberry"><code>@​strawberry</code></a>.field
| def user(self, id: strawberry.ID, info: CustomInfo) -&gt; Product:
| kwargs = {&quot;id&quot;: id, &quot;name&quot;: ...}</p>
| <p>&lt;/tr&gt;&lt;/table&gt;
| </code></pre></p>
| </blockquote>
| <p>... (truncated)</p>
| </details>
| <details>
| <summary>Commits</summary>
| <ul>
| <li><a
|
href="https://github.com/strawberry-graphql/strawberry/commit/ab169712b83b6e808730b0ee865ccefd0f9c0b12"><code>ab16971</code></a>
| Release 🍓 0.242.0</li>
| <li><a
|
href="https://github.com/strawberry-graphql/strawberry/commit/63528a59f2139b83aefb5bbec08b0bea795b7003"><code>63528a5</code></a>
| Let legacy ws clients know about invalid data frames (<a
|
href="https://redirect.github.com/strawberry-graphql/strawberry/issues/3633">#3633</a>)</li>
| <li><a
|
href="https://github.com/strawberry-graphql/strawberry/commit/294114689c4a10de4924fa516538ffe797130a43"><code>2941146</code></a>
| [pre-commit.ci] pre-commit autoupdate (<a
|
href="https://redirect.github.com/strawberry-graphql/strawberry/issues/3618">#3618</a>)</li>
| <li><a
|
href="https://github.com/strawberry-graphql/strawberry/commit/a162c9badd5ea636add571539f0bd7b222536176"><code>a162c9b</code></a>
| Release 🍓 0.241.0</li>
| <li><a
|
href="https://github.com/strawberry-graphql/strawberry/commit/72870476096a4ec4428bc6170f43bb3ac5228ba1"><code>7287047</code></a>
| Add ability to set a custom info class for a schema (<a
|
href="https://redirect.github.com/strawberry-graphql/strawberry/issues/3592">#3592</a>)</li>
| <li><a
|
href="https://github.com/strawberry-graphql/strawberry/commit/13bd97b8697929ec82a7fd95bdb9c17ccedaddf5"><code>13bd97b</code></a>
| Remove old link</li>
| <li>See full diff in <a
|
href="https://github.com/strawberry-graphql/strawberry/compare/0.240.4...0.242.0">compare
| view</a></li>
| </ul>
| </details>
| <br />
| 
| 
| [![Dependabot compatibility
|
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=strawberry-graphql&package-manager=pip&previous-version=0.240.4&new-version=0.242.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
| 
| Dependabot will resolve any conflicts with this PR as long as you
don't
| alter it yourself. You can also trigger a rebase manually by
commenting
| `@dependabot rebase`.
| 
| [//]: # (dependabot-automerge-start)
| [//]: # (dependabot-automerge-end)
| 
| ---
| 
| <details>
| <summary>Dependabot commands and options</summary>
| <br />
| 
| You can trigger Dependabot actions by commenting on this PR:
| - `@dependabot rebase` will rebase this PR
| - `@dependabot recreate` will recreate this PR, overwriting any edits
| that have been made to it
| - `@dependabot merge` will merge this PR after your CI passes on it
| - `@dependabot squash and merge` will squash and merge this PR after
| your CI passes on it
| - `@dependabot cancel merge` will cancel a previously requested merge
| and block automerging
| - `@dependabot reopen` will reopen this PR if it is closed
| - `@dependabot close` will close this PR and stop Dependabot
recreating
| it. You can achieve the same result by closing it manually
| - `@dependabot show <dependency name> ignore conditions` will show all
| of the ignore conditions of the specified dependency
| - `@dependabot ignore this major version` will close this PR and stop
| Dependabot creating any more for this major version (unless you reopen
| the PR or upgrade to it yourself)
| - `@dependabot ignore this minor version` will close this PR and stop
| Dependabot creating any more for this minor version (unless you reopen
| the PR or upgrade to it yourself)
| - `@dependabot ignore this dependency` will close this PR and stop
| Dependabot creating any more for this dependency (unless you reopen
the
| PR or upgrade to it yourself)
| 
| 
| </details>
| 
| ---------
| 
| Signed-off-by: dependabot[bot] <support@github.com>
| Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
| Co-authored-by: Ashwin Krishnan
<36015265+mkashwin@users.noreply.github.com>
* 9dd8178 - Ashwin Krishnan - 2024-09-22 20:29:51 
| update poetry dependencies
| 
* bde6902 - mkashwin@gmail.com - 2024-09-16 14:04:08 
| updated poetry lock
| 
* 37c7b3e - mkashwin@gmail.com - 2024-09-16 14:03:55 
| updated poetry lock
| 
* 5337c0a - dependabot[bot] - 2024-09-16 12:27:28 
| Bump ruff from 0.6.4 to 0.6.5 in /07_uns_graphql (#1180)
| 
* b7bbd9e - mkashwin@gmail.com - 2024-09-16 12:07:49 
| updated poetry lock
| 
* b3ccd73 - dependabot[bot] - 2024-09-16 13:37:22 
| Bump idna from 3.8 to 3.10 (#1184)
| [//]: # (dependabot-start)
| ⚠️  **Dependabot is rebasing this PR** ⚠️ 
| 
| Rebasing might not happen immediately, so don't worry if this takes
some
| time.
| 
| Note: if you make any changes to this PR yourself, they will take
| precedence over the rebase.
| 
| ---
| 
| [//]: # (dependabot-end)
| 
| Bumps [idna](https://github.com/kjd/idna) from 3.8 to 3.10.
| <details>
| <summary>Changelog</summary>
| <p><em>Sourced from <a
| href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's
| changelog</a>.</em></p>
| <blockquote>
| <p>3.10 (2024-09-15)
| +++++++++++++++++</p>
| <ul>
| <li>Reverted to Unicode 15.1.0 data. Unicode 16 has some significant
| changes
| to UTS46 processing that will require more work to properly
| implement.</li>
| </ul>
| <p>3.9 (2024-09-13)
| ++++++++++++++++</p>
| <ul>
| <li>Update to Unicode 16.0.0</li>
| <li>Deprecate setup.cfg in favour of pyproject.toml</li>
| <li>Use ruff for code formatting</li>
| </ul>
| <p>Thanks to Waket Zheng for contributions to this release.</p>
| </blockquote>
| </details>
| <details>
| <summary>Commits</summary>
| <ul>
| <li><a
|
href="https://github.com/kjd/idna/commit/729225d8b0c58bc66bb38d1d0faf281a757ece59"><code>729225d</code></a>
| Release v3.10</li>
| <li><a
|
href="https://github.com/kjd/idna/commit/3eef1680132907e90afb0feb29136f6895001f3c"><code>3eef168</code></a>
| Merge pull request <a
| href="https://redirect.github.com/kjd/idna/issues/194">#194</a> from
| kjd/revert-unicode-16</li>
| <li><a
|
href="https://github.com/kjd/idna/commit/ceca619a214c816e04c7c233565280bf3998c938"><code>ceca619</code></a>
| Revert Unicode 16.0.0 data updates</li>
| <li><a
|
href="https://github.com/kjd/idna/commit/c43ac75cf649511c3d593164a32a3ff9cd0cdcd1"><code>c43ac75</code></a>
| Merge pull request <a
| href="https://redirect.github.com/kjd/idna/issues/191">#191</a> from
| kjd/release-3.9</li>
| <li><a
|
href="https://github.com/kjd/idna/commit/1b8800a4d0c76126ab2d3e28c7e62f567cbe69f8"><code>1b8800a</code></a>
| Release v3.9</li>
| <li><a
|
href="https://github.com/kjd/idna/commit/a1fd16821734235fb6ce4e0283a49a71d61535d2"><code>a1fd168</code></a>
| Merge pull request <a
| href="https://redirect.github.com/kjd/idna/issues/190">#190</a> from
| kjd/unicode-16</li>
| <li><a
|
href="https://github.com/kjd/idna/commit/7732c6153e07946f1bf5cdea96817264d305b7cc"><code>7732c61</code></a>
| Merge branch 'master' into unicode-16</li>
| <li><a
|
href="https://github.com/kjd/idna/commit/4ed183d95cf5cdfc98bb867b9e4b33a3fd13ca9b"><code>4ed183d</code></a>
| Refactor membership test</li>
| <li><a
|
href="https://github.com/kjd/idna/commit/762216bd7b1d0c45937703ea0c7632360e32c85b"><code>762216b</code></a>
| Format with ruff</li>
| <li><a
|
href="https://github.com/kjd/idna/commit/580ece955f7e127094b21b40761be6b70ab62aef"><code>580ece9</code></a>
| Implement changes to UTS46 algorithm</li>
| <li>Additional commits viewable in <a
| href="https://github.com/kjd/idna/compare/v3.8...v3.10">compare
| view</a></li>
| </ul>
| </details>
| <br />
| 
| 
| [![Dependabot compatibility
|
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=idna&package-manager=pip&previous-version=3.8&new-version=3.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
| 
| Dependabot will resolve any conflicts with this PR as long as you
don't
| alter it yourself. You can also trigger a rebase manually by
commenting
| `@dependabot rebase`.
| 
| [//]: # (dependabot-automerge-start)
| Dependabot will merge this PR once it's up-to-date and CI passes on
it,
| as requested by @mkashwin.
| 
| [//]: # (dependabot-automerge-end)
| 
| ---
| 
| <details>
| <summary>Dependabot commands and options</summary>
| <br />
| 
| You can trigger Dependabot actions by commenting on this PR:
| - `@dependabot rebase` will rebase this PR
| - `@dependabot recreate` will recreate this PR, overwriting any edits
| that have been made to it
| - `@dependabot merge` will merge this PR after your CI passes on it
| - `@dependabot squash and merge` will squash and merge this PR after
| your CI passes on it
| - `@dependabot cancel merge` will cancel a previously requested merge
| and block automerging
| - `@dependabot reopen` will reopen this PR if it is closed
| - `@dependabot close` will close this PR and stop Dependabot
recreating
| it. You can achieve the same result by closing it manually
| - `@dependabot show <dependency name> ignore conditions` will show all
| of the ignore conditions of the specified dependency
| - `@dependabot ignore this major version` will close this PR and stop
| Dependabot creating any more for this major version (unless you reopen
| the PR or upgrade to it yourself)
| - `@dependabot ignore this minor version` will close this PR and stop
| Dependabot creating any more for this minor version (unless you reopen
| the PR or upgrade to it yourself)
| - `@dependabot ignore this dependency` will close this PR and stop
| Dependabot creating any more for this dependency (unless you reopen
the
| PR or upgrade to it yourself)
| 
| 
| </details>
| 
| Signed-off-by: dependabot[bot] <support@github.com>
| Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
* 9561c3f - dependabot[bot] - 2024-09-16 13:37:13 
| Bump setuptools from 74.1.2 to 75.0.0 (#1182)
| [//]: # (dependabot-start)
| ⚠️  **Dependabot is rebasing this PR** ⚠️ 
| 
| Rebasing might not happen immediately, so don't worry if this takes
some
| time.
| 
| Note: if you make any changes to this PR yourself, they will take
| precedence over the rebase.
| 
| ---
| 
| [//]: # (dependabot-end)
| 
| Bumps [setuptools](https://github.com/pypa/setuptools) from 74.1.2 to
| 75.0.0.
| <details>
| <summary>Changelog</summary>
| <p><em>Sourced from <a
|
href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's
| changelog</a>.</em></p>
| <blockquote>
| <h1>v75.0.0</h1>
| <h2>Features</h2>
| <ul>
| <li>Declare also the dependencies used by distutils (adds
| jaraco.collections).</li>
| </ul>
| <h2>Deprecations and Removals</h2>
| <ul>
| <li>Removed upload_docs command. (<a
|
href="https://redirect.github.com/pypa/setuptools/issues/2971">#2971</a>)</li>
| <li><code>pypa/distutils#294</code><a
|
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>)</li>
| </ul>
| <h1>v74.1.3</h1>
| <h2>Bugfixes</h2>
| <ul>
| <li>Fix cross-platform compilation using
| <code>distutils._msvccompiler.MSVCCompiler</code> -- by
| :user:<code>saschanaz</code> and :user:<code>Avasam</code> (<a
|
href="https://redirect.github.com/pypa/setuptools/issues/4648">#4648</a>)</li>
| </ul>
| </blockquote>
| </details>
| <details>
| <summary>Commits</summary>
| <ul>
| <li><a
|
href="https://github.com/pypa/setuptools/commit/5e27b2a6e324e70bd82a045aef8f75c84a3d3b28"><code>5e27b2a</code></a>
| Bump version: 74.1.3 → 75.0.0</li>
| <li><a
|
href="https://github.com/pypa/setuptools/commit/af9e245b57ef78fce03c7e28a0189388d8e4de18"><code>af9e245</code></a>
| Merge pull request <a
|
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>
| from pypa/feature/distutils-7283751</li>
| <li><a
|
href="https://github.com/pypa/setuptools/commit/f15861e3ae2fb8a74efc528fa25754c329090611"><code>f15861e</code></a>
| Add news fragment.</li>
| <li><a
|
href="https://github.com/pypa/setuptools/commit/ce01828b6894c4597609da54fd343ea1aabfec84"><code>ce01828</code></a>
| Merge <a
|
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a>
| into feature/distutils-7283751</li>
| <li><a
|
href="https://github.com/pypa/setuptools/commit/378984e02edae91d5f49425da8436f8dd9152b8a"><code>378984e</code></a>
| Remove news fragments, not useful here.</li>
| <li><a
|
href="https://github.com/pypa/setuptools/commit/ffdf0bd160ebf6acc1a0790ec1cb72d7da8968c4"><code>ffdf0bd</code></a>
| Merge tag 'v74.1.3'</li>
| <li><a
|
href="https://github.com/pypa/setuptools/commit/4c274911c59dd0161303d6cb991ec2a621ce1fb9"><code>4c27491</code></a>
| Bump version: 74.1.2 → 74.1.3</li>
| <li><a
|
href="https://github.com/pypa/setuptools/commit/a56a8f9cb798eec1c023242db15a7b3e27c72911"><code>a56a8f9</code></a>
| Fix cross-platform compilation using
| <code>distutils._msvccompiler.MSVCCompiler</code>.</li>
| <li><a
|
href="https://github.com/pypa/setuptools/commit/72837514c2b67081401db556be9aaaa43debe44f"><code>7283751</code></a>
| cygwinccompiler: Get the compilers from sysconfig</li>
| <li><a
|
href="https://github.com/pypa/setuptools/commit/47353c5c699024429d353b7ae47af5406cac46c2"><code>47353c5</code></a>
| Fix cross-platform compilation using
| <code>distutils._msvccompiler.MSVCCompiler</code></li>
| <li>Additional commits viewable in <a
|
href="https://github.com/pypa/setuptools/compare/v74.1.2...v75.0.0">compare
| view</a></li>
| </ul>
| </details>
| <br />
| 
| 
| [![Dependabot compatibility
|
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=setuptools&package-manager=pip&previous-version=74.1.2&new-version=75.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
| 
| Dependabot will resolve any conflicts with this PR as long as you
don't
| alter it yourself. You can also trigger a rebase manually by
commenting
| `@dependabot rebase`.
| 
| [//]: # (dependabot-automerge-start)
| Dependabot will merge this PR once it's up-to-date and CI passes on
it,
| as requested by @mkashwin.
| 
| [//]: # (dependabot-automerge-end)
| 
| ---
| 
| <details>
| <summary>Dependabot commands and options</summary>
| <br />
| 
| You can trigger Dependabot actions by commenting on this PR:
| - `@dependabot rebase` will rebase this PR
| - `@dependabot recreate` will recreate this PR, overwriting any edits
| that have been made to it
| - `@dependabot merge` will merge this PR after your CI passes on it
| - `@dependabot squash and merge` will squash and merge this PR after
| your CI passes on it
| - `@dependabot cancel merge` will cancel a previously requested merge
| and block automerging
| - `@dependabot reopen` will reopen this PR if it is closed
| - `@dependabot close` will close this PR and stop Dependabot
recreating
| it. You can achieve the same result by closing it manually
| - `@dependabot show <dependency name> ignore conditions` will show all
| of the ignore conditions of the specified dependency
| - `@dependabot ignore this major version` will close this PR and stop
| Dependabot creating any more for this major version (unless you reopen
| the PR or upgrade to it yourself)
| - `@dependabot ignore this minor version` will close this PR and stop
| Dependabot creating any more for this minor version (unless you reopen
| the PR or upgrade to it yourself)
| - `@dependabot ignore this dependency` will close this PR and stop
| Dependabot creating any more for this dependency (unless you reopen
the
| PR or upgrade to it yourself)
| 
| 
| </details>
| 
| Signed-off-by: dependabot[bot] <support@github.com>
| Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
* 0b7b857 - dependabot[bot] - 2024-09-16 11:34:59 
| Bump idna from 3.8 to 3.10 in /07_uns_graphql (#1185)
| 
* 93f339c - dependabot[bot] - 2024-09-16 11:34:53 
| Bump setuptools from 74.1.2 to 75.0.0 in /07_uns_graphql (#1183)
| 
* c72eb0f - dependabot[bot] - 2024-09-16 11:34:48 
| Bump fastapi from 0.114.1 to 0.114.2 in /07_uns_graphql (#1181)
| 
* 9292dc1 - dependabot[bot] - 2024-09-16 11:34:40 
| Bump fastapi from 0.114.1 to 0.114.2 (#1179)
| 
* 967eca9 - dependabot[bot] - 2024-09-16 11:34:38 
| Bump strawberry-graphql from 0.239.2 to 0.240.4 in /07_uns_graphql
(#1178)
| 
* fc04a5c - dependabot[bot] - 2024-09-16 11:34:35 
| Bump ruff from 0.6.4 to 0.6.5 (#1177)
| 
* 62d20cb - dependabot[bot] - 2024-09-16 11:34:31 
| Bump setuptools from 74.1.2 to 75.0.0 in /03_uns_graphdb (#1176)
| 
* dc240c1 - dependabot[bot] - 2024-09-16 11:34:29 
| Bump ruff from 0.6.4 to 0.6.5 in /03_uns_graphdb (#1175)
| 
* d74fa86 - dependabot[bot] - 2024-09-16 11:34:26 
| Bump idna from 3.8 to 3.10 in /03_uns_graphdb (#1174)
| 
* ba396e7 - dependabot[bot] - 2024-09-16 11:34:23 
| Bump setuptools from 74.1.2 to 75.0.0 in /06_uns_kafka (#1173)
| 
* 064d930 - dependabot[bot] - 2024-09-16 11:34:19 
| Bump ruff from 0.6.4 to 0.6.5 in /06_uns_kafka (#1172)
| 
* 361add6 - dependabot[bot] - 2024-09-16 11:34:17 
| Bump idna from 3.8 to 3.10 in /06_uns_kafka (#1171)
| 
* 36f7f17 - dependabot[bot] - 2024-09-16 11:34:11 
| Bump setuptools from 74.1.2 to 75.0.0 in /02_mqtt-cluster (#1170)
| 
* ee0868a - dependabot[bot] - 2024-09-16 11:34:09 
| Bump ruff from 0.6.4 to 0.6.5 in /02_mqtt-cluster (#1169)
| 
* e07af13 - dependabot[bot] - 2024-09-16 11:34:06 
| Bump idna from 3.8 to 3.10 in /02_mqtt-cluster (#1168)
| 
* ce872c1 - dependabot[bot] - 2024-09-16 11:34:03 
| Bump setuptools from 74.1.2 to 75.0.0 in /05_sparkplugb (#1167)
| 
* 0d2f885 - dependabot[bot] - 2024-09-16 11:34:01 
| Bump ruff from 0.6.4 to 0.6.5 in /05_sparkplugb (#1166)
| 
* 298bd50 - dependabot[bot] - 2024-09-16 11:33:58 
| Bump idna from 3.8 to 3.10 in /05_sparkplugb (#1165)
| 
* cef542d - dependabot[bot] - 2024-09-16 11:33:54 
| Bump ruff from 0.6.4 to 0.6.5 in /04_uns_historian (#1164)
| 
* 9c06fe0 - dependabot[bot] - 2024-09-16 11:33:49 
| Bump idna from 3.8 to 3.10 in /04_uns_historian (#1162)
| 
* bc9bb38 - dependabot[bot] - 2024-09-16 11:33:40 
| Bump setuptools from 74.1.2 to 75.0.0 in /04_uns_historian (#1163)
| 
* 41df83d - mkashwin@gmail.com - 2024-09-13 11:40:14 
| ran poetry update
| 
* dae85ff - mkashwin@gmail.com - 2024-09-10 08:55:38 
| ran poetry update
| 
* 3d86740 - mkashwin@gmail.com - 2024-09-10 08:51:49 
| ran poetry update
| 
* 9e1fe1a - dependabot[bot] - 2024-09-09 08:52:19 
| Bump yarl from 1.9.11 to 1.11.0 in /07_uns_graphql (#1151)
| 
* b096e47 - dependabot[bot] - 2024-09-09 08:52:12 
| Bump yarl from 1.9.11 to 1.11.0 (#1143)
| 
* b8c8edc - dependabot[bot] - 2024-09-09 08:51:23 
| Bump fastapi from 0.112.3 to 0.114.0 in /07_uns_graphql (#1152)
| 
* 81c1d06 - dependabot[bot] - 2024-09-09 08:51:07 
| Bump fastapi from 0.112.3 to 0.114.0 (#1145)
| 
* 664daeb - dependabot[bot] - 2024-09-09 08:50:04 
| Bump ruff from 0.6.3 to 0.6.4 (#1146)
| 
* 76f83f6 - dependabot[bot] - 2024-09-09 08:49:53 
| Bump ruff from 0.6.3 to 0.6.4 in /04_uns_historian (#1149)
| 
* b97bb2b - dependabot[bot] - 2024-09-09 08:49:41 
| Bump ruff from 0.6.3 to 0.6.4 in /05_sparkplugb (#1148)
| 
* 0c7d4dc - dependabot[bot] - 2024-09-09 08:49:29 
| Bump ruff from 0.6.3 to 0.6.4 in /07_uns_graphql (#1153)
| 
* bb17e98 - dependabot[bot] - 2024-09-09 08:49:13 
| Bump ruff from 0.6.3 to 0.6.4 in /02_mqtt-cluster (#1157)
| 
* 9a6da6e - dependabot[bot] - 2024-09-09 08:49:02 
| Bump ruff from 0.6.3 to 0.6.4 in /03_uns_graphdb (#1158)
| 
* b5afc64 - dependabot[bot] - 2024-09-09 08:48:46 
| Bump ruff from 0.6.3 to 0.6.4 in /06_uns_kafka (#1161)
| 
* 7208156 - dependabot[bot] - 2024-09-09 08:47:48 
| Bump pydantic from 2.8.2 to 2.9.0 in /07_uns_graphql (#1155)
| 
* 9449031 - dependabot[bot] - 2024-09-09 08:47:41 
| Bump pydantic from 2.8.2 to 2.9.0 in /06_uns_kafka (#1160)
| 
* 5807143 - dependabot[bot] - 2024-09-09 08:47:35 
| Bump pydantic from 2.8.2 to 2.9.0 in /05_sparkplugb (#1147)
| 
* 13c5853 - dependabot[bot] - 2024-09-09 08:47:28 
| Bump pydantic from 2.8.2 to 2.9.0 in /04_uns_historian (#1150)
| 
* 962c410 - dependabot[bot] - 2024-09-09 08:47:22 
| Bump pydantic from 2.8.2 to 2.9.0 in /03_uns_graphdb (#1159)
| 
* 4a80193 - dependabot[bot] - 2024-09-09 08:47:16 
| Bump pydantic from 2.8.2 to 2.9.0 in /02_mqtt-cluster (#1156)
| 
* c81e1bc - dependabot[bot] - 2024-09-09 08:47:10 
| Bump pydantic from 2.8.2 to 2.9.0 (#1144)
| 
* 19360b3 - dependabot[bot] - 2024-09-09 08:47:03 
| Bump starlette from 0.38.4 to 0.38.5 (#1142)
| 
* e74e3c8 - dependabot[bot] - 2024-09-09 08:46:57 
| Bump starlette from 0.38.4 to 0.38.5 in /07_uns_graphql (#1154)
| 
* c17a42e - mkashwin@gmail.com - 2024-09-05 12:58:12 
| bumped to LIBRDKAFKA VER "2.5.3"
| 
* 4b1140c - mkashwin@gmail.com - 2024-09-05 12:45:24 
| ran poetry update
| 
* 3e31e77 - dependabot[bot] - 2024-09-04 08:31:11 
| Bump cryptography from 43.0.0 to 43.0.1 in the pip group (#1140)
| Bumps the pip group with 1 update:
| [cryptography](https://github.com/pyca/cryptography).
| 
| Updates `cryptography` from 43.0.0 to 43.0.1
| <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>43.0.1 - 2024-09-03</p>
| <pre><code>
| * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
| 3.3.2.
| <p>.. _v43-0-0:<br />
| </code></pre></p>
| </blockquote>
| </details>
| <details>
| <summary>Commits</summary>
| <ul>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/a7733878281ca261c4ada04022fc706ba5de9d8b"><code>a773387</code></a>
| bump for 43.0.1 (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11533">#11533</a>)</li>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/0393fef5758e55e3c7b3a3e6e5b77821c594a87f"><code>0393fef</code></a>
| Backport setuptools version ban (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11526">#11526</a>)</li>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/6687bab97aef31d6ee6cc94ecc87a972137b5d4a"><code>6687bab</code></a>
| Bump openssl from 0.10.65 to 0.10.66 in /src/rust (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11320">#11320</a>)
| (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11324">#11324</a>)</li>
| <li>See full diff in <a
|
href="https://github.com/pyca/cryptography/compare/43.0.0...43.0.1">compare
| view</a></li>
| </ul>
| </details>
| <br />
| 
| 
| [![Dependabot compatibility
|
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cryptography&package-manager=pip&previous-version=43.0.0&new-version=43.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
| 
| Dependabot will resolve any conflicts with this PR as long as you
don't
| alter it yourself. You can also trigger a rebase manually by
commenting
| `@dependabot rebase`.
| 
| [//]: # (dependabot-automerge-start)
| [//]: # (dependabot-automerge-end)
| 
| ---
| 
| <details>
| <summary>Dependabot commands and options</summary>
| <br />
| 
| You can trigger Dependabot actions by commenting on this PR:
| - `@dependabot rebase` will rebase this PR
| - `@dependabot recreate` will recreate this PR, overwriting any edits
| that have been made to it
| - `@dependabot merge` will merge this PR after your CI passes on it
| - `@dependabot squash and merge` will squash and merge this PR after
| your CI passes on it
| - `@dependabot cancel merge` will cancel a previously requested merge
| and block automerging
| - `@dependabot reopen` will reopen this PR if it is closed
| - `@dependabot close` will close this PR and stop Dependabot
recreating
| it. You can achieve the same result by closing it manually
| - `@dependabot show <dependency name> ignore conditions` will show all
| of the ignore conditions of the specified dependency
| - `@dependabot ignore <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
| You can disable automated security fix PRs for this repo from the
| [Security Alerts
| page](https://github.com/mkashwin/unifiednamespace/network/alerts).
| 
| </details>
| 
| Signed-off-by: dependabot[bot] <support@github.com>
| Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
* 8e51110 - dependabot[bot] - 2024-09-04 08:30:32 
| Bump the pip group across 6 directories with 1 update (#1141)
| Bumps the pip group with 1 update in the /02_mqtt-cluster directory:
| [cryptography](https://github.com/pyca/cryptography).
| Bumps the pip group with 1 update in the /03_uns_graphdb directory:
| [cryptography](https://github.com/pyca/cryptography).
| Bumps the pip group with 1 update in the /04_uns_historian directory:
| [cryptography](https://github.com/pyca/cryptography).
| Bumps the pip group with 1 update in the /05_sparkplugb directory:
| [cryptography](https://github.com/pyca/cryptography).
| Bumps the pip group with 1 update in the /06_uns_kafka directory:
| [cryptography](https://github.com/pyca/cryptography).
| Bumps the pip group with 1 update in the /07_uns_graphql directory:
| [cryptography](https://github.com/pyca/cryptography).
| 
| Updates `cryptography` from 43.0.0 to 43.0.1
| <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>43.0.1 - 2024-09-03</p>
| <pre><code>
| * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
| 3.3.2.
| <p>.. _v43-0-0:<br />
| </code></pre></p>
| </blockquote>
| </details>
| <details>
| <summary>Commits</summary>
| <ul>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/a7733878281ca261c4ada04022fc706ba5de9d8b"><code>a773387</code></a>
| bump for 43.0.1 (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11533">#11533</a>)</li>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/0393fef5758e55e3c7b3a3e6e5b77821c594a87f"><code>0393fef</code></a>
| Backport setuptools version ban (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11526">#11526</a>)</li>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/6687bab97aef31d6ee6cc94ecc87a972137b5d4a"><code>6687bab</code></a>
| Bump openssl from 0.10.65 to 0.10.66 in /src/rust (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11320">#11320</a>)
| (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11324">#11324</a>)</li>
| <li>See full diff in <a
|
href="https://github.com/pyca/cryptography/compare/43.0.0...43.0.1">compare
| view</a></li>
| </ul>
| </details>
| <br />
| 
| Updates `cryptography` from 43.0.0 to 43.0.1
| <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>43.0.1 - 2024-09-03</p>
| <pre><code>
| * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
| 3.3.2.
| <p>.. _v43-0-0:<br />
| </code></pre></p>
| </blockquote>
| </details>
| <details>
| <summary>Commits</summary>
| <ul>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/a7733878281ca261c4ada04022fc706ba5de9d8b"><code>a773387</code></a>
| bump for 43.0.1 (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11533">#11533</a>)</li>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/0393fef5758e55e3c7b3a3e6e5b77821c594a87f"><code>0393fef</code></a>
| Backport setuptools version ban (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11526">#11526</a>)</li>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/6687bab97aef31d6ee6cc94ecc87a972137b5d4a"><code>6687bab</code></a>
| Bump openssl from 0.10.65 to 0.10.66 in /src/rust (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11320">#11320</a>)
| (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11324">#11324</a>)</li>
| <li>See full diff in <a
|
href="https://github.com/pyca/cryptography/compare/43.0.0...43.0.1">compare
| view</a></li>
| </ul>
| </details>
| <br />
| 
| Updates `cryptography` from 43.0.0 to 43.0.1
| <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>43.0.1 - 2024-09-03</p>
| <pre><code>
| * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
| 3.3.2.
| <p>.. _v43-0-0:<br />
| </code></pre></p>
| </blockquote>
| </details>
| <details>
| <summary>Commits</summary>
| <ul>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/a7733878281ca261c4ada04022fc706ba5de9d8b"><code>a773387</code></a>
| bump for 43.0.1 (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11533">#11533</a>)</li>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/0393fef5758e55e3c7b3a3e6e5b77821c594a87f"><code>0393fef</code></a>
| Backport setuptools version ban (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11526">#11526</a>)</li>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/6687bab97aef31d6ee6cc94ecc87a972137b5d4a"><code>6687bab</code></a>
| Bump openssl from 0.10.65 to 0.10.66 in /src/rust (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11320">#11320</a>)
| (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11324">#11324</a>)</li>
| <li>See full diff in <a
|
href="https://github.com/pyca/cryptography/compare/43.0.0...43.0.1">compare
| view</a></li>
| </ul>
| </details>
| <br />
| 
| Updates `cryptography` from 43.0.0 to 43.0.1
| <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>43.0.1 - 2024-09-03</p>
| <pre><code>
| * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
| 3.3.2.
| <p>.. _v43-0-0:<br />
| </code></pre></p>
| </blockquote>
| </details>
| <details>
| <summary>Commits</summary>
| <ul>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/a7733878281ca261c4ada04022fc706ba5de9d8b"><code>a773387</code></a>
| bump for 43.0.1 (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11533">#11533</a>)</li>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/0393fef5758e55e3c7b3a3e6e5b77821c594a87f"><code>0393fef</code></a>
| Backport setuptools version ban (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11526">#11526</a>)</li>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/6687bab97aef31d6ee6cc94ecc87a972137b5d4a"><code>6687bab</code></a>
| Bump openssl from 0.10.65 to 0.10.66 in /src/rust (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11320">#11320</a>)
| (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11324">#11324</a>)</li>
| <li>See full diff in <a
|
href="https://github.com/pyca/cryptography/compare/43.0.0...43.0.1">compare
| view</a></li>
| </ul>
| </details>
| <br />
| 
| Updates `cryptography` from 43.0.0 to 43.0.1
| <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>43.0.1 - 2024-09-03</p>
| <pre><code>
| * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
| 3.3.2.
| <p>.. _v43-0-0:<br />
| </code></pre></p>
| </blockquote>
| </details>
| <details>
| <summary>Commits</summary>
| <ul>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/a7733878281ca261c4ada04022fc706ba5de9d8b"><code>a773387</code></a>
| bump for 43.0.1 (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11533">#11533</a>)</li>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/0393fef5758e55e3c7b3a3e6e5b77821c594a87f"><code>0393fef</code></a>
| Backport setuptools version ban (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11526">#11526</a>)</li>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/6687bab97aef31d6ee6cc94ecc87a972137b5d4a"><code>6687bab</code></a>
| Bump openssl from 0.10.65 to 0.10.66 in /src/rust (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11320">#11320</a>)
| (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11324">#11324</a>)</li>
| <li>See full diff in <a
|
href="https://github.com/pyca/cryptography/compare/43.0.0...43.0.1">compare
| view</a></li>
| </ul>
| </details>
| <br />
| 
| Updates `cryptography` from 43.0.0 to 43.0.1
| <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>43.0.1 - 2024-09-03</p>
| <pre><code>
| * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
| 3.3.2.
| <p>.. _v43-0-0:<br />
| </code></pre></p>
| </blockquote>
| </details>
| <details>
| <summary>Commits</summary>
| <ul>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/a7733878281ca261c4ada04022fc706ba5de9d8b"><code>a773387</code></a>
| bump for 43.0.1 (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11533">#11533</a>)</li>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/0393fef5758e55e3c7b3a3e6e5b77821c594a87f"><code>0393fef</code></a>
| Backport setuptools version ban (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11526">#11526</a>)</li>
| <li><a
|
href="https://github.com/pyca/cryptography/commit/6687bab97aef31d6ee6cc94ecc87a972137b5d4a"><code>6687bab</code></a>
| Bump openssl from 0.10.65 to 0.10.66 in /src/rust (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11320">#11320</a>)
| (<a
|
href="https://redirect.github.com/pyca/cryptography/issues/11324">#11324</a>)</li>
| <li>See full diff in <a
|
href="https://github.com/pyca/cryptography/compare/43.0.0...43.0.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`.
| 
| [//]: # (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
| You can disable automated security fix PRs for this repo from the
| [Security Alerts
| page](https://github.com/mkashwin/unifiednamespace/network/alerts).
| 
| </details>
| 
| Signed-off-by: dependabot[bot] <support@github.com>
| Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
* 27caf64 - mkashwin@gmail.com - 2024-09-02 09:01:55 
| Updating strawberry-graphql (0.237.3 -> 0.239.0)
| 
* d394d1e - dependabot[bot] - 2024-09-02 08:19:55 
| Bump starlette from 0.38.3 to 0.38.4 in /07_uns_graphql (#1135)
| 
* db326d8 - dependabot[bot] - 2024-09-02 08:19:46 
| Bump starlette from 0.38.3 to 0.38.4 (#1139)
| 
* 171258e - dependabot[bot] - 2024-09-02 08:19:35 
| Bump yarl from 1.9.6 to 1.9.7 (#1138)
| 
* 4e78f42 - dependabot[bot] - 2024-09-02 08:19:28 
| Bump yarl from 1.9.6 to 1.9.7 in /07_uns_graphql (#1137)
| 
* e5bd2a4 - dependabot[bot] - 2024-09-02 08:19:20 
| Bump strawberry-graphql from 0.237.3 to 0.239.0 in /07_uns_graphql
(#1136)
| 
* 86d87cc - github-actions[bot] - 2024-09-01 10:53:00 
| Updating protocol buffers version to v28.0 (#1134)
| * 64edebc - Github Actions - 2024-09-01 02:10:26 
|   Upgrade to  protocol buffer release v28.0
| 
| ---------
| 
| Co-authored-by: Github Actions <actions@github.com>
| Co-authored-by: Ashwin Krishnan
<36015265+mkashwin@users.noreply.github.com>
* 697e53f - Ashwin Krishnan - 2024-08-26 20:27:40 
| - Updating idna (3.7 -> 3.8) - Updating rich (13.7.1 -> 13.8.0) -
Updating aiohappyeyeballs (2.3.7 -> 2.4.0) - Updating fastapi (0.112.1
-> 0.112.2) - Updating typer (0.12.4 -> 0.12.5) - Updating websockets
(12.0 -> 13.0) - Updating aiohttp (3.10.4 -> 3.10.5) - Updating
marshmallow (3.21.3 -> 3.22.0) - Updating authlib (1.3.1 -> 1.3.2) -
Updating safety-schemas (0.0.3 -> 0.0.5) - Updating setuptools (72.2.0
-> 73.0.1) - Updating ruff (0.6.1 -> 0.6.2)
| 
* 717d098 - dependabot[bot] - 2024-08-26 18:25:43 
| Bump setuptools from 72.2.0 to 73.0.1 in /06_uns_kafka (#1106)
| 
* f3e0fe0 - dependabot[bot] - 2024-08-26 18:15:13 
| Bump marshmallow from 3.21.3 to 3.22.0 in /02_mqtt-cluster (#1113)
| 
* 2d7a1f1 - dependabot[bot] - 2024-08-26 17:42:33 
| Bump safety-schemas from 0.0.3 to 0.0.5 in /06_uns_kafka (#1108)
| 
* 4ee8698 - dependabot[bot] - 2024-08-26 17:20:41 
| Bump safety from 3.2.5 to 3.2.6 in /04_uns_historian (#1103)
| 
* cb48238 - dependabot[bot] - 2024-08-26 17:17:39 
| Bump authlib from 1.3.1 to 1.3.2 in /05_sparkplugb (#1120)
| 
* 11c5fae - dependabot[bot] - 2024-08-26 17:10:41 
| Bump typer from 0.12.4 to 0.12.5 in /03_uns_graphdb (#1127)
| 
* 12e9115 - dependabot[bot] - 2024-08-26 17:09:43 
| Bump setuptools from 72.2.0 to 73.0.1 in /07_uns_graphql (#1130)
| 
* 1f1eb27 - dependabot[bot] - 2024-08-26 17:06:31 
| Bump safety from 3.2.5 to 3.2.6 in /02_mqtt-cluster (#1116)
| 
* 291f311 - dependabot[bot] - 2024-08-26 15:43:59 
| Bump idna from 3.7 to 3.8 (#1119)
| 
* f36030d - dependabot[bot] - 2024-08-26 15:37:33 
| Bump ruff from 0.6.1 to 0.6.2 in /06_uns_kafka (#1107)
| 
* 44f1060 - dependabot[bot] - 2024-08-26 15:26:48 
| Bump idna from 3.7 to 3.8 in /05_sparkplugb (#1121)
| 
* 519c038 - dependabot[bot] - 2024-08-26 15:24:30 
| Bump setuptools from 72.2.0 to 73.0.1 in /02_mqtt-cluster (#1111)
| 
* 9a8659c - dependabot[bot] - 2024-08-26 15:23:49 
| Bump authlib from 1.3.1 to 1.3.2 in /03_uns_graphdb (#1126)
| 
* 6188e02 - dependabot[bot] - 2024-08-26 15:23:42 
| Bump websockets from 12.0 to 13.0 in /07_uns_graphql (#1129)
| 
* a30178b - dependabot[bot] - 2024-08-26 15:20:02 
| Bump safety-schemas from 0.0.3 to 0.0.5 in /07_uns_graphql (#1131)
| 
* ec89667 - dependabot[bot] - 2024-08-26 15:17:07 
| Bump safety from 3.2.5 to 3.2.6 in /05_sparkplugb (#1122)
| 
* 25e3612 - dependabot[bot] - 2024-08-26 15:14:44 
| Bump ruff from 0.6.1 to 0.6.2 in /04_uns_historian (#1101)
| 
* 9bc8ae9 - dependabot[bot] - 2024-08-26 15:06:57 
| Bump typer from 0.12.4 to 0.12.5 in /05_sparkplugb (#1123)
| 
* a660f2a - dependabot[bot] - 2024-08-26 12:14:16 
| Bump marshmallow from 3.21.3 to 3.22.0 in /03_uns_graphdb (#1128)
| 
* 3035d08 - dependabot[bot] - 2024-08-26 12:10:10 
| Bump pytest-asyncio from 0.23.8 to 0.24.0 in /07_uns_graphql (#1132)
| 
* 627025e - dependabot[bot] - 2024-08-26 12:09:56 
| Bump fastapi from 0.112.1 to 0.112.2 in /07_uns_graphql (#1133)
| 
* 4fca31a - dependabot[bot] - 2024-08-26 12:09:07 
| Bump idna from 3.7 to 3.8 in /03_uns_graphdb (#1125)
| 
* e924458 - dependabot[bot] - 2024-08-26 12:08:51 
| Bump safety from 3.2.5 to 3.2.6 in /03_uns_graphdb (#1124)
| 
* cea88c4 - dependabot[bot] - 2024-08-26 12:06:08 
| Bump fastapi from 0.112.1 to 0.112.2 (#1118)
| 
* a3ab3e9 - dependabot[bot] - 2024-08-26 12:05:53 
| Bump safety-schemas from 0.0.3 to 0.0.5 in /05_sparkplugb (#1117)
| 
* 6e57c36 - dependabot[bot] - 2024-08-26 12:04:07 
| Bump websockets from 12.0 to 13.0 (#1114)
| 
* 93c7cbe - dependabot[bot] - 2024-08-26 12:03:34 
| Bump aiohappyeyeballs from 2.3.7 to 2.4.0 (#1112)
| 
* f18b7f9 - dependabot[bot] - 2024-08-26 12:02:37 
| Bump ruff from 0.6.1 to 0.6.2 (#1110)
| 
* 07a8d77 - dependabot[bot] - 2024-08-26 12:02:22 
| Bump idna from 3.7 to 3.8 in /02_mqtt-cluster (#1109)
| 
* 1a52fc8 - dependabot[bot] - 2024-08-26 12:01:08 
| Bump authlib from 1.3.1 to 1.3.2 in /06_uns_kafka (#1105)
| 
* d3ddbba - dependabot[bot] - 2024-08-26 12:00:54 
| Bump typer from 0.12.4 to 0.12.5 in /06_uns_kafka (#1104)
| 
* f3a236c - dependabot[bot] - 2024-08-26 11:59:50 
| Bump typer from 0.12.4 to 0.12.5 in /04_uns_historian (#1102)
| 
* ab94733 - dependabot[bot] - 2024-08-26 11:59:12 
| Bump setuptools from 72.2.0 to 73.0.1 in /04_uns_historian (#1100)
| 
* 0da6abd - dependabot[bot] - 2024-08-26 11:58:56 
| Bump safety-schemas from 0.0.3 to 0.0.5 in /04_uns_historian (#1099)
| 
* 91d068c - dependabot[bot] - 2024-08-19 12:28:32 
| Bump ruff from 0.5.7 to 0.6.1 in /04_uns_historian (#1097)
| 
* 5f99b4f - dependabot[bot] - 2024-08-19 12:28:17 
| Bump ruff from 0.5.7 to 0.6.1 in /05_sparkplugb (#1095)
| 
* f13af11 - dependabot[bot] - 2024-08-19 12:28:06 
| Bump ruff from 0.5.7 to 0.6.1 in /03_uns_graphdb (#1093)
| 
* 2030959 - dependabot[bot] - 2024-08-19 12:27:49 
| Bump ruff from 0.5.7 to 0.6.1 in /06_uns_kafka (#1092)
| 
* 5526090 - dependabot[bot] - 2024-08-19 12:27:36 
| Bump ruff from 0.5.7 to 0.6.1 in /02_mqtt-cluster (#1089)
| 
* d371d4b - dependabot[bot] - 2024-08-19 12:27:25 
| Bump ruff from 0.5.7 to 0.6.1 in /07_uns_graphql (#1087)
| 
* 42906d4 - dependabot[bot] - 2024-08-19 12:27:11 
| Bump ruff from 0.5.7 to 0.6.1 (#1085)
| 
* e7346d6 - Ashwin Krishnan - 2024-08-19 05:52:13 
- Updating starlette (0.37.2 -> 0.38.2) - Updating aiohappyeyeballs
(2.3.5 -> 2.3.7) - Updating fastapi (0.112.0 -> 0.112.1) - Updating
typer (0.12.3 -> 0.12.4) - Updating uvloop (0.19.0 -> 0.20.0) - Updating
aiohttp (3.10.3 -> 3.10.4) - Updating setuptools (72.1.0 -> 72.2.0) -
Updating uvicorn (0.30.5 -> 0.30.6)

---------

Co-authored-by: Ashwin Krishnan <mkashwin@gmail.com>
Co-authored-by: Ashwin Krishnan <36015265+mkashwin@users.noreply.github.com>
ms-lolo pushed a commit to microsoft/rats that referenced this pull request Oct 1, 2024
…irectory with 4 updates (#330)

Bumps the package-dependencies group with 4 updates in the /rats
directory: [pyright](https://github.com/RobertCraigie/pyright-python),
[pytest](https://github.com/pytest-dev/pytest),
[setuptools](https://github.com/pypa/setuptools) and
[ruff](https://github.com/astral-sh/ruff).

Updates `pyright` from 1.1.376 to 1.1.382.post1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/RobertCraigie/pyright-python/releases">pyright's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.382.post1</h2>
<p>No release notes provided.</p>
<h2>v1.1.382.post0</h2>
<p>This release fixes a regression with <code>nodeenv</code> support in
the <code>v1.1.382</code> release</p>
<h2>v1.1.382</h2>
<p>No release notes provided.</p>
<h2>v1.1.381</h2>
<p>No release notes provided.</p>
<h2>v1.1.380</h2>
<p>No release notes provided.</p>
<h2>v1.1.379</h2>
<p>No release notes provided.</p>
<h2>v1.1.378</h2>
<p>No release notes provided.</p>
<h2>v1.1.377</h2>
<p>No release notes provided.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/74d008809f97db1400a934b60c691a31f0cb6af3"><code>74d0088</code></a>
chore: release v1.1.382.post1 (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/310">#310</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/1ce7b237f3288d533e36c4564569e2b4b9cba447"><code>1ce7b23</code></a>
fix: avoid warning for .post versions (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/309">#309</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/c61cac83b57a8b52280ad2493f6c5d633d8be8ef"><code>c61cac8</code></a>
chore: release v1.1.382.post0 (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/307">#307</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/f8e738397b237b3caa58d174fb94e2a4c887bd38"><code>f8e7383</code></a>
CI: correct setup for nodeenv testing (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/306">#306</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/276e381d86df9da5a240f966107f485e594bc64a"><code>276e381</code></a>
fix: correct nodeenv environment (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/305">#305</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/05e4563350ad8c9b4a0b43a26eaf80953bb0f095"><code>05e4563</code></a>
Pyright NPM Package update to 1.1.382 (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/303">#303</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/0bf95f92cb33995e4429ba1e6fd5712bef976229"><code>0bf95f9</code></a>
refactor(internal): switch to src dir (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/301">#301</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/f4beb25cfebde2357e51483d93259ad850c7073e"><code>f4beb25</code></a>
feat(cli): mention nodejs extra if nodeenv install fails</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/e2d0748d4afe19a3af78b58422dba11a631484a7"><code>e2d0748</code></a>
feat: add support for nodejs-wheel</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/9edbff05cc81d521063d6e98ef317670e8ef651a"><code>9edbff0</code></a>
chore(internal): fix dev requirements</li>
<li>Additional commits viewable in <a
href="https://github.com/RobertCraigie/pyright-python/compare/v1.1.376...v1.1.382.post1">compare
view</a></li>
</ul>
</details>
<br />

Updates `pytest` from 8.3.2 to 8.3.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>8.3.3</h2>
<h1>pytest 8.3.3 (2024-09-09)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12446">#12446</a>:
Avoid calling <code>@Property</code> (and other instance descriptors)
during fixture discovery -- by <code>asottile</code>{.interpreted-text
role=&quot;user&quot;}</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12659">#12659</a>:
Fixed the issue of not displaying assertion failure differences when
using the parameter <code>--import-mode=importlib</code> in
pytest&gt;=8.1.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12667">#12667</a>:
Fixed a regression where type change in
[ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to
fail.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12744">#12744</a>:
Fixed typing compatibility with Python 3.9 or less -- replaced
[typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} --
by <code>Avasam</code>{.interpreted-text role=&quot;user&quot;}</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12745">#12745</a>:
Fixed an issue with backslashes being incorrectly converted in nodeid
paths on Windows, ensuring consistent path handling across
environments.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/6682">#6682</a>:
Fixed bug where the verbosity levels where not being respected when
printing the &quot;msg&quot; part of failed assertion (as in
<code>assert condition, msg</code>).</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/9422">#9422</a>:
Fix bug where disabling the terminal plugin via <code>-p
no:terminal</code> would cause crashes related to missing the
<code>verbose</code> option.</p>
<p>-- by <code>GTowers1</code>{.interpreted-text
role=&quot;user&quot;}</p>
</li>
</ul>
<h2>Improved documentation</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12663">#12663</a>:
Clarify that the [pytest_deselected]{.title-ref} hook should be called
from [pytest_collection_modifyitems]{.title-ref} hook implementations
when items are deselected.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12678">#12678</a>:
Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref}
example in docs.</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>:
Fix typos discovered by codespell and add codespell to pre-commit
hooks.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/commit/d0f136fe64f9374f18a04562305b178fb380d1ec"><code>d0f136f</code></a>
build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12790">#12790</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/972f307c7861ae498e705d3d12e003fa4b035ac0"><code>972f307</code></a>
Prepare release version 8.3.3</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/0dabdcfe4de99147a07bd577804b60818ea25bc4"><code>0dabdcf</code></a>
Include co-authors in release announcement (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12795">#12795</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12797">#12797</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/a9910a413a691e1b216e2235a9cbec0921117702"><code>a9910a4</code></a>
Do not discover properties when iterating fixtures (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12781">#12781</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12788">#12788</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/0f10b6b0d8138d3539de75cb7b2e33167b6fc882"><code>0f10b6b</code></a>
Fix issue with slashes being turned into backslashes on Windows (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12760">#12760</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12">#12</a>...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/300d13d2231db85186729c2091ea33480cb39c1a"><code>300d13d</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12785">#12785</a>
from pytest-dev/patchback/backports/8.3.x/57cccf7f4...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/e5d32c73abcf4fa1362b15aaf660074de8f710d4"><code>e5d32c7</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12784">#12784</a>
from svenevs/fix/docs-example-parametrize-minor-typo</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/bc913d194ec009699194b016ca619d5ae7f22c91"><code>bc913d1</code></a>
Streamline checks for verbose option (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12706">#12706</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12778">#12778</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/01cfcc9f2dda817b25511772593012fd93e092d0"><code>01cfcc9</code></a>
Fix typos and introduce codespell pre-commit hook (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12774">#12774</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/4873394d53635ef62d1915d23972ed4281a784eb"><code>4873394</code></a>
doc: Remove past training (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12772">#12772</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12773">#12773</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `setuptools` from 72.2.0 to 75.1.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's
changelog</a>.</em></p>
<blockquote>
<h1>v75.1.0</h1>
<h2>Features</h2>
<ul>
<li>Deprecated <code>bdist_wheel.universal</code> configuration. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4617">#4617</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Removed reference to upload_docs module in entry points. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4650">#4650</a>)</li>
</ul>
<h1>v75.0.0</h1>
<h2>Features</h2>
<ul>
<li>Declare also the dependencies used by distutils (adds
jaraco.collections).</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Removed upload_docs command. (<a
href="https://redirect.github.com/pypa/setuptools/issues/2971">#2971</a>)</li>
<li><code>pypa/distutils#294</code><a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>)</li>
</ul>
<h1>v74.1.3</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code> -- by
:user:<code>saschanaz</code> and :user:<code>Avasam</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4648">#4648</a>)</li>
</ul>
<h1>v74.1.2</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fixed TypeError in sdist filelist processing by adding support for
pathlib Paths for the build_base. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4615">#4615</a>)</li>
<li>Removed degraded and deprecated <code>test_integration</code>
(easy_install) from the test suite. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4632">#4632</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/3106af0512fe67464a8b5e7524c07fddf7717660"><code>3106af0</code></a>
Bump version: 75.0.0 → 75.1.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/37c3d27f0b1757b7273da4eda837890b8e5dd015"><code>37c3d27</code></a>
Removed reference to upload_docs module in entry points.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/9fb53fd7bdb15b046d720cb979a308e93f0b57ea"><code>9fb53fd</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4617">#4617</a>
from abravalheri/issue-4612</li>
<li><a
href="https://github.com/pypa/setuptools/commit/cd3ba7d7d68aa5503f782c3ccc3464f7cd878655"><code>cd3ba7d</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4644">#4644</a>
from DimitriPapadopoulos/codespell</li>
<li><a
href="https://github.com/pypa/setuptools/commit/5e27b2a6e324e70bd82a045aef8f75c84a3d3b28"><code>5e27b2a</code></a>
Bump version: 74.1.3 → 75.0.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/af9e245b57ef78fce03c7e28a0189388d8e4de18"><code>af9e245</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>
from pypa/feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/f15861e3ae2fb8a74efc528fa25754c329090611"><code>f15861e</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ce01828b6894c4597609da54fd343ea1aabfec84"><code>ce01828</code></a>
Merge <a
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a>
into feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/378984e02edae91d5f49425da8436f8dd9152b8a"><code>378984e</code></a>
Remove news fragments, not useful here.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ffdf0bd160ebf6acc1a0790ec1cb72d7da8968c4"><code>ffdf0bd</code></a>
Merge tag 'v74.1.3'</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v72.2.0...v75.1.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `ruff` from 0.6.1 to 0.6.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/releases">ruff's
releases</a>.</em></p>
<blockquote>
<h2>0.6.8</h2>
<h2>Release Notes</h2>
<h3>Preview features</h3>
<ul>
<li>Remove unnecessary parentheses around <code>match case</code>
clauses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13510">#13510</a>)</li>
<li>Parenthesize overlong <code>if</code> guards in
<code>match..case</code> clauses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13513">#13513</a>)</li>
<li>Detect basic wildcard imports in <code>ruff analyze graph</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13486">#13486</a>)</li>
<li>[<code>pylint</code>] Implement
<code>boolean-chained-comparison</code> (<code>R1716</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13435">#13435</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>lake8-simplify</code>] Detect <code>SIM910</code> when using
variadic keyword arguments, i.e., <code>**kwargs</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13503">#13503</a>)</li>
<li>[<code>pyupgrade</code>] Avoid false negatives with non-reference
shadowed bindings of loop variables (<code>UP028</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13504">#13504</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Detect tuples bound to variadic positional arguments i.e.
<code>*args</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13512">#13512</a>)</li>
<li>Exit gracefully on broken pipe errors (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13485">#13485</a>)</li>
<li>Avoid panic when analyze graph hits broken pipe (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13484">#13484</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Reuse <code>BTreeSets</code> in module resolver (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13440">#13440</a>)</li>
<li>Skip traversal for non-compound statements (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13441">#13441</a>)</li>
</ul>
<h2>Contributors</h2>
<ul>
<li><a
href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li>
<li><a
href="https://github.com/TomerBin"><code>@​TomerBin</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li>
<li><a
href="https://github.com/diceroll123"><code>@​diceroll123</code></a></li>
<li><a href="https://github.com/dylwil3"><code>@​dylwil3</code></a></li>
<li><a href="https://github.com/haarisr"><code>@​haarisr</code></a></li>
<li><a
href="https://github.com/renovate"><code>@​renovate</code></a></li>
<li><a
href="https://github.com/sbrugman"><code>@​sbrugman</code></a></li>
<li><a
href="https://github.com/vincevannoort"><code>@​vincevannoort</code></a></li>
<li><a href="https://github.com/zanieb"><code>@​zanieb</code></a></li>
</ul>
<h2>Install ruff 0.6.8</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/astral-sh/ruff/releases/download/0.6.8/ruff-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's
changelog</a>.</em></p>
<blockquote>
<h2>0.6.8</h2>
<h3>Preview features</h3>
<ul>
<li>Remove unnecessary parentheses around <code>match case</code>
clauses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13510">#13510</a>)</li>
<li>Parenthesize overlong <code>if</code> guards in
<code>match..case</code> clauses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13513">#13513</a>)</li>
<li>Detect basic wildcard imports in <code>ruff analyze graph</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13486">#13486</a>)</li>
<li>[<code>pylint</code>] Implement
<code>boolean-chained-comparison</code> (<code>R1716</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13435">#13435</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>lake8-simplify</code>] Detect <code>SIM910</code> when using
variadic keyword arguments, i.e., <code>**kwargs</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13503">#13503</a>)</li>
<li>[<code>pyupgrade</code>] Avoid false negatives with non-reference
shadowed bindings of loop variables (<code>UP028</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13504">#13504</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Detect tuples bound to variadic positional arguments i.e.
<code>*args</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13512">#13512</a>)</li>
<li>Exit gracefully on broken pipe errors (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13485">#13485</a>)</li>
<li>Avoid panic when analyze graph hits broken pipe (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13484">#13484</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Reuse <code>BTreeSets</code> in module resolver (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13440">#13440</a>)</li>
<li>Skip traversal for non-compound statements (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13441">#13441</a>)</li>
</ul>
<h2>0.6.7</h2>
<h3>Preview features</h3>
<ul>
<li>Add Python version support to ruff analyze CLI (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13426">#13426</a>)</li>
<li>Add <code>exclude</code> support to <code>ruff analyze</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13425">#13425</a>)</li>
<li>Fix parentheses around return type annotations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13381">#13381</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>pycodestyle</code>] Fix: Don't autofix if the first line ends
in a question mark? (D400) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13399">#13399</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Respect <code>lint.exclude</code> in ruff check
<code>--add-noqa</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13427">#13427</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Avoid tracking module resolver files in Salsa (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13437">#13437</a>)</li>
<li>Use <code>forget</code> for module resolver database (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13438">#13438</a>)</li>
</ul>
<h2>0.6.6</h2>
<h3>Preview features</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/ae39ce56c0cc1f8ac15f980c0b457b16b67c1f2a"><code>ae39ce5</code></a>
Bump version to 0.6.8 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13522">#13522</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/ff2d214e112e7c1183a818cccb8d66b014eee0e7"><code>ff2d214</code></a>
Don't skip over imports and other nodes containing nested statements in
impor...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/9442cd8fae338e869a0be92b3b17b8dda3562238"><code>9442cd8</code></a>
Parenthesize <code>match..case</code> <code>if</code> guards (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13513">#13513</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/8012707348aac296124542b5e5217b1ec833fb7b"><code>8012707</code></a>
Align formatting of patterns in match-cases with expression formatting
in cla...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/d7ffe460546164e57c66daee51f53bdcb811eeaf"><code>d7ffe46</code></a>
Disable the <code>typeset</code> plugin (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13517">#13517</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/7c83af419cc04b07e3bafaff8c233a5ffa447daf"><code>7c83af4</code></a>
red-knot: Implement the <code>not</code> operator for all
<code>Type</code> variants (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13432">#13432</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/bbb044ebda2890061dba6ec53d3d55e0932041ba"><code>bbb044e</code></a>
Detect tuples bound to variadic positional arguments i.e.
<code>*args</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13512">#13512</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/481065238b7f90fe756aa6bd989cf9d3973d4654"><code>4810652</code></a>
Avoid UP028 false negatives with non-reference shadowed bindings of loop
vari...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/11f06e0d5524ada77ee6faa5304d25319031f115"><code>11f06e0</code></a>
Detect SIM910 when using variadic keyword arguments, i.e.,
<code>**kwargs</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13503">#13503</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/f27a8b8c7abdd06c6b24b86791db31aa4295a6c7"><code>f27a8b8</code></a>
[internal] <code>ComparableExpr</code> (f)strings and bytes made
invariant under concate...</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/0.6.1...0.6.8">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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant