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

Upgrade python dependencies #404

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Upgrade python dependencies #404

merged 1 commit into from
Jan 9, 2024

Conversation

marcospri
Copy link
Member

This is the result of running:

make requirements --always-make args='--upgrade'

Non top level dependencies can become outdated as dependabot doesn't send PR for those.

On top of that upgrading single packages with all the existing constraints might make impassible to satisfy all constraints.

This approach makes sure we are up to date with all our dependencies as specified on the .in files but without considering any constraints in the .txt files.

This is the result of running:

`make requirements --always-make args='--upgrade'`

Non top level dependencies can become outdated as dependabot doesn't
send PR for those.

On top of that upgrading single packages with all the existing
constraints might make impassible to satisfy all constraints.

This approach makes sure we are up to date with all our dependencies as
specified on the .in files but without considering any constraints in
the .txt files.
@marcospri marcospri requested a review from seanh January 8, 2024 11:42
@marcospri marcospri merged commit 2554d7a into main Jan 9, 2024
8 checks passed
@marcospri marcospri deleted the upgrade-dependencies branch January 9, 2024 10:56
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 this pull request may close these issues.

2 participants