Bump scikit-build from 0.13.0 to 0.17.5

Bumps [scikit-build](https://github.com/scikit-build/scikit-build) from 0.13.0 to 0.17.5.
- [Release notes](https://github.com/scikit-build/scikit-build/releases)
- [Changelog](https://github.com/scikit-build/scikit-build/blob/main/CHANGES.rst)
- [Commits](https://github.com/scikit-build/scikit-build/compare/0.13.0...0.17.5)

---
updated-dependencies:
- dependency-name: scikit-build
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-30 00:29:33 +00:00 committed by GitHub
parent 41e2184431
commit fa79484a29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 9 deletions

19
poetry.lock generated
View file

@ -1375,25 +1375,28 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"]
[[package]]
name = "scikit-build"
version = "0.13.0"
version = "0.17.5"
description = "Improved build system generator for Python C/C++/Fortran/Cython extensions"
category = "dev"
optional = false
python-versions = "*"
python-versions = ">=3.7"
files = [
{file = "scikit-build-0.13.0.tar.gz", hash = "sha256:a6ca1b7f1cc8a718564c19f535014f3a71f34508f72e750d4221f987eed0f06d"},
{file = "scikit_build-0.13.0-py2.py3-none-any.whl", hash = "sha256:f903fef5cd76aa81dee040fa9cf3daaeff5c71fccfe5fc0bf6a62e54b166d492"},
{file = "scikit_build-0.17.5-py3-none-any.whl", hash = "sha256:18861286b34fd2d685327d3bec6ebf4d33303adfaef28a08dd856710d16cf20f"},
{file = "scikit_build-0.17.5.tar.gz", hash = "sha256:76856e7631d9e8887a7aa71913d5f184a6177246225391af96ce4801d89fa254"},
]
[package.dependencies]
distro = "*"
packaging = "*"
setuptools = {version = ">=28.0.0", markers = "python_version >= \"3\""}
wheel = ">=0.29.0"
setuptools = ">=42.0.0"
tomli = {version = "*", markers = "python_version < \"3.11\""}
wheel = ">=0.32.0"
[package.extras]
cov = ["coverage[toml] (>=4.2)", "pytest-cov (>=2.7.1)"]
docs = ["pygments", "sphinx (>=4)", "sphinx-issues", "sphinx-rtd-theme (>=1.0)", "sphinxcontrib-moderncmakedomain (>=3.19)"]
test = ["build (>=0.5)", "codecov (>=2.0.5)", "coverage (>=4.2)", "cython (>=0.25.1)", "flake8 (>=3.0.4)", "path.py (>=11.5.0)", "pathlib2", "pytest (>=4.5.0)", "pytest-cov (>=2.7.1)", "pytest-mock (>=1.10.4)", "pytest-runner (>=5.1)", "pytest-virtualenv (>=1.2.5)", "requests", "six (>=1.10.0)", "ubelt (>=0.8.2)", "virtualenv", "xdoctest (>=0.10.0)"]
doctest = ["ubelt (>=0.8.2)", "xdoctest (>=0.10.0)"]
test = ["build (>=0.7)", "cython (>=0.25.1)", "importlib-metadata", "pytest (>=6.0.0)", "pytest-mock (>=1.10.4)", "pytest-virtualenv (>=1.2.5)", "requests", "virtualenv"]
[[package]]
name = "secretstorage"
@ -1659,4 +1662,4 @@ server = ["uvicorn", "fastapi", "sse-starlette"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "d372864238c465628bc679cbeeedd2da04ea8e33382ba5a1cc8d76b3481fcb1a"
content-hash = "af969208807cf8dd49c51acdb309ea14019a0cd967a21c45b92e8af9f922eb3c"

View file

@ -27,7 +27,7 @@ mkdocstrings = {extras = ["python"], version = "^0.22.0"}
mkdocs-material = "^9.1.14"
pytest = "^7.3.1"
httpx = "^0.24.1"
scikit-build = "0.13"
scikit-build = "0.17.5"
[tool.poetry.extras]
server = ["uvicorn", "fastapi", "sse-starlette"]