From 8d36365f98d93f30482dd7cf6d11a80a5c32afaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 00:54:18 +0000 Subject: [PATCH] Update core --- .pre-commit-config.yaml | 4 ++-- .tools/requirements/requirements.txt | 10 +++++----- .tools/requirements/requirements_both.txt | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25cfc391..afcea963 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,7 +75,7 @@ repos: |\.tools/requirements/.* )$ - repo: "https://github.com/iterative/dvc" - rev: "3.30.1" + rev: "3.35.0" hooks: - id: "dvc-post-checkout" additional_dependencies: [".[gs]"] @@ -88,7 +88,7 @@ repos: - id: "trailing-whitespace" # * ------------------------------------------------------------------------------ * # - repo: "https://github.com/iterative/dvc" - rev: "3.30.1" + rev: "3.35.0" hooks: - id: "dvc-post-checkout" additional_dependencies: ["dvc[gs]"] diff --git a/.tools/requirements/requirements.txt b/.tools/requirements/requirements.txt index 13dcaa60..45673c04 100644 --- a/.tools/requirements/requirements.txt +++ b/.tools/requirements/requirements.txt @@ -5,7 +5,7 @@ colorcet==3.0.1 # ? Already specified in `requirements_core.txt` # dulwich # ? Required by `boilercv.pre_repro` -dvc[gs]==3.30.1 +dvc[gs]==3.35.0 geopandas==0.14.1 imageio[pyav]==2.31.5 # ? Migrated to `requirements_both.txt` since it's part of package deps @@ -23,22 +23,22 @@ pandas[hdf5,performance]==2.1.1 pandas-stubs~=2.1.1 pillow==10.1.0 ploomber-engine==0.0.31 -pyarrow==14.0.1 +pyarrow==14.0.2 pydantic==2.5.2 pyjanitor==0.26.0 pyqtgraph==0.13.3 -pyside6==6.6.0 +pyside6==6.6.1 pytz==2023.3.post1 ruamel.yaml==0.18.5 scikit-image==0.22.0 -scipy==1.11.3 +scipy==1.11.4 seaborn==0.13.0 shapely==2.0.2 sparklines==0.4.2 sympy==1.12 trackpy==0.6.1 tqdm==4.66.1 -xarray[accel,io,parallel]==2023.11.0 +xarray[accel,io,parallel]==2023.12.0 # ! Consider switching to pims instead boilercine@git+https://github.com/blakeNaccarato/boilercine@main # ! boilercore specified differently in dev and CI to allow editable package in dev diff --git a/.tools/requirements/requirements_both.txt b/.tools/requirements/requirements_both.txt index b56b7282..699818db 100644 --- a/.tools/requirements/requirements_both.txt +++ b/.tools/requirements/requirements_both.txt @@ -3,7 +3,7 @@ # ? IPython is used ipykernel==6.27.1 # ? https://github.com/ipython/ipython/issues/14255 -ipython==8.17.2 +ipython==8.18.1 # ? For caching with dill, unlike the stock PyPI version cachier@git+https://github.com/blakeNaccarato/cachier@0892f53dc8fd9fb8a7f959305a1a9ec692876dc0 @@ -18,7 +18,7 @@ pytest-cov==4.1.0 pytest-custom-exit-code==0.3.0 pytest-harvest==1.10.4 pytest-plt==1.1.0 -pytest-xdist[psutil,setproctitle]==3.4.0 +pytest-xdist[psutil,setproctitle]==3.5.0 # Format notebooks nb-clean==3.1.0