Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cattrs to 22.2.0 #819

Merged
merged 5 commits into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
--batch_size 8 \
--layer_name color \
--chunks_per_shard 32 \
--scale 1 \
--voxel_size 1,1,1 \
testdata/tiff testoutput/tiff

- name: Login to docker
Expand Down
1 change: 1 addition & 0 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section
### Added

### Changed
- Updated cattrs dependency to 22.2.0. [#819](https://github.com/scalableminds/webknossos-libs/pull/819)

### Fixed

Expand Down
70 changes: 42 additions & 28 deletions webknossos/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 webknossos/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python = ">=3.7.1,<3.10"
aiohttp = "^3.8.1"
attrs = "^21.1.0"
boltons = "~21.0.0"
cattrs = "1.7.1"
cattrs = ">=1.7.1"
cluster_tools = { path = "../cluster_tools/", develop = true }
fsspec = "^2022.2.0"
httpx = ">=0.15.4,<0.19.0"
Expand Down
1 change: 1 addition & 0 deletions wkcuber/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section
### Added

### Changed
- Updated cattrs dependency to 22.2.0. [#819](https://github.com/scalableminds/webknossos-libs/pull/819)

### Fixed

Expand Down
49 changes: 28 additions & 21 deletions wkcuber/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 wkcuber/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = ["wkcuber/version.py"] # included explicitly since it's in .gitignore
[tool.poetry.dependencies]
python = ">=3.7.1,<3.10"
attrs = "^21.1.0"
cattrs = "1.7.1"
cattrs = ">=1.7.1"
cluster_tools = { path = "../cluster_tools/", develop = true }
czifile = "^2019.7.2"
GitPython = "^3.0.5"
Expand Down