Skip to content

Commit 66970ad

Browse files
authored
bump duckdb and pandas dev dependencies (#692)
* bump dev dependencies * just unpin pandas * add back pandas, unpinned
1 parent a8b9fd4 commit 66970ad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dbt-tests-adapter==1.19.5
66

77
boto3
88
mypy-boto3-glue
9-
pandas<3.0.0
9+
pandas
1010
pyarrow==22.0.0
1111
buenavista==0.5.0
1212
bumpversion

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ glue =
4545
boto3
4646
mypy-boto3-glue
4747
md =
48-
duckdb==1.4.2
48+
duckdb==1.4.4
4949

5050
[files]
5151
packages =

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ skip_install = True
4444
passenv = *
4545
commands = {envpython} -m pytest --profile=md --maxfail=2 {posargs} tests/functional/plugins/motherduck tests/functional/adapter
4646
deps =
47-
duckdb==1.4.2
47+
duckdb==1.4.4
4848
-rdev-requirements.txt
4949
-e.[md]
5050

@@ -63,7 +63,7 @@ skip_install = True
6363
passenv = *
6464
commands = {envpython} -m pytest {posargs} --profile=file tests/functional/plugins
6565
deps =
66-
duckdb==1.4.2
66+
duckdb==1.4.4
6767
-rdev-requirements.txt
6868
-e.
6969

0 commit comments

Comments
 (0)