From 8ce08a94a4cd8060a28f5a339e19752b7e0f1dc3 Mon Sep 17 00:00:00 2001 From: Bruce Merry Date: Mon, 4 Nov 2024 16:08:29 +0200 Subject: [PATCH] Bump versions of wheel dependencies --- .ci/before_all_linux.sh | 2 +- .ci/before_all_macos.sh | 2 +- .github/workflows/test.yml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci/before_all_linux.sh b/.ci/before_all_linux.sh index 3cd42bfd..79068d45 100755 --- a/.ci/before_all_linux.sh +++ b/.ci/before_all_linux.sh @@ -6,7 +6,7 @@ set -e -u sccache_version=0.5.4 rdma_core_version=53.0 -pcap_version=1.10.4 +pcap_version=1.10.5 boost_version=1.86.0 boost_version_under=${boost_version//./_} diff --git a/.ci/before_all_macos.sh b/.ci/before_all_macos.sh index 0d70d644..c52cef67 100755 --- a/.ci/before_all_macos.sh +++ b/.ci/before_all_macos.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -u -pcap_version=1.10.4 +pcap_version=1.10.5 # Prepare the MacOS environment for building spead2 wheels (for cibuildwheel) .ci/install-sys-pkgs.sh diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78464d3a..54bf6bd1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -234,7 +234,7 @@ jobs: run: ./.ci/install-sys-pkgs.sh - name: Install Python dependencies run: ./.ci/py-requirements.sh - - run: pip install build==1.2.1 + - run: pip install build==1.2.2.post1 - run: python -m build --sdist . - uses: actions/upload-artifact@v4 with: diff --git a/pyproject.toml b/pyproject.toml index 6cd8fd6d..d7f658fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["meson-python", "pybind11==2.13.1", "jinja2", "pycparser", "packaging"] +requires = ["meson-python", "pybind11==2.13.6", "jinja2", "pycparser", "packaging"] build-backend = "mesonpy" [project]