Skip to content

Commit 0c1d784

Browse files
dependabot[bot]Tom Augspurger
andauthored
Bump black from 22.6.0 to 24.3.0 (#61)
* Bump black from 22.6.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 22.6.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.6.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * reformat --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Augspurger <[email protected]>
1 parent 30cc12b commit 0c1d784

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

planetary_computer/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Planetary Computer Python SDK"""
2+
23
# flake8:noqa
34

45
from planetary_computer.sas import (

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==22.6.0
1+
black==24.3.0
22
flake8==4.0.1
33
ipdb==0.13.9
44
mypy==0.961

tests/test_signing.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ def test_sign_zarr_open_dataset_nested_item(self) -> None:
206206
# nest inside backend_kwargs
207207
item = get_sample_zarr_open_dataset_item()
208208
extra_fields = item.assets["zarr-abfs"].extra_fields
209-
extra_fields["xarray:open_kwargs"]["backend_kwargs"][
210-
"storage_options"
211-
] = extra_fields["xarray:open_kwargs"].pop("storage_options")
209+
extra_fields["xarray:open_kwargs"]["backend_kwargs"]["storage_options"] = (
210+
extra_fields["xarray:open_kwargs"].pop("storage_options")
211+
)
212212

213213
result = pc.sign(item)
214214
self.assertIn(

0 commit comments

Comments
 (0)