Skip to content

Commit

Permalink
Merge pull request #154 from jond01/dependabot/pip/pandas-stubs-2.1.4…
Browse files Browse the repository at this point in the history
….231218

Bump pandas-stubs from 2.1.1.230928 to 2.1.4.231218
  • Loading branch information
jond01 authored Dec 20, 2023
2 parents 78f1cfa + c3e9d55 commit 99d80cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 8 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions xil/fibi.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ def get_fibi_df(url: str = _FIBI_URL) -> pd.DataFrame:
header=_HEADER,
encoding=_ENCODING,
attrs=_ATTRS,
# Remove the type waiver on the following line when pandas-stubs is updated:
# https://github.com/pandas-dev/pandas-stubs/pull/785
storage_options=UA_HEADER, # type: ignore[call-arg]
storage_options=UA_HEADER,
)

df = dfs[0] # guaranteed to have at least one element at this point
Expand Down

0 comments on commit 99d80cf

Please sign in to comment.