Skip to content

Commit

Permalink
build(deps-dev): bump black from 22.12.0 to 23.3.0 (#364)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump black from 22.12.0 to 23.3.0

Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.12.0...23.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: format

Signed-off-by: Luka Peschke <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Luka Peschke <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luka Peschke <[email protected]>
  • Loading branch information
dependabot[bot] and lukapeschke authored Mar 30, 2023
1 parent e7541f5 commit 5d71cd1
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 40 deletions.
1 change: 0 additions & 1 deletion peakina/readers/excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def read_excel(
preview_offset: int = 0,
**kwargs: Any,
) -> pd.DataFrame:

df_or_dict: dict[str, pd.DataFrame] | pd.DataFrame = pd.read_excel(*args, **kwargs)

if isinstance(df_or_dict, dict): # multiple sheets
Expand Down
70 changes: 33 additions & 37 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ geopandas = ">=0.11.1,<1"

[tool.poetry.dev-dependencies]
aiobotocore = {extras = ["boto3"], version = "^2.3.4"}
black = "^22.12"
black = "^23.3"
docker = "^6.0.1"
flake8 = "^5.0.4"
isort = "^5.12.0"
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def f(
skip_exception=None,
timeout=None,
):

if docker_pull:
print(f"Pulling {image} image")
docker.pull(image)
Expand Down

0 comments on commit 5d71cd1

Please sign in to comment.