From 6b1ceedf318dd4773f261ab71f77560976f6096a Mon Sep 17 00:00:00 2001 From: Hajime Senuma Date: Sat, 14 Dec 2024 21:24:15 +0900 Subject: [PATCH] Update dependencies --- .github/workflows/wheels.yml | 2 +- pyproject.toml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f7c8524..ca4e5bd 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -48,7 +48,7 @@ jobs: if: runner.os == 'Linux' uses: docker/setup-qemu-action@v3 - name: Build wheels - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 with: output-dir: wheelhouse env: diff --git a/pyproject.toml b/pyproject.toml index e3190ed..2c54835 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,14 +31,14 @@ classifiers = [ [project.optional-dependencies] test = [ - "pytest == 8.3.3", + "pytest == 8.3.4", "pytest-sugar == 1.0.0" ] lint = [ "black == 24.10.0", - "clang-format == 19.1.2", + "clang-format == 19.1.4", "isort == 5.13.2", - "pylint == 3.3.1" + "pylint == 3.3.2" ] type = [ "mypy == 1.13.0" @@ -51,11 +51,11 @@ docs = [ ] benchmark = [ "pymmh3 == 0.0.5", - "pyperf == 2.8.0", + "pyperf == 2.8.1", "xxhash == 3.5.0" ] plot = [ - "matplotlib == 3.9.2", + "matplotlib == 3.9.3", "pandas == 2.2.3" ]