It's bogus automation, you can safely reject those pull requests. If you do merge any pull requests to `main` of your personal fork, your `main` branch will diverge from python/cpython's. Not recommended.
I just merged the equivalent pull requests from dependabot on python/cpython. You can pull from upstream. - Ł > On 4 May 2021, at 02:59, Ethan Furman <[email protected]> wrote: > > I have two pull requests against my cpython fork from a dependabot -- what is > that, and should I merge them? > > -- > ~Ethan~ > _______________________________________________ > Python-Dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/OTX3F5RQFPTND3UGK2RRFNWDXAFOKXO4/ > Code of Conduct: http://python.org/psf/codeofconduct/ _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/ECUMBNN2O2Q2FEP5MLWA6DU4A65KINJA/ Code of Conduct: http://python.org/psf/codeofconduct/
