Bump the python-deps group across 1 directory with 10 updates#21
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the python-deps group across 1 directory with 10 updates#21dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [click](https://github.com/pallets/click), [mss](https://github.com/BoboTiG/python-mss), [numpy](https://github.com/numpy/numpy), [opencv-python](https://github.com/opencv/opencv-python), [pillow](https://github.com/python-pillow/Pillow), [pywin32](https://github.com/mhammond/pywin32), [pydantic](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [loguru](https://github.com/Delgan/loguru) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `click` to 8.4.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](pallets/click@8.1.0...8.4.2) Updates `mss` to 10.2.0 - [Release notes](https://github.com/BoboTiG/python-mss/releases) - [Commits](BoboTiG/python-mss@v7.0.0...v10.2.0) Updates `numpy` to 2.5.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.24.0...v2.5.1) Updates `opencv-python` to 5.0.0.93 - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) 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@10.0.0...12.3.0) Updates `pywin32` to 312 - [Release notes](https://github.com/mhammond/pywin32/releases) - [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.md) - [Commits](https://github.com/mhammond/pywin32/commits) Updates `pydantic` to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.8.0...v2.13.4) Updates `pydantic-settings` to 2.14.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.3.0...v2.14.2) Updates `loguru` to 0.7.3 - [Release notes](https://github.com/Delgan/loguru/releases) - [Changelog](https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst) - [Commits](Delgan/loguru@0.7.0...0.7.3) 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.0.0...9.1.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production dependency-group: python-deps - dependency-name: mss dependency-version: 10.2.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production dependency-group: python-deps - dependency-name: opencv-python dependency-version: 5.0.0.93 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: pywin32 dependency-version: '312' dependency-type: direct:production dependency-group: python-deps - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production dependency-group: python-deps - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: direct:production dependency-group: python-deps - dependency-name: loguru dependency-version: 0.7.3 dependency-type: direct:production dependency-group: python-deps - dependency-name: pytest dependency-version: 9.1.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 click, mss, numpy, opencv-python, pillow, pywin32, pydantic, pydantic-settings, loguru and pytest to permit the latest version.
Updates
clickto 8.4.2Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
... (truncated)
Commits
b2e30a1Release version 8.4.27a16b20Fixpackage_nameresolution when module differs from distribution name (#3582)bec5928Fixpackage_nameresolution when top-level module differs from distribution...916883aFix tests to not rely on-Wdefaultoption (#3591)09195f6Fix double-bracketing of choices in synopsis (#3578)1557e26Check for warning exception with idiomatic context managerd9ff133Static typing improvements inclick.shell_completion(#3460)762c97eFix double-bracketing of choices in synopsis8929d39Convert changes to markdown. (#3559)237be50Move changes headings down a level.Updates
mssto 10.2.0Release notes
Sourced from mss's releases.
... (truncated)
Commits
b7f4d62feat: release 10.2.02da8ec1feat: follow up to windows backends (#505)165e4f7chore(ci): run onmainbrancheced18edocs: use History everywhere129913bdocs: rename Changelog to History1373cfedocs: include the releases historyd10128dchore: fix docs tests + remove left markdown files9183066feat: adjust Windows to match the Linux backend setup (#503)13f1472docs: split the changelog in specific releasescb97724docs: release notes (#485)Updates
numpyto 2.5.1Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
5e1d03fMerge pull request #31863 from charris/prepare-2.5.1ad0b66bREL: Prepare for the NumPy 2.5.1 release.9df8516Merge pull request #31858 from charris/backport-316884dee265Merge pull request #31857 from charris/backport-31775dc8d553Merge pull request #31856 from charris/backport-3184667cb4a8fix:Signed integer overflow in datetime.c (#31688)baa2589TST: Clean up imports, formatting, and assertions2fe5ba4TEST: Refactor tests to use np.testing.assert_raises_regex per reviewbb46581MAINT: Remove deprecated Python recursion fix8f34214MAINT: Move SeedSequence recursion guard to C-layer and add testsUpdates
opencv-pythonto 5.0.0.93Release notes
Sourced from opencv-python's releases.
Commits
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
pywin32to 312Release notes
Sourced from pywin32's releases.
Changelog
Sourced from pywin32's changelog.
... (truncated)
Commits
Updates
pydanticto 2.13.4Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
cf67d4bFix lintingf0d8a21Prepare release v2.13.45e3fe1dCheck for pydantic tag pattern in CI7f9edccDocument tagging conventionsb46a0c9Adaptpydantic-corelinker flags on macOS50629c8Update to PyPy 7.3.228522ebbPreserveRootModelcore metadataa37f3afAdaptMISSINGsentinel test to work with unreleasedtyping_extensionsver...909259aRemove Logfire example in documentation2c4174cBump libc from 0.2.155 to 0.2.185Updates
pydantic-settingsto 2.14.2Release notes
Sourced from pydantic-settings's releases.
Commits
d703bd7Prepare release 2.14.2 (#890)e95c30bPrepare release 2.14.1 (#859)0c87345Fix field namedclsconflicting with classmethod parameter (#858)7bd0072Bump the python-packages group with 2 updates (#856)b03e573Bump the github-actions group with 3 updates (#853)eaa3b43Bump the python-packages group with 5 updates (#854)9f95615Bump the python-packages group with 4 updates (#850)8916beePrepare release 2.14.0 (#848)39e551cFix CLI descriptions lost underpython -OOby falling back to `json_schema_...9ed7f48Bump the python-packages group with 4 updates (#847)Updates
loguruto 0.7.3Release notes
Sourced from loguru's releases.
Changelog
Sourced from loguru's changelog.