Bump the development-dependencies group with 4 updates#614
Merged
github-actions[bot] merged 1 commit intodevelopfrom Oct 27, 2024
Merged
Conversation
Bumps the development-dependencies group with 4 updates: [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ipython](https://github.com/ipython/ipython), [mypy](https://github.com/python/mypy) and [autodocsumm](https://github.com/Chilipp/autodocsumm). Updates `hypothesis` from 6.115.3 to 6.115.5 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.115.3...hypothesis-python-6.115.5) Updates `ipython` from 8.28.0 to 8.29.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@8.28.0...8.29.0) Updates `mypy` from 1.12.1 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.12.1...v1.13.0) Updates `autodocsumm` from 0.2.13 to 0.2.14 - [Release notes](https://github.com/Chilipp/autodocsumm/releases) - [Commits](Chilipp/autodocsumm@v0.2.13...v0.2.14) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: autodocsumm dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
8f279d2 to
8d8f55c
Compare
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.
Bumps the development-dependencies group with 4 updates: hypothesis, ipython, mypy and autodocsumm.
Updates
hypothesisfrom 6.115.3 to 6.115.5Commits
b9d41dbBump hypothesis-python version to 6.115.5 and update changelog99f9627Merge pull request #4136 from HypothesisWorks/create-pull-request/patch5f7ca9fBump hypothesis-python version to 6.115.4 and update changelog8f93105Merge pull request #4142 from HypothesisWorks/DRMacIver/qualname-in-pretty479ca98Include namespace classes in pretty printingef9942dMerge pull request #4145 from HypothesisWorks/DRMacIver/disable-py314-buildsa373e61fix typecheck againc651861Disable py314 builds until 3.14 is a bit more reliable6f1baecfix from_type(type) regressionf011f1awork around mypy issuesUpdates
ipythonfrom 8.28.0 to 8.29.0Commits
af19fb0release 8.29.0b2fc308Whats new 8.29 (#14560)9c221bbWhats new 8.29d022657Fix line stripping edge case for %load magic command (#14495)25703b5Refactor with Pathlib for setupbase.py (#14543)de562f8Fix re pattern pretty print (#14559)298e9f5Fix formatting2888354Fix line stripping logicd7d58a3ENH: add webp support to IPython.display.Image and complete identification of...5f39fd8Fix str error in path againUpdates
mypyfrom 1.12.1 to 1.13.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
eb31034Bump version to 1.13.02eeb588Update changelog for 1.12.1 (#17999)bc0386bChangelog for 1.13 (#18000)5c4d2dbAdd faster-cache extra, test in CI (#17978)854ad18Make is_sub_path faster (#17962)50aa4caSpeed up stubs suggestions (#17965)7c27808Use orjson instead of json, when available (#17955)2cd2406Use fast path in modulefinder more often (#17950)e20aaeeLet mypyc optimise os.path.join (#17949)159974cUse sha1 for hashing (#17953)Updates
autodocsummfrom 0.2.13 to 0.2.14Release notes
Sourced from autodocsumm's releases.
Commits
f81147eMerge pull request #104 from Chilipp/autoexception-supportdb473cfremove tests for sphinx==3.*375b1c9add autoexception to docs4e51644implement test for exception documenterec89d70implement exception documenter811352bMerge pull request #101 from theOehrly/fix-690286ca8Merge pull request #100 from theOehrly/cleanup16bcd1cexclude line from coverage5ef1b47Merge pull request #99 from theOehrly/fix-89e4319d4don't document class attributes that are an alias of another classDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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