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

chore(deps): bump the all group across 1 directory with 6 updates #538

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps the all group with 6 updates in the / directory:

Package From To
copier 9.2.0 9.3.1
jsondiff 2.0.0 2.1.2
pyinstaller 6.8.0 6.9.0
ruff 0.4.8 0.5.2
mypy 1.10.0 1.10.1
poethepoet 0.26.1 0.27.0

Updates copier from 9.2.0 to 9.3.1

Release notes

Sourced from copier's releases.

v9.3.1 (2024-07-03)

Fix

  • pass --skip-tasks flag to worker (#1688)

v9.3.0 (2024-07-01)

Feat

  • add simpler migrations configuration syntax (#1510)

Fix

  • tasks: do not consider unsafe if they are being skipped
  • add context information to answer validation error message (#1609)
  • do not overwrite identical files (#1576)
  • updating: unset invalid last answers
  • render default list items for multi-select choice questions
  • updating: yield merge conflict when both template and project add same file
Changelog

Sourced from copier's changelog.

v9.3.1 (2024-07-03)

Fix

  • pass --skip-tasks flag to worker (#1688)

v9.3.0 (2024-07-01)

Feat

  • add simpler migrations configuration syntax (#1510)

Fix

  • tasks: do not consider unsafe if they are being skipped
  • add context information to answer validation error message (#1609)
  • do not overwrite identical files (#1576)
  • updating: unset invalid last answers
  • render default list items for multi-select choice questions
  • updating: yield merge conflict when both template and project add same file
Commits
  • 53f1901 bump: version 9.3.0 → 9.3.1
  • 1035e94 fix: pass --skip-tasks flag to worker (#1688)
  • 3f89b71 build(deps): bump pydantic from 2.7.4 to 2.8.0
  • cc5e3e6 build(deps-dev): bump mkdocs-material from 9.5.27 to 9.5.28
  • 1a444b8 build: recommend pyclean to reduce custom developer tooling (#1673)
  • 448dd4f bump: version 9.2.0 → 9.3.0
  • 98e58d7 style: autoformat with pre-commit
  • ab81b62 ci: enable autofix.ci
  • 798d7aa docs: Fix README callout (#1651)
  • 7bc1548 build(jinja2): update dependency
  • Additional commits viewable in compare view

Updates jsondiff from 2.0.0 to 2.1.2

Release notes

Sourced from jsondiff's releases.

2.1.2

What's Changed

New Contributors

Full Changelog: xlwings/jsondiff@2.1.1...v2.1.2

2.1.1 -- Fix pypi publish

No functional changes since 2.1.0. This fixes the pypi PKG-INFO.

2.1.0

What's Changed

New Contributors

Full Changelog: xlwings/jsondiff@2.0.0...2.1.0

Changelog

Sourced from jsondiff's changelog.

2.1.2 (Jul, 14th 2024)

2.1.1 (Jun, 28th 2024)

Fix pypi release readme formatting

2.1.0 (Jun, 28th 2024)

Minimal conversion to pytest+hypothesis by @​mgorny in #52 Added simple equality operator for class Symbol by @​GregoirePelegrin in #55 jsondiff: fix symbol equality by @​corytodd in #61 ci: add pytest workflow by @​corytodd in #63 setup.py: migrate to pyproject.toml by @​corytodd in #65 fix: better diffing of empty containers by @​corytodd in #64 add rightonly jsondiff syntax by @​ramwin in #60 Introduce YAML support by @​corytodd in #67 packaging: revert to requirements files by @​corytodd in #69 cli: handle deserialization errors by @​corytodd in #72 ci: upload to pypi on github release by @​corytodd in #77

Commits

Updates pyinstaller from 6.8.0 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>
</blockquote>
</details>
<details>
<summary>Commits</summary>

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

<br />

Updates ruff from 0.4.8 to 0.5.2

Release notes

Sourced from ruff's releases.

0.5.2

Release Notes

Preview features

  • Use space separator before parenthesized expressions in comprehensions with leading comments (#12282)
  • [flake8-async] Update ASYNC100 to include anyio and asyncio (#12221)
  • [flake8-async] Update ASYNC109 to include anyio and asyncio (#12236)
  • [flake8-async] Update ASYNC110 to include anyio and asyncio (#12261)
  • [flake8-async] Update ASYNC115 to include anyio and asyncio (#12262)
  • [flake8-async] Update ASYNC116 to include anyio and asyncio (#12266)

Rule changes

  • [flake8-return] Exempt properties from explicit return rule (RET501) (#12243)
  • [numpy] Add np.NAN-to-np.nan diagnostic (#12292)
  • [refurb] Make list-reverse-copy an unsafe fix (#12303)

Server

  • Consider include and extend-include settings in native server (#12252)
  • Include nested configurations in settings reloading (#12253)

CLI

  • Omit code frames for fixes with empty ranges (#12304)
  • Warn about formatter incompatibility for D203 (#12238)

Bug fixes

  • Make cache-write failures non-fatal on Windows (#12302)
  • Treat not operations as boolean tests (#12301)
  • [flake8-bandit] Avoid S310 violations for HTTP-safe f-strings (#12305)
  • [flake8-bandit] Support explicit string concatenations in S310 HTTP detection (#12315)
  • [flake8-bandit] fix S113 false positive for httpx without timeout argument (#12213)
  • [pycodestyle] Remove "non-obvious" allowance for E721 (#12300)
  • [pyflakes] Consider with blocks as single-item branches for redefinition analysis (#12311)
  • [refurb] Restrict forwarding for newline argument in open() calls to Python versions >= 3.10 (#12244)

Documentation

  • Update help and documentation to reflect --output-format full default (#12248)

Performance

  • Use more threads when discovering Python files (#12258)

Install ruff 0.5.2

Install prebuilt binaries via shell script

... (truncated)

Changelog

Sourced from ruff's changelog.

0.5.2

Preview features

  • Use space separator before parenthesized expressions in comprehensions with leading comments (#12282)
  • [flake8-async] Update ASYNC100 to include anyio and asyncio (#12221)
  • [flake8-async] Update ASYNC109 to include anyio and asyncio (#12236)
  • [flake8-async] Update ASYNC110 to include anyio and asyncio (#12261)
  • [flake8-async] Update ASYNC115 to include anyio and asyncio (#12262)
  • [flake8-async] Update ASYNC116 to include anyio and asyncio (#12266)

Rule changes

  • [flake8-return] Exempt properties from explicit return rule (RET501) (#12243)
  • [numpy] Add np.NAN-to-np.nan diagnostic (#12292)
  • [refurb] Make list-reverse-copy an unsafe fix (#12303)

Server

  • Consider include and extend-include settings in native server (#12252)
  • Include nested configurations in settings reloading (#12253)

CLI

  • Omit code frames for fixes with empty ranges (#12304)
  • Warn about formatter incompatibility for D203 (#12238)

Bug fixes

  • Make cache-write failures non-fatal on Windows (#12302)
  • Treat not operations as boolean tests (#12301)
  • [flake8-bandit] Avoid S310 violations for HTTP-safe f-strings (#12305)
  • [flake8-bandit] Support explicit string concatenations in S310 HTTP detection (#12315)
  • [flake8-bandit] fix S113 false positive for httpx without timeout argument (#12213)
  • [pycodestyle] Remove "non-obvious" allowance for E721 (#12300)
  • [pyflakes] Consider with blocks as single-item branches for redefinition analysis (#12311)
  • [refurb] Restrict forwarding for newline argument in open() calls to Python versions >= 3.10 (#12244)

Documentation

  • Update help and documentation to reflect --output-format full default (#12248)

Performance

  • Use more threads when discovering Python files (#12258)

0.5.1

Preview features

... (truncated)

Commits
  • dc8db1a Make some amendments to the v0.5.2 changelog (#12319)
  • 18c364d [flake8-bandit] Support explicit string concatenations in S310 HTTP detecti...
  • 7a7c601 Bump version to v0.5.2 (#12316)
  • 3bfbbbc Avoid allocation when validating HTTP and HTTPS prefixes (#12313)
  • 1a3ee45 [flake8-bandit] Avoid S310 violations for HTTP-safe f-strings (#12305)
  • 6584886 [refurb] Make list-reverse-copy an unsafe fix (#12303)
  • 456d6a2 Consider with blocks as single-item branches (#12311)
  • 940df67 Omit code frames for fixes with empty ranges (#12304)
  • e58713e Make cache-write failures non-fatal (#12302)
  • aa5c53b Remove 'non-obvious' allowance for E721 (#12300)
  • Additional commits viewable in compare view

Updates mypy from 1.10.0 to 1.10.1

Changelog

Sourced from mypy's changelog.

Mypy 1.10.1

  • Fix error reporting on cached run after uninstallation of third party library (Shantanu, PR 17420)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • Alex Waygood
  • Ali Hamdan
  • Edward Paget
  • Evgeniy Slobodkin
  • Hashem
  • hesam
  • Hugo van Kemenade
  • Ihor
  • James Braza
  • Jelle Zijlstra
  • jhance
  • Jukka Lehtosalo
  • Loïc Simon
  • Marc Mueller
  • Matthieu Devlin
  • Michael R. Crusoe
  • Nikita Sobolev
  • Oskari Lehto
  • Riccardo Di Maio
  • Richard Si
  • roberfi
  • Roman Solomatin
  • Sam Xifaras
  • Shantanu
  • Spencer Brown
  • Srinivas Lade
  • Tamir Duberstein
  • youkaichao

I’d also like to thank my employer, Dropbox, for supporting mypy development.

Mypy 1.9

We’ve just uploaded mypy 1.9 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Breaking Changes

Because the version of typeshed we use in mypy 1.9 doesn't support 3.7, neither does mypy 1.9. (Jared Hance, PR 16883)

... (truncated)

Commits
  • c28b525 [1.10 backport] Fix error reporting on cached run after uninstallation of thi...
  • See full diff in compare view

Updates poethepoet from 0.26.1 to 0.27.0

Release notes

Sourced from poethepoet's releases.

0.27.0

Enhancements

Fixes

New Contributors

Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.26.1...v0.27.0

Commits

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 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 <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

Bumps the all group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [copier](https://github.com/copier-org/copier) | `9.2.0` | `9.3.1` |
| [jsondiff](https://github.com/xlwings/jsondiff) | `2.0.0` | `2.1.2` |
| [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.8.0` | `6.9.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.8` | `0.5.2` |
| [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` |
| [poethepoet](https://github.com/nat-n/poethepoet) | `0.26.1` | `0.27.0` |



Updates `copier` from 9.2.0 to 9.3.1
- [Release notes](https://github.com/copier-org/copier/releases)
- [Changelog](https://github.com/copier-org/copier/blob/master/CHANGELOG.md)
- [Commits](copier-org/copier@v9.2.0...v9.3.1)

Updates `jsondiff` from 2.0.0 to 2.1.2
- [Release notes](https://github.com/xlwings/jsondiff/releases)
- [Changelog](https://github.com/xlwings/jsondiff/blob/master/CHANGELOG.md)
- [Commits](xlwings/jsondiff@2.0.0...2.1.2)

Updates `pyinstaller` from 6.8.0 to 6.9.0
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v6.8.0...v6.9.0)

Updates `ruff` from 0.4.8 to 0.5.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.8...0.5.2)

Updates `mypy` from 1.10.0 to 1.10.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.10.1)

Updates `poethepoet` from 0.26.1 to 0.27.0
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](nat-n/poethepoet@v0.26.1...v0.27.0)

---
updated-dependencies:
- dependency-name: copier
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jsondiff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pyinstaller
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: poethepoet
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2024

Superseded by #540.

@dependabot dependabot bot closed this Jul 22, 2024
@dependabot dependabot bot deleted the dependabot/pip/all-3d8cbdd771 branch July 22, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants