-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update typer and coverage versions in pyproject.toml The versions for dependencies 'typer' and 'coverage' have been updated. Typer was updated from version 0.10.0 to 0.11.1, while coverage was upgraded from 7.4.3 to 7.4.4. This was done to keep the package dependencies up-to-date and possibly to include any recent bug fixes, performance improvements, or new features provided in the newer versions. * Reorder dependencies to match project config --------- Co-authored-by: Altay Sansal <altay.sansal@tgs.com>
- Loading branch information
Showing
3 changed files
with
22 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
sphinx==7.2.6 | ||
sphinx-design==0.5.0 | ||
sphinxcontrib-typer==0.1.12 | ||
sphinx-copybutton==0.5.2 | ||
furo==2024.1.29 | ||
myst-nb==1.0.0 | ||
linkify-it-py==2.0.3 | ||
autodoc-pydantic==2.1.0 | ||
sphinxcontrib-typer==0.1.12 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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