facioquo / stock-indicators-python

Stock Indicators for Python. Maintained by @LeeDongGeon1996
https://python.StockIndicators.dev
Apache License 2.0
220 stars 37 forks source link

chore: Bump pythonnet from 3.0.0rc4 to 3.0.0rc6 #266

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pythonnet from 3.0.0rc4 to 3.0.0rc6.

Release notes

Sourced from pythonnet's releases.

v3.0.0-rc6

What's Changed

Full Changelog: https://github.com/pythonnet/pythonnet/compare/v3.0.0-rc5...v3.0.0-rc6

Fifth release candidate for 3.0

What's Changed

Full Changelog: https://github.com/pythonnet/pythonnet/compare/v3.0.0-rc4...v3.0.0-rc5

Commits
  • 15a8b26 Bump release candidate version
  • 52cf03c Merge pull request #1908 from filmor/implicit-float-int
  • 2194d6c Drop PyLong_Check (which checked for exact type) in favour of PyInt_Check (wh...
  • a02799d Fix implicit float conversion for classes that derive from float
  • f1ef11d Bump release candidate version
  • 43769f5 Merge pull request #1942 from filmor/configless-coreclr
  • 91d3e55 reenabled test for pythonnet/pythonnet#1256 : NoSta...
  • fd8fd3b Fix manifest so we can build with python -m build
  • db52dde Improve error message if the runtime fails to load
  • 3f12469 Bump clr-loader dependency to 0.2.3 and adjust interface
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #267.