Bump dependencies#352
Merged
Ignacio Bolonio (ignaciobolonio) merged 2 commits intomasterfrom Dec 23, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates project dependencies, primarily upgrading pycfmodel from version 1.0.0+ to 1.2.0+ across all dependency files. The changes also clean up obsolete dependencies and add new ones needed for documentation builds.
- Upgraded
pycfmodelminimum version to 1.2.0 - Removed unused dependencies (
exceptiongroup,tomli) - Added documentation build dependencies (
mkdocs-get-deps,platformdirs)
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updated minimum pycfmodel version requirement from 1.0.0 to 1.2.0 |
| requirements-dev.txt | Updated pycfmodel to 1.2.0 and removed exceptiongroup and tomli |
| requirements-docs.txt | Updated pycfmodel to 1.2.0, removed exceptiongroup and tomli, added mkdocs-get-deps and platformdirs, and corrected command comment |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Marc Santamaria (marcsantamaria-sky)
approved these changes
Dec 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates several dependencies and makes minor adjustments to requirements files to ensure compatibility and improve documentation builds. The most significant changes are dependency version bumps and cleanup of unused or outdated packages.
Dependency updates:
pycfmodelto version1.2.0inpyproject.toml,requirements-dev.txt, andrequirements-docs.txtfor consistency across environments. [1] [2] [3]Requirements cleanup:
exceptiongroup==1.3.0andtomli==2.3.0from bothrequirements-dev.txtandrequirements-docs.txtas they are no longer needed. [1] [2] [3] [4]Documentation and build improvements:
mkdocs-get-deps==0.2.0andplatformdirs==4.5.1torequirements-docs.txtto support documentation builds. [1] [2]requirements-docs.txtto reflect the correctuv pip compilecommand order for extras.