Skip to content

Commit 73549fa

Browse files
Merge pull request #48 from blakeNaccarato/renovate/core
Update core
2 parents 1eee3a0 + 1553c3b commit 73549fa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ repos:
8181
- id: "trailing-whitespace"
8282
# * ------------------------------------------------------------------------------ * #
8383
- repo: "https://github.com/iterative/dvc"
84-
rev: "3.39.0"
84+
rev: "3.45.0"
8585
hooks:
8686
- id: "dvc-post-checkout"
8787
additional_dependencies: ["dvc[gs]"]

.tools/requirements/requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
dulwich==0.21.6
33
ipykernel==6.29.0
44
loguru==0.7.2
5-
matplotlib==3.8.2
5+
matplotlib==3.8.3
66
mcculw==1.0.0
77
nbformat==5.9.2
8-
pydantic==2.5.3
8+
pydantic==2.6.1
99
pandas[hdf5,performance]==2.1.4
1010
pandas-stubs~=2.1.4
11-
ploomber-engine==0.0.31
11+
ploomber-engine==0.0.32
1212
pyqtgraph==0.13.3
13-
PySide6==6.6.1
13+
PySide6==6.6.2
1414
PyVISA==1.14.1
15-
seaborn==0.13.1
15+
seaborn==0.13.2
1616
simple-pid==2.0.0
1717
# ! boilercore specified differently in dev and CI to allow editable package in dev
1818
# boilercore==...

.tools/requirements/requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements for the dev environment
22
# * ---------------------------------------------------------------------------------- *
33
# ? DVC is an external tool used in this repo
4-
dvc[gs]==3.39.0
4+
dvc[gs]==3.45.0
55
# ? For using the latest version of this core package during development
66
-e ../boilercore
77
# * ---------------------------------------------------------------------------------- *

0 commit comments

Comments
 (0)