From b715650938025371c55d4c576e51bb3685faaa12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:59:18 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/server-cicd.yml | 4 ++-- data/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/server-cicd.yml b/.github/workflows/server-cicd.yml index d9d44dd12..29df200de 100644 --- a/.github/workflows/server-cicd.yml +++ b/.github/workflows/server-cicd.yml @@ -15,7 +15,7 @@ jobs: - name: Setup | Checkout uses: actions/checkout@v4 - name: Setup | Rust - uses: actions-rust-lang/setup-rust-toolchain@v1.10.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.10.1 with: toolchain: stable components: clippy @@ -43,7 +43,7 @@ jobs: - name: Setup | Checkout uses: actions/checkout@v4 - name: Setup | Rust - uses: actions-rust-lang/setup-rust-toolchain@v1.10.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.10.1 with: toolchain: stable cache: false diff --git a/data/requirements.txt b/data/requirements.txt index a1691e68e..ebc179f1a 100644 --- a/data/requirements.txt +++ b/data/requirements.txt @@ -3,7 +3,7 @@ beautifulsoup4==4.12.3 defusedxml==0.7.1 lxml==5.3.0 Pillow==10.4.0 -polars==1.8.2 +polars==1.9.0 pyarrow==17.0.0 pydantic==2.9.2 pyyaml==6.0.2