reflexivesecurity / reflex-cli

CLI Tool for Running Reflex Engine
Mozilla Public License 2.0
17 stars 2 forks source link

Update dependency lazy-object-proxy to v1.7.1 #444

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lazy-object-proxy (changelog) ==1.6.0 -> ==1.7.1 age adoption passing confidence

Release Notes

ionelmc/python-lazy-object-proxy ### [`v1.7.1`](https://togithub.com/ionelmc/python-lazy-object-proxy/blob/HEAD/CHANGELOG.rst#​171-2021-12-15) [Compare Source](https://togithub.com/ionelmc/python-lazy-object-proxy/compare/v1.7.0...v1.7.1) - Removed most of the Python 2 support code and fixed `python_requires` to require at least Python 3.6. Note that 1.7.0 has been yanked because it could not install on Python 2.7. Installing lazy-object-proxy on Python 2.7 should automatically fall back to the 1.6.0 release now. ### [`v1.7.0`](https://togithub.com/ionelmc/python-lazy-object-proxy/blob/HEAD/CHANGELOG.rst#​170-2021-12-15) [Compare Source](https://togithub.com/ionelmc/python-lazy-object-proxy/compare/v1.6.0...v1.7.0) - Switched CI to GitHub Actions, this has a couple consequences: - Support for Python 2.7 is dropped. You can still install it there but it's not tested anymore and Python 2 specific handling will be removed at some point. - Linux wheels are now provided in `musllinux` and `manylinux2014` variants. - Fixed `__index__` to fallback to `int` if the wrapped object doesn't have an `__index__` method. This prevents situations where code using a proxy would otherwise likely just call `int` had the object not have an `__index__` method.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.