-
Notifications
You must be signed in to change notification settings - Fork 6
Update dependencies #160
Comments
The two issues are:
Since both issues are on 3.5 - I do wonder if we really care about 3.5 I think we should just get rid of 3.5 and keep 3.6+ going forward |
It looks like blinker failing to install may be related to an issue in the Pipfile. I've been able to replicate it locally, and the patch from #161 fixes it. Let's see how the Travis CI run goes. |
Okay, that didn't help. Part of the issue here is that the |
There's also an issue with the current version of pipenv that pulls in extras as markers in the |
Ignore my comment about 3.5 vs 3.6 - it's a 3.5 only project |
Whilst #162 is passing in Travis CI, I haven't been able to confirm that there are no regressions from the updated packages and I'm not confident with merging it. |
It looks like @dependabot-bot is affected by pypa/pipenv#3026 so the pull requests opened are introducing a marker for blinker, which means it's being ignored during the pipenv install. The issue is apparently fixed, but we'll need to wait for a new release and for Dependabot to use the new version. I'll report this to Dependabot so they're aware. |
Dependabot has opened several pull requests to update dependencies, however most of these are failing. We need to investigate and resolve these issues so that we can use the latest stable dependencies.
The text was updated successfully, but these errors were encountered: