Closed renovate[bot] closed 1 month ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Updating dependencies
Resolving dependencies...
Because pynetdicom (2.1.1) depends on pydicom (>=2.4,<2.5)
and no versions of pynetdicom match >2.1.1,<3.0.0, pynetdicom (>=2.1.1,<3.0.0) requires pydicom (>=2.4,<2.5).
So, because adit depends on both pydicom (^3.0.0) and pynetdicom (^2.1.1), version solving failed.
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x
releases. But if you manually upgrade to 3.x
then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
pynetdicom 2.x not compatible to pydicom 3.x
This PR contains the following updates:
^2.4.4
->^3.0.0
Release Notes
pydicom/pydicom (pydicom)
### [`v3.0.1`](https://redirect.github.com/pydicom/pydicom/releases/tag/v3.0.1): pydicom 3.0.1 [Compare Source](https://redirect.github.com/pydicom/pydicom/compare/v3.0.0...v3.0.1) #### What's Changed - Reduce logging for missing imports by [@scaramallion](https://redirect.github.com/scaramallion) in [https://github.com/pydicom/pydicom/pull/2129](https://redirect.github.com/pydicom/pydicom/pull/2129) - Include examples datasets with package by [@scaramallion](https://redirect.github.com/scaramallion) in [https://github.com/pydicom/pydicom/pull/2130](https://redirect.github.com/pydicom/pydicom/pull/2130) - Fix invalid VR value in private dictionary by [@scaramallion](https://redirect.github.com/scaramallion) in [https://github.com/pydicom/pydicom/pull/2133](https://redirect.github.com/pydicom/pydicom/pull/2133) - Fix checking Bits Stored for Float and Double Float Pixel Data by [@scaramallion](https://redirect.github.com/scaramallion) in [https://github.com/pydicom/pydicom/pull/2136](https://redirect.github.com/pydicom/pydicom/pull/2136) - Fix single bit native decoding for images with non byte-aligned frames by [@CPBridge](https://redirect.github.com/CPBridge) in [https://github.com/pydicom/pydicom/pull/2140](https://redirect.github.com/pydicom/pydicom/pull/2140) **Full Changelog**: https://github.com/pydicom/pydicom/compare/v3.0.0...v3.0.1 ### [`v3.0.0`](https://redirect.github.com/pydicom/pydicom/releases/tag/v3.0.0): pydicom 3.0.0 [Compare Source](https://redirect.github.com/pydicom/pydicom/compare/v2.4.4...v3.0.0) #### What's Changed Major backwards-incompatible changes: - The value for [JPEGLossless](https://pydicom.github.io/pydicom/stable/reference/generated/pydicom.uid.JPEGLossless.html#pydicom.uid.JPEGLossless) has changed to `1.2.840.10008.1.2.4.57`. - The encoding used when saving datasets with [dcmwrite()](https://pydicom.github.io/pydicom/stable/reference/generated/pydicom.filewriter.dcmwrite.html) and [Dataset.save_as()](https://pydicom.github.io/pydicom/stable/reference/generated/pydicom.dataset.Dataset.html#pydicom.dataset.Dataset.save_as) defaults to the set *Transfer Syntax UID*. - [Dataset.pixel_array](https://pydicom.github.io/pydicom/stable/reference/generated/pydicom.dataset.Dataset.html#pydicom.dataset.Dataset.pixel_array) will convert YCbCr *Pixel Data* to RGB by default when possible. - `read_file()` and `write_file()` have been removed, use [dcmread()](https://pydicom.github.io/pydicom/stable/reference/generated/pydicom.filereader.dcmread.html) and [dcmwrite()](https://pydicom.github.io/pydicom/stable/reference/generated/pydicom.filewriter.dcmwrite.html) instead. Please see the [release notes](https://pydicom.github.io/pydicom/stable/release_notes/index.html#version-3-0-0) for a full list of changes. #### New Contributors - [@smjoshiatglobus](https://redirect.github.com/smjoshiatglobus) made their first contribution in [https://github.com/pydicom/pydicom/pull/1820](https://redirect.github.com/pydicom/pydicom/pull/1820) - [@radarhere](https://redirect.github.com/radarhere) made their first contribution in [https://github.com/pydicom/pydicom/pull/1912](https://redirect.github.com/pydicom/pydicom/pull/1912) - [@kwsp](https://redirect.github.com/kwsp) made their first contribution in [https://github.com/pydicom/pydicom/pull/1960](https://redirect.github.com/pydicom/pydicom/pull/1960) - [@erikogabrielsson](https://redirect.github.com/erikogabrielsson) made their first contribution in [https://github.com/pydicom/pydicom/pull/1995](https://redirect.github.com/pydicom/pydicom/pull/1995) - [@paddyroddy](https://redirect.github.com/paddyroddy) made their first contribution in [https://github.com/pydicom/pydicom/pull/2018](https://redirect.github.com/pydicom/pydicom/pull/2018) - [@jstark-tpx](https://redirect.github.com/jstark-tpx) made their first contribution in [https://github.com/pydicom/pydicom/pull/2069](https://redirect.github.com/pydicom/pydicom/pull/2069) - [@or150](https://redirect.github.com/or150) made their first contribution in [https://github.com/pydicom/pydicom/pull/2078](https://redirect.github.com/pydicom/pydicom/pull/2078) - [@naterichman](https://redirect.github.com/naterichman) made their first contribution in [https://github.com/pydicom/pydicom/pull/1560](https://redirect.github.com/pydicom/pydicom/pull/1560) - [@haraldreingruber-dedalus](https://redirect.github.com/haraldreingruber-dedalus) made their first contribution in [https://github.com/pydicom/pydicom/pull/2119](https://redirect.github.com/pydicom/pydicom/pull/2119) **Full Changelog**: https://github.com/pydicom/pydicom/compare/v2.4.4...v3.0.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.