Skip to content

Commit

Permalink
chore: bump various deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tyteen4a03 committed Mar 3, 2024
1 parent d35717f commit ab8b578
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion requirements-cibw.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cibuildwheel==2.11.2
cibuildwheel==2.16.5
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pytest
regex
simplejson
regex==2022.10.31
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -11,6 +11,7 @@ skipsdist=True
3.9 = py39
3.10 = py310
3.11 = py311
3.12 = py312

[testenv]
passenv =
Expand Down Expand Up @@ -92,7 +93,7 @@ passenv =
allowlist_externals = bash

deps =
pip>=20.0.1
pip>=21.3.1
build
twine
path
Expand Down

0 comments on commit ab8b578

Please sign in to comment.