mint-choc-chip-skyblade / sshd-rando

A randomizer for The Legend of Zelda: Skyward Sword HD
GNU Affero General Public License v3.0
28 stars 7 forks source link

Bump the all-dependencies group across 1 directory with 3 updates #393

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Updates the requirements on cmake, pyinstaller and pillow to permit the latest version. Updates cmake to 3.30.0

Release notes

Sourced from cmake's releases.

3.30.0

This release updates to 3.30, as well as adds attestations visible at https://github.com/scikit-build/cmake-python-distributions/attestations. We also have a new bot to make CMake update PRs for us.

What's Changed

New Contributors

Full Changelog: https://github.com/scikit-build/cmake-python-distributions/compare/3.29.6...3.30.0

Commits


Updates pyinstaller to 6.9.0

Release notes

Sourced from pyinstaller's releases.

v6.9.0

Please see the v6.9.0 section of the changelog for a list of the changes since v6.8.0.

Changelog

Sourced from pyinstaller's changelog.

6.9.0 (2024-07-06)

Bugfix


* (Windows) Work around the problem with ``libgcc_s_dw2-1.dll`` and
  ``libwinpthread-1.dll`` DLLs files not being removed from application's
  temporary directory when building splash-screen-enabled onefile
  application with 32-bit msys2/mingw32 environment. (:issue:`8587`)
* (Windows) Work around the problem with ``VCRUNTIME140.dll`` DLL file not
  being removed from application's temporary directory when building
  splash-screen-enabled onefile application with UPX enabled. (:issue:`7106`)
* Re-allow ``hiddenimports`` with hyphenated names during Analysis (was blocked
  in v6.8.0) (:issue:`8601`)

Hooks


* Add work-around for incompatibility between ``scipy`` and ``numpy`` 2.0.0
  (the ``ModuleNotFoundError: No module named 'numpy.f2py'`` error).
  (:issue:`8622`)
* Update ``django`` hook to account for possibility of the deprecated
  ``DEFAULT_FILE_STORAGE`` setting being set to ``None``. (:issue:`8633`)
* Update ``scipy`` hooks for compatibility with ``scipy`` 1.14.0.
  (:issue:`8622`)

Bootloader
</code></pre>
<ul>
<li>(Windows) Implement last-ditch attempt at force-unloading bundled DLLs
from onefile parent process: if onefile application fails to remove its
temporary directory, it now iterates over all DLLs loaded in the process,
identifies the ones that originate from its temporary directory, and
attempts to force-unload them, before trying to remove the temporary
directory again. This should work around for issues with Tcl/Tk DLLs
used by splash screen, which may load additional DLLs, and fail to
automatically unload them when they are unloaded themselves. (:issue:<code>8587</code>)</li>
<li>Fix the order in which Tcl and Tk shared library are unloaded from the
splash-screen enabled frozen application, to prevent the process from
crashing during application cleanup (observed on Windows). (:issue:<code>8587</code>)</li>
</ul>
<h2>6.8.0 (2024-06-08)</h2>
<p>Bugfix</p>
<pre><code>&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/c7ee9de026c2ed2bf34fc5857347b903baf284c2"><code>c7ee9de</code></a> Release v6.9.0. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/952e69660b69be199c4759b1d65ad831de7b7370"><code>952e696</code></a> hooks: django: fix deprecated DEFAULT_FILE_STORAGE can be None (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/8633">#8633</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/06ab88d7090f4fa338e494b8f08eba2b3f3d648a"><code>06ab88d</code></a> Tests: Requirements: Scheduled weekly dependency update for week 26 (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/8636">#8636</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/5ff9bd2c9d3b433d4b8bc98d8ed846217ac42621"><code>5ff9bd2</code></a> ci: lint: use &quot;ruff check &lt;path&gt;&quot;</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/070c6ea5634388a5abadc53fa7e064c56b630897"><code>070c6ea</code></a> tests: bump numpy to 2.0.0 and scipy to 1.14.0</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/5504816f50fe8fa79434e5f6159579ba3e20e7ff"><code>5504816</code></a> hooks: scipy: add work-around for numpy 2.0.0</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/f90362e7b4d35c01f587a91575e507530e2e9331"><code>f90362e</code></a> hooks: update scipy hooks for compatibility with scipy 1.14.0</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/d56719548452cda8f69c2ede5050eaf226f0c185"><code>d567195</code></a> tests: replace existing scipy tests with per-module import tests</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/c2488c989d23595ad21f3ad5fff90bb982dc538c"><code>c2488c9</code></a> tests: xfail scipy tests only with python 3.12.0</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/3b0e533231b5bd0cbc982ec32afef570a8921f92"><code>3b0e533</code></a> hookutils: copy_metadata: proper error message for zipped eggs</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v6.8.0...v6.9.0">compare view</a></li>
</ul>
</details>

<br />
Updates `pillow` to 10.4.0
Release notes

Sourced from pillow's releases.

10.4.0

https://pillow.readthedocs.io/en/stable/releasenotes/10.4.0.html

Changes

... (truncated)

Changelog

Sourced from pillow's changelog.

10.4.0 (2024-07-01)

  • Raise FileNotFoundError if show_file() path does not exist #8178 [radarhere]

  • Improved reading 16-bit TGA images with colour #7965 [Yay295, radarhere]

  • Deprecate non-image ImageCms modes #8031 [radarhere]

  • Fixed processing multiple JPEG EXIF markers #8127 [radarhere]

  • Do not preserve EXIFIFD tag by default when saving TIFF images #8110 [radarhere]

  • Added ImageFont.load_default_imagefont() #8086 [radarhere]

  • Added Image.WARN_POSSIBLE_FORMATS #8063 [radarhere]

  • Remove zero-byte end padding when parsing any XMP data #8171 [radarhere]

  • Do not detect Ultra HDR images as MPO #8056 [radarhere]

  • Raise SyntaxError specific to JP2 #8146 [Yay295, radarhere]

  • Do not use first frame duration for other frames when saving APNG images #8104 [radarhere]

  • Consider I;16 pixel size when using a 1 mode mask #8112 [radarhere]

  • When saving multiple PNG frames, convert to mode rather than raw mode #8087 [radarhere]

  • Added byte support to FreeTypeFont #8141 [radarhere]

  • Allow float center for rotate operations #8114 [radarhere]

  • Do not read layers immediately when opening PSD images #8039 [radarhere]

... (truncated)

Commits
  • 9b4fae7 10.4.0 version bump
  • b55d74b Update CHANGES.rst [ci skip]
  • 8daf550 Merge pull request #8178 from radarhere/imageshow
  • c6d8c58 Merge pull request #7965 from Yay295/patch-3
  • c9ec76a Raise FileNotFoundError if show_file() path does not exist
  • b48d175 Update CHANGES.rst [ci skip]
  • 4d6dff3 Merge pull request #8031 from radarhere/imagingcms_modes
  • 70b3815 Merge pull request #8127 from radarhere/multiple_exif_markers
  • 88cd6d4 Rearranged comments
  • 41426a6 Merge pull request #8110 from radarhere/exififd
  • Additional commits viewable in compare view

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) ---
Dependabot commands and options
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions