build(deps): bump the python-deps group across 1 directory with 10 updates - #22
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the python-deps group across 1 directory with 10 updates#22dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…dates Updates the requirements on [zeroconf](https://github.com/python-zeroconf/python-zeroconf), [wheel](https://github.com/pypa/wheel), [emoji](https://github.com/carpedm20/emoji), [pillow](https://github.com/python-pillow/Pillow), [setuptools](https://github.com/pypa/setuptools), [eventlet](https://github.com/eventlet/eventlet), [termcolor](https://github.com/termcolor/termcolor), [pytest](https://github.com/pytest-dev/pytest), [ruff](https://github.com/astral-sh/ruff) and [esptool](https://github.com/espressif/esptool) to permit the latest version. Updates `zeroconf` to 0.150.0 - [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases) - [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md) - [Commits](python-zeroconf/python-zeroconf@0.149.16...0.150.0) Updates `wheel` to 0.47.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.45.1...0.47.0) Updates `emoji` to 2.15.0 - [Release notes](https://github.com/carpedm20/emoji/releases) - [Changelog](https://github.com/carpedm20/emoji/blob/master/CHANGES.md) - [Commits](carpedm20/emoji@v1.6.3...v2.15.0) Updates `pillow` to 12.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@11.1.0...12.3.0) Updates `setuptools` to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.8.2...v83.0.0) Updates `eventlet` to 0.41.1 - [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS) - [Commits](eventlet/eventlet@0.39.0...0.41.1) Updates `termcolor` to 3.3.0 - [Release notes](https://github.com/termcolor/termcolor/releases) - [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md) - [Commits](termcolor/termcolor@2.5.0...3.3.0) Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.0...9.1.1) Updates `ruff` to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.0...0.15.22) Updates `esptool` to 5.3.1 - [Release notes](https://github.com/espressif/esptool/releases) - [Changelog](https://github.com/espressif/esptool/blob/master/CHANGELOG.md) - [Commits](espressif/esptool@v4.7.0...v5.3.1) --- updated-dependencies: - dependency-name: zeroconf dependency-version: 0.150.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: emoji dependency-version: 2.15.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: eventlet dependency-version: 0.41.1 dependency-type: direct:production dependency-group: python-deps - dependency-name: termcolor dependency-version: 3.3.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python-deps - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development dependency-group: python-deps - dependency-name: esptool dependency-version: 5.3.1 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on zeroconf, wheel, emoji, pillow, setuptools, eventlet, termcolor, pytest, ruff and esptool to permit the latest version.
Updates
zeroconfto 0.150.0Release notes
Sourced from zeroconf's releases.
Changelog
Sourced from zeroconf's changelog.
... (truncated)
Commits
4f3fa730.150.0471feb4feat: add async_update_interfaces to rescan network interfaces at runtime (#1...797fdc0chore(deps-dev): bump pytest from 9.1.0 to 9.1.1 (#1801)5be5d60ci: scope release env and OIDC permissions to master (#1799)5333fc50.149.17868f28fperf: precompute address hash instead of per-instance lru_cache (#1774)b80acafchore: drop stray ) from _logger module docstring (#1787)99bf9adchore(pre-commit.ci): pre-commit autoupdate (#1792)d68897bchore(deps-dev): bump pytest from 9.0.3 to 9.1.0 (#1794)29cc405test: add benchmarks for cache mark-to-expire path (#1780) (#1785)Updates
wheelto 0.47.0Release notes
Sourced from wheel's releases.
Changelog
Sourced from wheel's changelog.
... (truncated)
Commits
efd83a7Created a new releasebb69216Reordered the changelog entriesd5a1763fix(wheelfile): resolve .dist-info path case-insensitively when reading wheel...5718957[pre-commit.ci] pre-commit autoupdate (#685)6258068chore: log_level is better than log_cli_level (#684)2975debRequire tox >= 4.2247674bachore: add check-sdist to checks (#681)56223f6__package__→__spec__.parent(#679)0ce509eAdded the wheel info subcommand (#669)39039c0Improved the index pageUpdates
emojito 2.15.0Release notes
Sourced from emoji's releases.
Changelog
Sourced from emoji's changelog.
... (truncated)
Commits
d26c675Merge pull request #322 from cvzi/unicode17c52491cVersion bump 2.15.010b13c0Update translations to CLDR release-48-alpha39dd9a63Update to Unicode 17.0.0d54b2f0Remove Python 3.7, Add Python 3.13 and 3.145c4b915Merge pull request #318 from allrob23/master45e5785fix: lint69c73d5refactor: change _loaded_keys to use set08c5cc4Merge pull request #313 from cvzi/branch-2.14.175c263bUse binary mode when opening file on Python 3.9+Updates
pillowto 12.3.0Release notes
Sourced from pillow's releases.
... (truncated)
Changelog
Sourced from pillow's changelog.
... (truncated)
Commits
bb1d8e812.3.0 version bumpe63fc48Add release notes for SBOM and performance improvements (#9747)13b701bAdd release notes for #96795564ca7List methodsa0920fdSpeed up ImageChops operations (#9738)07e9a6cSpeed upImage.filter()(#9736)a94578cSpeed upImage.getchannel(),Image.merge(),Image.putalpha()and `Image...53e02c4Speed upImage.fill(),Image.linear_gradient()and `Image.radial_gradient...af03747Speed upImage.resample()(#9739)5c9ca56Speed upalpha_composite,matrix,negative,quantize(#9740)Updates
setuptoolsto 83.0.0Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
6519f72Bump version: 82.0.1 → 83.0.0d1151b1Merge pull request #5250 from pypa/feature/distutils-d7633fbeda2df31eCapture removal of dry_run parameter in changelog.00144dcMoved newsfragment to the release where it occurred.a4a5a2bAdd news fragment.77470c2Merge https://github.com/pypa/distutils into feature/distutils-d7633fbed3c43897Merge pull request #5247 from pypa/copilot/fix-pypy-version-issuebb6ea66Bump PyPy from 3.10 to 3.11 in CI workflowa2bc3acFix broken intersphinx reference to build's installation docs2d6a739Use stacked parametrize decorators instead of itertools.productUpdates
eventletto 0.41.1Changelog
Sourced from eventlet's changelog.
... (truncated)
Commits
475e2fdUpdate changelog for version 0.41.1 (#1095)22e2ad3Fix 4 DNS tests that fail without /etc/resolv.conf (#1093)a101b94Temporarily avoid using newer greenlet (#1099)9ae53a3wsgi: Handle ENOTCONN (#1092)176808fBump actions dependent on nodejs 20 (#1091)5ec4b6dUpdate changelog for version 0.41.0 (#1088)6de7dbbSwitch to 3.14 for testing, fix problems found along the way. (#1086)1ea81d9Drop 3.9 support (#1085)62662afMore visible deprecation (#1077)f3254a1Update changelog for version 0.40.4 (#1074)Updates
termcolorto 3.3.0Release notes
Sourced from termcolor's releases.
Changelog
Sourced from termcolor's changelog.
Commits
0980eb5Add support for italic (#128)78bb9beUpdate config (#129)432ccc4Update config35f160cCodecov token no longer needed1354a4eReplace pre-commit with prek960af4fAdd seven-day cooldown to Renovate27bfac6Add support for italic83c871acan_colorize: Expect fileno() to raise OSError, as documented (#126)b300cc3Update actions/checkout action to v6 (#127)f6f38e0Update actions/checkout action to v6Updates
pytestto 9.1.1Release notes
Sourced from pytest's releases.
Commits
cf470ecPrepare release version 9.1.1e0c8ce6Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...1b82d16Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...501c4bcMerge pull request #14596 from bluetech/doc-classmethodb61f588Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir9a567e0[automated] Update plugin list (#14617) (#14618)ef8b299Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...66abd07Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup79fbf93Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...0d312ebMerge pull request #14611 from bluetech/parametrize-argvalues-typingUpdates
ruffto 0.15.22Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
0177a7eBump 0.15.22 (#26884)fe8ba85[pycodestyle] DocumentE731fix safety (#26847)f3cf7c8[ruff] Addrule-codes-in-selectors(RUF201) (#26772)d244fd7Document argfile support (#26803)f239758[flake8-pyi] Fix false positive in__all__(PYI053) (#26872)54acbcd[ty] SupportTypeVarTupleandUnpack(#25240)87fc38c[ty] Parallelize subtype hierarchy search (#26875)e454f91[ty] Share interned query keys across Salsa queries (#26794)6f361a7[ty] only collect expected types for files open in the editor (#25546)6d6b2b3[ty] Avoid allocations during Salsa interned lookups (#26877)Updates
esptoolto 5.3.1Release notes
Sourced from esptool's releases.
Changelog
Sourced from esptool's changelog.
... (truncated)
Commits
0d2dfefchange: Update version to 5.3.1bbf22b9Merge branch 'cryptography_limit_intel_macos' into 'master'6258c1fchange: limit cryptography version to 49.0.0 for Intel Macs39fd73fMerge branch 'fix/vid-pid-symlink-lookup' into 'master'