Skip to content

Conversation

@ebouchut
Copy link
Collaborator

@ebouchut ebouchut commented Nov 5, 2025

This PR upgrades the project's (Python) dependencies.

For the record, here is how I upgraded all the project's (direct (i.e., top-level)) dependencies declared in requirements.in:

pip-compile -v -U requirements.in

This command identifies the most up-to-date dependencies that are compatible with each other and updates the locked dependencies file (requirements.txt) with the exhaustive list of direct and indirect dependencies.

Next, anyone using mkdocs to preview LoopDocs locally should update the dependencies:

pip install -r requirements.txt

@ebouchut ebouchut self-assigned this Nov 5, 2025
@ebouchut ebouchut added the dependencies Pull requests that update a dependency file label Nov 5, 2025
Copy link
Collaborator Author

@ebouchut ebouchut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

@ebouchut ebouchut merged commit f6a8db7 into LoopKit:main Nov 5, 2025
@ebouchut ebouchut deleted the ebouchut/chore/upgrade_dependencies branch November 5, 2025 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant