We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.dev
.prod
For example:
ehrql/requirements.prod.txt
Lines 7 to 10 in efbed3f
ehrql/requirements.dev.txt
Lines 39 to 42 in efbed3f
And there are several others, I think maybe all relating to dependencies of requests.
requests
We don't notice this locally because Just installs one after the other and so the dev requirements overwrite the prod ones.
Just
But this seems like it might cause problems at some stage.
The text was updated successfully, but these errors were encountered:
fix: Upgrade dependencies
671700d
Dependabot still isn't doing this for us (see #964). Closes #1531
Successfully merging a pull request may close this issue.
For example:
ehrql/requirements.prod.txt
Lines 7 to 10 in efbed3f
ehrql/requirements.dev.txt
Lines 39 to 42 in efbed3f
And there are several others, I think maybe all relating to dependencies of
requests
.We don't notice this locally because
Just
installs one after the other and so the dev requirements overwrite the prod ones.But this seems like it might cause problems at some stage.
The text was updated successfully, but these errors were encountered: