pkpio / fitbit-googlefit

Export Fitbit data to Google Fit. Unlike the alternatives such as fitnessyncer.com, this offers very fine intraday granularity (every minute/second data).
http://pkp.io/blog/fitbit-to-googlefit-sync/
GNU General Public License v3.0
491 stars 61 forks source link

Upgrade to requests 2.30.0 and urllib3 2.0.2 #137

Closed pquentin closed 1 year ago

pquentin commented 1 year ago

Hello, urllib3 maintainer here :wave:

To upgrade to the next release version of urllib3, requests need to be upgraded too, which is something that dependabot does not handle well, see https://github.com/dwoffinden/fitbit-googlefit/pull/144 for an example.

dwoffinden commented 1 year ago

alas

ERROR: Cannot install -r requirements.txt (line 8) and urllib3==2.0.2 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested urllib3==2.0.2
    google-auth 2.18.0 depends on urllib3<2.0
pkpio commented 1 year ago

This patch is a no go until google-auth is bumped as well then?

pquentin commented 1 year ago

Indeed, thanks for the heads up!