Skip to content

Commit 3725b93

Browse files
committed
Bumping dev dependencies
1 parent b13fcd8 commit 3725b93

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

awswrangler/_data_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ def _cast_pandas_column(df: pd.DataFrame, col: str, current_type: str, desired_t
652652
try:
653653
df[col] = df[col].astype(desired_type)
654654
except TypeError as ex:
655+
_logger.debug("Column: %s", col)
655656
if "object cannot be converted to an IntegerDtype" not in str(ex):
656657
raise ex
657658
df[col] = (

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ cfn-lint==0.49.2
1616
pydot==1.4.2
1717
cfn-flip==1.2.3
1818
twine==3.4.1
19-
sphinx==4.0.1
19+
sphinx==4.0.2
2020
sphinx_bootstrap_theme==0.7.1
2121
nbsphinx==0.8.5
2222
nbsphinx-link==1.3.0
2323
IPython~=7.16
24-
moto==2.0.7
24+
moto==2.0.8
2525
jupyterlab==3.0.16
2626
s3fs==0.4.2 # keep it at 0.4.2
2727
python-Levenshtein==0.12.2

0 commit comments

Comments
 (0)