-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix(deps): update dependency rpyc to v6 #269
Closed
Closed
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
2 times, most recently
from
May 10, 2024 09:11
227ae92
to
7f76328
Compare
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
3 times, most recently
from
May 24, 2024 02:49
a04fa74
to
c38e00e
Compare
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
2 times, most recently
from
May 28, 2024 09:33
3497139
to
75efd9a
Compare
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
from
June 3, 2024 14:40
75efd9a
to
0e9c87c
Compare
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
4 times, most recently
from
June 14, 2024 21:46
c195edc
to
738bfff
Compare
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
2 times, most recently
from
June 28, 2024 21:31
31b1597
to
007e14a
Compare
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
5 times, most recently
from
July 8, 2024 13:51
dcdab89
to
119d523
Compare
renovate
bot
changed the title
chore(deps): update dependency rpyc to v6
Update dependency rpyc to v6
Jul 8, 2024
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
3 times, most recently
from
July 17, 2024 06:01
92b46fb
to
27bddda
Compare
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
5 times, most recently
from
July 29, 2024 13:02
81c07de
to
a6de5a8
Compare
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
2 times, most recently
from
August 1, 2024 13:07
afd1b0d
to
83d4b48
Compare
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
2 times, most recently
from
September 5, 2024 17:48
6832b04
to
5b2fab0
Compare
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
4 times, most recently
from
September 12, 2024 13:21
9c8ada4
to
cf006d1
Compare
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
5 times, most recently
from
October 1, 2024 17:21
4a3caf4
to
321f8e7
Compare
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
3 times, most recently
from
October 8, 2024 16:16
b3df741
to
85df3ac
Compare
renovate
bot
changed the title
chore(deps): update dependency rpyc to v6
Update dependency rpyc to v6
Oct 8, 2024
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
3 times, most recently
from
October 21, 2024 13:32
4d7dbc7
to
f3f894d
Compare
renovate
bot
changed the title
Update dependency rpyc to v6
chore(deps): update dependency rpyc to v6
Oct 21, 2024
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
from
October 24, 2024 16:01
f3f894d
to
3caa443
Compare
renovate
bot
changed the title
chore(deps): update dependency rpyc to v6
fix(deps): update dependency rpyc to v6
Oct 28, 2024
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
3 times, most recently
from
November 5, 2024 19:43
037608e
to
8c69491
Compare
renovate
bot
force-pushed
the
renovate/rpyc-6.x
branch
from
November 6, 2024 00:22
8c69491
to
afc73dd
Compare
Not yet compatible with service side. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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:
~=5.3.1
->~=6.0.1
Release Notes
tomerfiliba-org/rpyc (rpyc)
v6.0.1
Compare Source
=====
Date: 2024-09-24
#559
_ closes#558
_ which reported issues with proxy cache referrant race conditions, get_method errors, and stream issues#557
_ fix pytest issues reported in#544
_.. _#559:https://github.com/tomerfiliba-org/rpyc/pull/5599
.. _#558https://github.com/tomerfiliba-org/rpyc/issues/55858
.. _#55https://github.com/tomerfiliba-org/rpyc/pull/557557
.. _#5https://github.com/tomerfiliba-org/rpyc/issues/544/544
v6.0.0
Compare Source
=====
Date: 2024-02-23
#551
_ Resolves security issue that results in RCE. The fix breaks backwards compatibility for those that rely on the__array__
attribute used bynumpy
. This RCE is only exploitable when the server-side gets the attribute__array__
and calls it (e.g.,np.array(x)
). This issues effects all versions since major release 4... _#551:https://github.com/tomerfiliba-org/rpyc/issues/5511
Configuration
📅 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.