Skip to content

Commit 6852ae8

Browse files
Update core
1 parent dfcef32 commit 6852ae8

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.45.0"
84+
rev: "3.50.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,15 +2,15 @@
22
dulwich==0.21.6
33
ipykernel==6.29.0
44
loguru==0.7.2
5-
matplotlib==3.8.3
5+
matplotlib==3.8.4
66
mcculw==1.0.0
7-
nbformat==5.9.2
8-
pydantic==2.6.1
7+
nbformat==5.10.4
8+
pydantic==2.7.0
99
pandas[hdf5,performance]==2.2.0
1010
pandas-stubs~=2.2.0
1111
ploomber-engine==0.0.32
12-
pyqtgraph==0.13.3
13-
PySide6==6.6.2
12+
pyqtgraph==0.13.6
13+
PySide6==6.7.0
1414
PyVISA==1.14.1
1515
seaborn==0.13.2
1616
simple-pid==2.0.0

.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.45.0
4+
dvc[gs]==3.50.0
55
# ? For using the latest version of this core package during development
66
-e ../boilercore
77
# * ---------------------------------------------------------------------------------- *

0 commit comments

Comments
 (0)