Skip to content

Commit

Permalink
Bump rpyc from 4.0.2 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [rpyc](https://github.com/tomerfiliba-org/rpyc) from 4.0.2 to 6.0.0.
- [Release notes](https://github.com/tomerfiliba-org/rpyc/releases)
- [Changelog](https://github.com/tomerfiliba-org/rpyc/blob/master/CHANGELOG.rst)
- [Commits](tomerfiliba-org/rpyc@4.0.2...6.0.0)

---
updated-dependencies:
- dependency-name: rpyc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent 1d0b943 commit c841895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
install_requires=[
"future",
"rpyc==3.4.4;python_version<='2.7'",
"rpyc==4.0.2;python_version>'3'",
"rpyc==6.0.0;python_version>'3'",
"six==1.16.0",
],
)

0 comments on commit c841895

Please sign in to comment.