pyup icon indicating copy to clipboard operation
pyup copied to clipboard

Bot is updating unpinned deps when configured to ignore them

Open benjaoming opened this issue 7 years ago • 4 comments

Please LMK if I'm doing something wrong, but this didn't use to happen IIRC...

Example PR:

https://github.com/learningequality/kolibri/pull/4145/files

Configuration:

https://github.com/learningequality/kolibri/blob/develop/.pyup.yml#L29

benjaoming avatar Aug 10 '18 20:08 benjaoming

@benjaoming this does seem incorrect, let me look into it

Jwomers avatar Aug 10 '18 21:08 Jwomers

This also relates to the following PR:

https://github.com/learningequality/kolibri/pull/4146

Which should not have occurred since it was configured not to:

  - requirements/pipeline.txt:
      # This is only used on buildkite for some build stuff
      # so not very important
      update: False
      pin: False

benjaoming avatar Aug 14 '18 09:08 benjaoming

@benjaoming I'm still looking into this, sorry for the delay

Jwomers avatar Aug 23 '18 18:08 Jwomers

Hi @Jwomers - I'm sorry about this missing perhaps important info: All the PRs got opened after we closed a combined+biweekly PR: https://github.com/learningequality/kolibri/pull/4109

Here is a convenient PR history: https://github.com/learningequality/kolibri/pulls?utf8=%E2%9C%93&q=author%3Apyup-bot+

benjaoming avatar Aug 24 '18 09:08 benjaoming