-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extra dot in requirements file detected twice and not updated #390
Comments
@browniebroke thank you for this catch. This is an unusual bug causing strange behavior. I added it to the list of bugfixes. |
Just adding here a new piece of info I've just discovered in case it helps. Pyup creates the branches to run the updates, but doesn't open a pull reques: |
I tracked it down to this recursive call to Line 519 in 6fb8638
Which doesn't play nice with our |
Changed the Do you want to keep this issue open to improve how you deal with this use case? |
I have an issue with PyUP on Cookiecutter Django project. This is a project template for Cookiecutter to quickly generate boilerplate for a Django project
We have 4 requirements file:
requirements.txt
{{cookiecutter.project_slug}}/requirements
:base.txt
local.txt
production.txt
We're receiving updates for all of them except
base.txt
, and I can't really understand why.When looking at the PyUP dashboard, I can see the file is detected twice, with a dot in the name:
{{cookiecutter.project_slug}}/requirements/./base.txt
{{cookiecutter.project_slug}}/requirements/base.txt
Somehow, I assume this is preventing the update from arriving...?
I've tried to add them to the config file, or click "reload" in the dashboard, but the problem persists.
The text was updated successfully, but these errors were encountered: