Skip to content

Commit

Permalink
Merge pull request #33 from blakeNaccarato/renovate/core
Browse files Browse the repository at this point in the history
Update core
  • Loading branch information
blakeNaccarato authored Nov 18, 2023
2 parents f7c7043 + a032399 commit 419c345
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ repos:
- id: "trailing-whitespace"
# * ------------------------------------------------------------------------------ * #
- repo: "https://github.com/iterative/dvc"
rev: "3.27.0"
rev: "3.30.1"
hooks:
- id: "dvc-post-checkout"
additional_dependencies: ["dvc[gs]"]
Expand Down
4 changes: 2 additions & 2 deletions .tools/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dulwich==0.21.5
# ? Already specified in `requirements_both.txt`
# ipykernel
loguru==0.7.2
matplotlib==3.8.0
matplotlib==3.8.2
mcculw==1.0.0
nbformat==5.9.2
pydantic==1.10.12
Expand All @@ -14,7 +14,7 @@ pandas-stubs~=2.1.1
ploomber-engine==0.0.31
pyqtgraph==0.13.3
PySide6==6.6.0
PyVISA==1.13.0
PyVISA==1.14.0
seaborn==0.13.0
simple-pid==2.0.0
# ! boilercore specified differently in dev and CI to allow editable package in dev
Expand Down
2 changes: 1 addition & 1 deletion .tools/requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Requirements for the dev environment.

# ? DVC is an external tool used in this repo
dvc[gs]==3.27.0
dvc[gs]==3.30.1
# ? For using the latest version of this core package during development
-e ../boilercore

Expand Down

0 comments on commit 419c345

Please sign in to comment.