Skip to content

Commit a8c8192

Browse files
committed
MOD: Update client library tools versions
1 parent ad13ffb commit a8c8192

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

databento/common/dbnstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ def to_ndarray(
11111111

11121112
dtype = SCHEMA_DTYPES_MAP[schema]
11131113
ndarray_iter = NDArrayIterator(
1114-
filter(lambda r: isinstance(r, SCHEMA_STRUCT_MAP[schema]), self), # type: ignore [arg-type]
1114+
filter(lambda r: isinstance(r, SCHEMA_STRUCT_MAP[schema]), self),
11151115
dtype,
11161116
count,
11171117
)

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ requests = ">=2.24.0"
3333
zstandard = ">=0.21.0"
3434

3535
[tool.poetry.group.dev.dependencies]
36-
black = "^23.3.0"
37-
mypy = "1.3.0"
38-
pytest = ">=7.3.1"
36+
black = "^23.9.1"
37+
mypy = "1.5.1"
38+
pytest = "^7.4.2"
3939
pytest-asyncio = ">=0.21.0"
40-
ruff = "^0.0.270"
40+
ruff = "^0.0.291"
4141
types-requests = "^2.30.0.0"
4242
tomli = "^2.0.1"
4343
teamcity-messages = "^1.32"

0 commit comments

Comments
 (0)