From ab8b5789b20030cf0670a01a70dbdf475d817bdd Mon Sep 17 00:00:00 2001 From: tyteen4a03 Date: Sun, 3 Mar 2024 16:49:46 +0100 Subject: [PATCH] chore: bump various deps --- CMakeLists.txt | 2 +- requirements-cibw.txt | 2 +- requirements-dev.txt | 3 +-- tox.ini | 5 +++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83eff6e0..498a63fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ else() FetchContent_Declare( pybind11 GIT_REPOSITORY https://github.com/pybind/pybind11 - GIT_TAG v2.6.1 + GIT_TAG v2.11.1 ) FetchContent_MakeAvailable(pybind11) endif() diff --git a/requirements-cibw.txt b/requirements-cibw.txt index 978455e9..4e097272 100644 --- a/requirements-cibw.txt +++ b/requirements-cibw.txt @@ -1 +1 @@ -cibuildwheel==2.11.2 \ No newline at end of file +cibuildwheel==2.16.5 \ No newline at end of file diff --git a/requirements-dev.txt b/requirements-dev.txt index 8c8f6e0f..b9285ecc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,2 @@ pytest -regex -simplejson +regex==2022.10.31 diff --git a/tox.ini b/tox.ini index 6919cdf2..3b556f51 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py3{6,7,8,9} +envlist = py3{6,7,8,9,10,11,12} skip_missing_interpreters = true isolated_build = true skipsdist=True @@ -11,6 +11,7 @@ skipsdist=True 3.9 = py39 3.10 = py310 3.11 = py311 +3.12 = py312 [testenv] passenv = @@ -92,7 +93,7 @@ passenv = allowlist_externals = bash deps = - pip>=20.0.1 + pip>=21.3.1 build twine path