Skip to content

Commit 8f5ba9d

Browse files
committed
Merge branch 'main' into ehsan/bodo_support
2 parents 947f503 + d48a08d commit 8f5ba9d

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/pypi-build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: startsWith(matrix.os, 'ubuntu')
6363

6464
- name: Build wheels
65-
uses: pypa/cibuildwheel@v3.0.0
65+
uses: pypa/cibuildwheel@v3.0.1
6666
with:
6767
output-dir: wheelhouse
6868
config-file: "pyproject.toml"

.github/workflows/svn-build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: startsWith(matrix.os, 'ubuntu')
5858

5959
- name: Build wheels
60-
uses: pypa/cibuildwheel@v3.0.0
60+
uses: pypa/cibuildwheel@v3.0.1
6161
with:
6262
output-dir: wheelhouse
6363
config-file: "pyproject.toml"

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fastavro = "1.11.1"
9696
coverage = { version = "^7.4.2", extras = ["toml"] }
9797
requests-mock = "1.12.1"
9898
moto = { version = "^5.0.2", extras = ["server"] }
99-
typing-extensions = "4.14.0"
99+
typing-extensions = "4.14.1"
100100
pytest-mock = "3.14.1"
101101
pyspark = "3.5.6"
102102
cython = "3.1.2"
@@ -115,7 +115,7 @@ mkdocstrings-python = "1.16.12"
115115
mkdocs-literate-nav = "0.6.2"
116116
mkdocs-autorefs = "1.4.2"
117117
mkdocs-gen-files = "0.5.0"
118-
mkdocs-material = "9.6.14"
118+
mkdocs-material = "9.6.15"
119119
mkdocs-material-extensions = "1.3.1"
120120
mkdocs-section-index = "0.3.10"
121121

0 commit comments

Comments
 (0)