Skip to content

Commit

Permalink
Update core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2024
1 parent 45c1a16 commit 6aed4f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ repos:
)$
# * ------------------------------------------------------------------------------ * #
- repo: "https://github.com/iterative/dvc"
rev: "3.35.0"
rev: "3.39.0"
hooks:
- id: "dvc-post-checkout"
additional_dependencies: ["dvc[gs]"]
Expand Down
8 changes: 4 additions & 4 deletions .tools/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ dill==0.3.7
# ? Already specified in `requirements_core.txt`
# dulwich
# ? Optional dependency for `boilercore.notebooks.report`
dvc[gs]==3.35.0
dvc[gs]==3.39.0
gmpy2==2.1.5
# ? Migrated to `requirements_both.txt` since it's part of package deps
# ipykernel
loguru==0.7.2
matplotlib==3.8.2
nbconvert==7.13.1
nbconvert==7.14.1
nbformat==5.9.2
numpy==1.26.2
numpy==1.26.3
pandas[hdf5,performance]==2.1.4
pandas-stubs~=2.1.4
ploomber-engine==0.0.31
pydantic==2.5.2
pydantic==2.5.3
# ? Already specified in `requirements_both.txt`
# pytest
ruamel.yaml==0.18.5
Expand Down
2 changes: 1 addition & 1 deletion .tools/requirements/requirements_both.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ? IPython is used
ipykernel==6.27.1
# ? Plots in tests
seaborn==0.13.0
seaborn==0.13.1
# ? Additional testing plugin
pytest-plt==1.1.0
# ? For caching with dill, unlike the stock PyPI version
Expand Down

0 comments on commit 6aed4f6

Please sign in to comment.