Skip to content

Commit

Permalink
Bump setuptools from 59.6.0 to 67.8.0 (#91)
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 59.6.0 to
67.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/releases">setuptools's
releases</a>.</em></p>
<blockquote>
<h2>v67.8.0</h2>
<p>No release notes provided.</p>
<h2>v67.7.2</h2>
<p>No release notes provided.</p>
<h2>v67.7.1</h2>
<p>No release notes provided.</p>
<h2>v67.7.0</h2>
<p>No release notes provided.</p>
<h2>v67.6.1</h2>
<p>No release notes provided.</p>
<h2>v67.6.0</h2>
<p>No release notes provided.</p>
<h2>v67.5.1</h2>
<p>No release notes provided.</p>
<h2>v67.5.0</h2>
<p>No release notes provided.</p>
<h2>v67.4.0</h2>
<p>No release notes provided.</p>
<h2>v67.3.3</h2>
<p>No release notes provided.</p>
<h2>v67.3.2</h2>
<p>No release notes provided.</p>
<h2>v67.3.1</h2>
<p>No release notes provided.</p>
<h2>v67.2.0</h2>
<p>No release notes provided.</p>
<h2>v67.1.0</h2>
<p>No release notes provided.</p>
<h2>v67.0.0</h2>
<p>No release notes provided.</p>
<h2>v66.1.1</h2>
<p>No release notes provided.</p>
<h2>v66.1.0</h2>
<p>No release notes provided.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/blob/main/CHANGES.rst">setuptools's
changelog</a>.</em></p>
<blockquote>
<h2>v67.8.0</h2>
<p>Changes
^^^^^^^</p>
<ul>
<li><a
href="https://redirect.github.com/pypa/setuptools/issues/3128">#3128</a>:
In deprecated easy_install, reload and merge the pth file before
saving.</li>
</ul>
<p>Misc
^^^^</p>
<ul>
<li><a
href="https://redirect.github.com/pypa/setuptools/issues/3915">#3915</a>:
Adequate tests to the latest changes in <code>virtualenv</code> for
Python 3.12.</li>
</ul>
<h2>v67.7.2</h2>
<p>Misc
^^^^</p>
<ul>
<li><a
href="https://redirect.github.com/pypa/setuptools/issues/3902">#3902</a>:
Fixed wrong URLs used in warnings and logs.</li>
</ul>
<h2>v67.7.1</h2>
<p>Misc
^^^^</p>
<ul>
<li><a
href="https://redirect.github.com/pypa/setuptools/issues/3898">#3898</a>:
Fixes setuptools.dist:invalid_unless_false when value is false don't
raise error -- by :user:<code>jammarher</code></li>
</ul>
<h2>v67.7.0</h2>
<p>Changes
^^^^^^^</p>
<ul>
<li><a
href="https://redirect.github.com/pypa/setuptools/issues/3849">#3849</a>:
Overhaul warning system for better visibility.</li>
</ul>
<p>Documentation changes
^^^^^^^^^^^^^^^^^^^^^</p>
<ul>
<li><a
href="https://redirect.github.com/pypa/setuptools/issues/3859">#3859</a>:
Added a note about historical presence of <code>wheel</code>
in <code>build-system.requires</code>, in
<code>pyproject.toml</code>.</li>
<li><a
href="https://redirect.github.com/pypa/setuptools/issues/3893">#3893</a>:
Improved the documentation example regarding making a thin
:pep:<code>517</code> in-tree
backend wrapper of <code>setuptools.build_meta</code> that is
future-proof and supports
:pep:<code>660</code> hook too -- by :user:<code>webknjaz</code>.</li>
</ul>
<p>Misc
^^^^</p>
<ul>
<li><a
href="https://redirect.github.com/pypa/setuptools/issues/3884">#3884</a>:
Add a <code>stacklevel</code> parameter to <code>warnings.warn()</code>
to provide more information to the user.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/1aed0ff9ba8091f127cd3638bd26661fa0ff8371"><code>1aed0ff</code></a>
Bump version: 67.7.2 → 67.8.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/b3416b0d6f6a2867cb354e9b937df8e51f11f35b"><code>b3416b0</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/3128">#3128</a>
from gst/fix-easy-install-pth-file-not-reloaded-befo...</li>
<li><a
href="https://github.com/pypa/setuptools/commit/89e68d753641346dd84eba89d1d3c03f6144be5d"><code>89e68d7</code></a>
👹 Feed the hobgoblins (delint).</li>
<li><a
href="https://github.com/pypa/setuptools/commit/0294954a7869bee9d351e7f4993a3f2b8796736e"><code>0294954</code></a>
👹 Feed the hobgoblins (delint).</li>
<li><a
href="https://github.com/pypa/setuptools/commit/b60b0079c15624c5e3c419530d7234f3ae1f93f9"><code>b60b007</code></a>
👹 Feed the hobgoblins (delint).</li>
<li><a
href="https://github.com/pypa/setuptools/commit/784fb8f07c9b3ac7f55bcb9264d67a47b0625ab4"><code>784fb8f</code></a>
Add changelog</li>
<li><a
href="https://github.com/pypa/setuptools/commit/e9c4bd5cbf8021e1a9ad4a0b7438e679e3bd9ba4"><code>e9c4bd5</code></a>
Merge branch 'main' into
fix-easy-install-pth-file-not-reloaded-before-save</li>
<li><a
href="https://github.com/pypa/setuptools/commit/98e5aa47690e85cc438b6d1cf82cb1765fd959f7"><code>98e5aa4</code></a>
👹 Feed the hobgoblins (delint).</li>
<li><a
href="https://github.com/pypa/setuptools/commit/8c21342040f7d41088d6db91df5c32c2936de3a0"><code>8c21342</code></a>
⚫ Fade to black.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/e76db4408e40a5c0a218ef6f652454f69c5aca59"><code>e76db44</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/3923">#3923</a>
from pypa/debt/disable-cygwin</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v59.6.0...v67.8.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=59.6.0&new-version=67.8.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 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>
  • Loading branch information
gignsky authored May 24, 2023
2 parents 494394b + 3853279 commit b6a040b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coding-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pandas==2.0.1
tzdata==2023.3
pip-autoremove==0.10.0
pip==23.1.2
setuptools==59.6.0
setuptools==67.8.0
pipdeptree==2.7.1
pylint==2.17.4
astroid==2.15.5
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requests==2.31.0
charset-normalizer==3.1.0
idna==3.4
urllib3==2.0.2
setuptools==59.6.0
setuptools==67.8.0
touch==2020.12.3
values==2020.12.3
wheel==0.40.0

0 comments on commit b6a040b

Please sign in to comment.