Skip to content
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

.dev and .prod requirements files have conflicting requirements #1531

Closed
evansd opened this issue Aug 24, 2023 · 0 comments · Fixed by #1664
Closed

.dev and .prod requirements files have conflicting requirements #1531

evansd opened this issue Aug 24, 2023 · 0 comments · Fixed by #1664

Comments

@evansd
Copy link
Contributor

evansd commented Aug 24, 2023

For example:

certifi==2023.5.7 \
--hash=sha256:0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7 \
--hash=sha256:c6c2e98f5c7869efca1f8916fed228dd91539f9f1b444c314c06eef02980c716
# via requests

certifi==2023.7.22 \
--hash=sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082 \
--hash=sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9
# via requests

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.

evansd added a commit that referenced this issue Oct 17, 2023
Dependabot still isn't doing this for us (see #964).

Closes #1531
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant