Skip to content

Commit 9d2c432

Browse files
authored
Merge branch 'main' into release-please--branches--main--changes--next
2 parents 41c485c + f4feadf commit 9d2c432

File tree

4 files changed

+586
-147
lines changed

4 files changed

+586
-147
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"distro>=1.7.0, <2",
1616
"sniffio",
1717
"pandas; python_version >= '3.7'",
18-
"pyarrow==14.0.1",
18+
"pyarrow==15.0.2",
1919
"pyyaml>=6.0",
2020
"requests_toolbelt>=1.0.0",
2121
"tqdm",

requirements-dev.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
# last locked with the following flags:
55
# pre: false
66
# features: []
7-
# all-features: true
7+
# all-features: false
88
# with-sources: false
9-
# generate-hashes: false
10-
# universal: false
119

1210
-e file:.
1311
aiohappyeyeballs==2.6.1
@@ -99,7 +97,7 @@ pluggy==1.5.0
9997
propcache==0.3.2
10098
# via aiohttp
10199
# via yarl
102-
pyarrow==14.0.1
100+
pyarrow==15.0.2
103101
# via openlayer
104102
pydantic==2.10.3
105103
# via openlayer

requirements.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
# last locked with the following flags:
55
# pre: false
66
# features: []
7-
# all-features: true
7+
# all-features: false
88
# with-sources: false
9-
# generate-hashes: false
10-
# universal: false
119

1210
-e file:.
1311
aiohappyeyeballs==2.6.1
@@ -65,7 +63,7 @@ pandas==2.2.2
6563
propcache==0.3.2
6664
# via aiohttp
6765
# via yarl
68-
pyarrow==14.0.1
66+
pyarrow==15.0.2
6967
# via openlayer
7068
pydantic==2.10.3
7169
# via openlayer

0 commit comments

Comments
 (0)