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

⬆️ Combi update #1363

Merged
merged 8 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ IPython>=7.2.0
nbval>=0.9.6
Jinja2<3.1.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion glotaran/builtin/io/yml/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def write_dict(
Defaults to None which makes this function return a string.
offset: int
Block indentation level. Defaults to 0
See https://yaml.readthedocs.io/en/latest/detail.html#indentation-of-block-sequences
See https://yaml.readthedocs.io/en/latest/detail/#indentation-of-block-sequences

Returns
-------
Expand Down
12 changes: 6 additions & 6 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ asteval==0.9.31
attrs == 23.1.0
click==8.1.7
netCDF4==1.6.4
numba==0.57.1
numba==0.58.0
numpy==1.24.4
odfpy==1.4.1
openpyxl==3.1.2
pandas==2.1.0
pydantic==1.10.12
ruamel.yaml==0.17.32
pandas==2.1.1
pydantic==1.10.13
ruamel.yaml==0.17.35
scipy==1.11.2
sdtfile==2023.8.30
sdtfile==2023.9.28
tabulate==0.9.0
xarray==2023.8.0
xarray==2023.9.0

# documentation dependencies
-r docs/requirements.txt
Expand Down