forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 0
Update Mend: high confidence minor and patch dependency updates #15
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
Open
mend-for-github-com
wants to merge
1
commit into
master
Choose a base branch
from
whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
847dcd2 to
8d01696
Compare
e9d0868 to
ecb4d4b
Compare
94831bb to
ab12147
Compare
18f2d06 to
0eba6cb
Compare
fe72c47 to
a345fab
Compare
f5e75ab to
3c14be8
Compare
a0b2b95 to
9c3257a
Compare
231d118 to
faf3364
Compare
4aa620e to
f309969
Compare
f309969 to
218002b
Compare
5353ce7 to
f5dfdec
Compare
1369e70 to
b20bb53
Compare
987bf2f to
d9008b1
Compare
8561ab3 to
5947b0a
Compare
5947b0a to
6c05b1c
Compare
26094ba to
6bea59f
Compare
70447f2 to
a0e2901
Compare
369ce8d to
89044e7
Compare
5f95c36 to
0cc54ea
Compare
0cc54ea to
0ccb983
Compare
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.
This PR contains the following updates:
==2.6.1->==2.8.1==3.3.1->==3.5.0==1.4->==1.9.0==2.2.1->==2.4.1==44.0.1->==44.0.3==1.7.0->==1.9.0==1.60.0->==1.76.0==0.20.2->==0.31.0==4.6.4->==4.13.0==0.7.1->==0.9.0==8.10.0->==8.14.0==3.2.2->==3.3.1==24.1->==24.2==25.0.1->==25.3==4.25.3->==4.25.8==18.0.0->==18.1.0==1.43.5->==1.59.1==3.1.0->==3.3.9==1.12.0->==1.16.3==1.16.0->==1.17.0==0.8.6->==0.9.0==1.26.3->==1.37.1==3.19.1->==3.23.0Release Notes
pygithub/pygithub (PyGitHub)
v2.8.1Compare Source
What's Changed
Bug Fixes
Full Changelog: PyGithub/PyGithub@v2.8.0...v2.8.1
v2.8.0Compare Source
What's Changed
New Features
Improvements
Repository.get_automated_security_fixesmethod by @zstyblik in PyGithub/PyGithub#3303Issueclass with API spec by @EnricoMi in PyGithub/PyGithub#3338NamedUser | Organization | Enterpriseby @EnricoMi in PyGithub/PyGithub#3224Enterpriseclass with API spec by @EnricoMi in PyGithub/PyGithub#3342GitReleaseAssetclass with API spec by @EnricoMi in PyGithub/PyGithub#3343Teamrepo methods by @EnricoMi in PyGithub/PyGithub#3356Bug Fixes
Repository.get_git_refby @csalerno-asml in PyGithub/PyGithub#2992GitRelease.name, deprecateGitRelease.titleby @EnricoMi in PyGithub/PyGithub#3346"COMMENT"as the default event forcreate_reviewby @eddie-santos in PyGithub/PyGithub#3078maintainersinOrganization.create_teamby @interifter in PyGithub/PyGithub#3291Maintenance
PaginatedListby @sam93210 in PyGithub/PyGithub#3039github_actionslabel to Maintenance section by @EnricoMi in PyGithub/PyGithub#3357New Contributors
Full Changelog: PyGithub/PyGithub@v2.7.0...v2.8.0
v2.7.0Compare Source
What's Changed
Breaking Changes
Github.get_rate_limit()now returnsRateLimitOverviewrather thanRateLimit(PyGithub/PyGithub#3205).Code like
should be replaced with
GitTag.verificationnow returnsGitCommitVerificationrather thandict[str, Any](PyGithub/PyGithub#3226).Code like
should be replaced with
New Features
Improvements
OrganizationInvitationby @EnricoMi in PyGithub/PyGithub#3207RepositoryAdvisorytests with OpenAPI spec by @EnricoMi in PyGithub/PyGithub#3215ProjectColumnandProjectCardtests with OpenAPI spec by @EnricoMi in PyGithub/PyGithub#3216CopilotSeatclass with API spec by @EnricoMi in PyGithub/PyGithub#3232HookDeliverySummaryclass with API spec by @EnricoMi in PyGithub/PyGithub#3233RequiredPullRequestReviewsclass with API spec by @EnricoMi in PyGithub/PyGithub#3234RequiredStatusChecksclass with API spec by @EnricoMi in PyGithub/PyGithub#3236Teamclass with API spec by @EnricoMi in PyGithub/PyGithub#3237deprecated.deprecated()withtyping_extensions.deprecated()by @lazka in PyGithub/PyGithub#3255prevent_self_reviewproperty toRepository.createEnvironmentby @gopidesupavan in PyGithub/PyGithub#3246PullRequest.get_issue_timelinemethod by @kukarkinmm in PyGithub/PyGithub#3259reversed()onPaginatedListby @mfocko in PyGithub/PyGithub#3260Requesterexception handling by @jsmolar in PyGithub/PyGithub#3299delete_self_hosted_runnertoOrganizationby @uncleDecart in PyGithub/PyGithub#3306Bug Fixes
Authclasses by @EnricoMi in PyGithub/PyGithub#3211Deployment, removemessageattribute by @EnricoMi in PyGithub/PyGithub#3223CodeSecurityConfigRepositoryreturned byget_repos_for_code_security_configby @EnricoMi in PyGithub/PyGithub#3219Branch.get_required_status_checksreturn type by @EnricoMi in PyGithub/PyGithub#3235multi_selectandtrue_falseoptions toCustomProperty.value_typeby @gfog-floqast in PyGithub/PyGithub#3173TimingData.run_duration_msoptional by @LifeLex in PyGithub/PyGithub#3268Dependencies
Maintenance
AppAuth.private_keyin changelog by @EnricoMi in PyGithub/PyGithub#3212HookDeliveryRequestand…Responseprivate headers fields by @EnricoMi in PyGithub/PyGithub#3221PaginatedList[int]by @EnricoMi in PyGithub/PyGithub#3240Organization.get_repos_for_code_security_configtest by @billnapier in PyGithub/PyGithub#3239TimingDataby @EnricoMi in PyGithub/PyGithub#3206New Contributors
Full Changelog: PyGithub/PyGithub@v2.6.0...v2.7.0
mitya57/secretstorage (SecretStorage)
v3.5.0Compare Source
===============================
timeoutargument to theunlock()methods ofCollectionand
Item[#33_].int_to_bytes()function in favor of the built-in method... _
#33: #33v3.4.1Compare Source
===============================
#48_].This fixes
Client public key size is invaliderror from KWallet... _
#48: #48v3.4.0Compare Source
===============================
UnknownObjecterror when no collection is found [#43_].Thanks to Renato Alencar for the pull request!
__repr__methods to Collection and Item classes [#47_].pyproject.toml.Thanks to Hugo van Kemenade and Tomasz Kłoczko for the pull requests!
.. _
#43: #43.. _
#47: #47v3.3.3Compare Source
===============================
#39_].8standard... _
#39: #39v3.3.2Compare Source
===============================
Thanks to Sam McKelvie for the pull request!
pallets-eco/blinker (blinker)
v1.9.0Compare Source
Released 2024-11-08
175__version__,receiver_connected,Signal.temporarily_connected_toandWeakNamespace. :pr:172:issue:
173v1.8.2Compare Source
Released 2024-05-06
_async_wrapperand_sync_wrapperarguments.:pr:
156v1.8.1Compare Source
Released 2024-04-28
strandintsenders. :pr:148blinker.base.WeakNamespaceimport. :pr:149blinker.base.receiver_connected import. :pr:153collections.abcinstead oftyping. :pr:150152v1.8.0Compare Source
Released 2024-04-27
__version__attribute. Use feature detection, orimportlib.metadata.version("blinker"), instead. :issue:128temporarily_connected_towill be removed inthe next version.
receiver_connectedsignal and specify that it will be removed in the next version.
WeakNamespaceand specifythat it will be removed in the next version.
internally but should not affect any public API. :pr:
144signal()asdefault_namespace.:pr:
145v1.7.0Compare Source
Released 2023-11-01
signal cleanup, typically during interpreter shutdown. :pr:
123set_classto be customised, to allow calling ofreceivers in registration order. :pr:
116.126v1.6.3Compare Source
Released 2023-09-23
SyncWrapperTypeandAsyncWrapperType:pr:108connected_towould not disconnect the receiver if aninstance of
BaseExceptionwas raised. :pr:114v1.6.2Compare Source
Released 2023-04-12
runtime dependency. :pr:
94v1.6.1Compare Source
Released 2023-04-09
py.typedis present in the distributions (to enable otherprojects to use Blinker's typing).
ParamSpec.:issue:
90v1.6Compare Source
Released 2023-09-23
SyncWrapperTypeandAsyncWrapperType:pr:108connected_towould not disconnect the receiver if aninstance of
BaseExceptionwas raised. :pr:114v1.5Released 2022-07-17
may continue to work, but the next release will make incompatible
changes.
codespell-project/codespell (codespell)
v2.4.1Compare Source
What's Changed
hep->heap, help,in dictionary_rare.txt from #3461 by @jpivarski in #3624New Contributors
Full Changelog: codespell-project/codespell@v2.4.0...v2.4.1
v2.4.0Compare Source
What's Changed
equipmnet->equipmentby @korverdev in #3438lien->lineby @skangas in #3460firs->firstby @skangas in #3459hep->heap, help,by @skangas in #3461brunch->branchby @skangas in #3458typosdictionary (A1) by @skangas in #3450-iand-qby @DimitriPapadopoulos in #3344typosdictionary (A2) by @skangas in #3454non-by @skangas in #3467homto code dictionary by @skangas in #3490realtd->related,prediced->predictedby @janosh in #3536293bec1/ #3465 by @DimitriPapadopoulos in #3548Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.