Open
Description
Current Situation
Currently, we don't have an automated way to keep ReactPy version in our other repos up-to-date. This results in the repositories outside core to be perpetually out of date unless manually updated.
Proposed Actions
Create a CI workflow that runs daily. It will need to check in with what the latest ReactPy version is on PyPI, and will submit a PR to bump the ReactPy version when needed.
A unique workflow will need to be generated for each repository.