-
Notifications
You must be signed in to change notification settings - Fork 17
Conversation
Version 1.0.0 was yanked, and docker images are failing the build as they cannot install the appropriate version
Code Climate has analyzed commit ec6b984 and detected 0 issues on this pull request. View more on Code Climate. |
@alistairjcbrown looks like Issue raised in #512 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Looks like dependabot just opened a PR to bump the dependency in the lock file in #513 ; If it's green we should bump it instead and avoid adding it as a direct dependency. |
@apoclyps It'll need to bump it in
Is it weird that dependabot bumps another dependency's dependency? |
I'm going to land this so that we can get green CI, and look into this after as part of the issue that's been spun out |
@alistairjcbrown I believe dependabot will install the latest version of the dependency that is currently available; I'm guessing it's using |
Thanks - may be worth reverting this and doing that instead. Will look at it tomorrow if I have time. |
Version 1.0.0 of
itsdangerous
was yanked, and docker images are failing to build in CI as they cannot install the appropriate version.Changes in the PR added using
pipenv install itsdangerous
in theusers
andevents
service directories.Questions
❓ Do we rely on
itsdangerous
- should it be in the pipfile?Before
After