chore(deps): update dependency syrupy to v5 #45

Open
renovate-bot wants to merge 1 commits from renovate/syrupy-5.x into master
Owner

This PR contains the following updates:

Package Type Update Change
syrupy dev-dependencies major ^4.0.8 -> ^5.0.0

Release Notes

syrupy-project/syrupy

v5.0.0

Compare Source

Bug Fixes
  • Block terminal summary for xdist workers. (#​978) (33a848d)
  • ensure syrupy's pytest_assertrepr_compare hook is called first. (#​984) (eb0024d)
Code Refactoring
  • remove incorrect private underscore prefix from public methods (8cfc905)
Features
BREAKING CHANGES
  • The following methods have been renamed:

SnapshotCollectionStorage

  • _read_snapshot_collection -> read_snapshot_collection
  • _read_snapshot_data_from_location -> read_snapshot_data_from_location
  • _write_snapshot_collection -> write_snapshot_collection
  • _get_file_basename -> get_file_basename
  • _file_extension -> file_extension

AmberDataSerializer

  • _snapshot_sort_key -> snapshot_sort_key

Renamed constants to improve clarity:

constants

  • SNAPSHOT_EMPTY_FOSSIL_KEY -> SNAPSHOT_EMPTY_COLLECTION_KEY
  • SNAPSHOT_UNKNOWN_FOSSIL_KEY -> SNAPSHOT_UNKNOWN_COLLECTION_KEY
  • Min. python version is now 3.10.
  • The Syrupy project is switching from Apache 2.0 to a more permissive MIT license. By using Syrupy >=5, you agree to abide by this new license. You can continue to use Syrupy v1 through v4 under Apache 2.0.
  • Drops support for Python 3.8 which is end of life as of October 2024. Raises the minimum version of pytest to v8.

4.9.1 (2025-03-24)

Bug Fixes
  • serializer: preserve trailing newlines in ambr serialization (#​950) (5897490)
  • serializer: preserve trailing newlines in ambr serialization (#​950) (5037477)

v4.9.1

Compare Source

Bug Fixes
  • serializer: preserve trailing newlines in ambr serialization (#​950) (5897490)
  • serializer: preserve trailing newlines in ambr serialization (#​950) (5037477)

v4.9.0

Compare Source

Bug Fixes
  • serializer: raise TypeError when serializing non-byte like object in binary mode (#​951) (2bd0f54)
Features
  • add --snapshot-ignore-file-extensions argument to support DVC (#​943) (056cc6e)
  • add compose_matchers utility for composing 1 or more matchers (#​952) (157dbec)
  • add SingleFileAmberSnapshotExtension as a single-file variant of the default amber extension (#​959) (a753b7a)
  • include details about created/updated snapshots in detailed report (#​942) (25d37ef)

4.8.3 (2025-03-08)

Bug Fixes
  • snapshots of deselected parametrized tests wrongly marked as unused (#​965) (52f3bb2)

4.8.2 (2025-02-20)

Bug Fixes
  • avoid unnecessary env updates to reduce chances of segfault (#​956) (7fdffd9)

4.8.1 (2025-01-13)

Bug Fixes
  • check current session's pending-write queue when recalling snapshots (e.g. diffing) (#​927) (0f6bb55)

v4.8.3

Compare Source

Bug Fixes
  • snapshots of deselected parametrized tests wrongly marked as unused (#​965) (52f3bb2)

v4.8.2

Compare Source

Bug Fixes
  • avoid unnecessary env updates to reduce chances of segfault (#​956) (7fdffd9)

v4.8.1

Compare Source

Bug Fixes
  • check current session's pending-write queue when recalling snapshots (e.g. diffing) (#​927) (0f6bb55)

v4.8.0

Compare Source

Features

4.7.2 (2024-10-06)

Bug Fixes

4.7.1 (2024-08-23)

Bug Fixes

v4.7.2

Compare Source

Bug Fixes

v4.7.1

Compare Source

Bug Fixes

v4.7.0

Compare Source

Features
  • Added a new CLI flag: --snapshot-patch-pycharm-diff (a4dfcf5)

4.6.4 (2024-08-21)

Bug Fixes
  • relax python version constraint, remove upperbound (#​878) (05a35a1)

4.6.3 (2024-08-21)

Bug Fixes

4.6.2 (2024-08-21)

Bug Fixes

4.6.2 (2024-08-21)

Bug Fixes

4.6.1 (2024-02-07)

Bug Fixes

v4.6.4

Compare Source

Bug Fixes
  • relax python version constraint, remove upperbound (#​878) (05a35a1)

v4.6.3

Compare Source

Bug Fixes

v4.6.2

Compare Source

Bug Fixes

Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [syrupy](https://github.com/syrupy-project/syrupy) | dev-dependencies | major | `^4.0.8` -> `^5.0.0` | --- ### Release Notes <details> <summary>syrupy-project/syrupy</summary> ### [`v5.0.0`](https://github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#&#8203;500-httpsgithubcomsyrupy-projectsyrupycomparev491v500-2025-09-28) [Compare Source](https://github.com/syrupy-project/syrupy/compare/v4.9.1...v5.0.0) - Switch to MIT license ([#&#8203;945](https://github.com/syrupy-project/syrupy/issues/945)) ([d74d340](https://github.com/syrupy-project/syrupy/commit/d74d340f8884fdb04831fcf77f29d66e098aaa66)) ##### Bug Fixes - Block terminal summary for xdist workers. ([#&#8203;978](https://github.com/syrupy-project/syrupy/issues/978)) ([33a848d](https://github.com/syrupy-project/syrupy/commit/33a848df7c4a33577e4057eae5792f6592ad3172)) - ensure syrupy's pytest_assertrepr_compare hook is called first. ([#&#8203;984](https://github.com/syrupy-project/syrupy/issues/984)) ([eb0024d](https://github.com/syrupy-project/syrupy/commit/eb0024d339248b7e1f76fdb65ed30ba3e19c0857)) ##### Code Refactoring - remove incorrect private underscore prefix from public methods ([8cfc905](https://github.com/syrupy-project/syrupy/commit/8cfc9059d37066187ac419e2233059bad58b667f)) ##### Features - add --snapshot-dirname option, close [#&#8203;810](https://github.com/syrupy-project/syrupy/issues/810) ([27135c7](https://github.com/syrupy-project/syrupy/commit/27135c7c861441962c2cedde841f3e4fed2949fd)) - drop support for py3.8, raise min. pytest to v8 ([#&#8203;904](https://github.com/syrupy-project/syrupy/issues/904)) ([a879ff1](https://github.com/syrupy-project/syrupy/commit/a879ff15ad82e59a2f387db0822be072a5684f2f)) - update min. python version to 3.10 ([#&#8203;1024](https://github.com/syrupy-project/syrupy/issues/1024)) ([16b4113](https://github.com/syrupy-project/syrupy/commit/16b4113cd56da96e84a90ebda0919e9b8dd35954)) ##### BREAKING CHANGES - The following methods have been renamed: SnapshotCollectionStorage - \_read_snapshot_collection -> read_snapshot_collection - \_read_snapshot_data_from_location -> read_snapshot_data_from_location - \_write_snapshot_collection -> write_snapshot_collection - \_get_file_basename -> get_file_basename - \_file_extension -> file_extension AmberDataSerializer - \_snapshot_sort_key -> snapshot_sort_key Renamed constants to improve clarity: constants - SNAPSHOT_EMPTY_FOSSIL_KEY -> SNAPSHOT_EMPTY_COLLECTION_KEY - SNAPSHOT_UNKNOWN_FOSSIL_KEY -> SNAPSHOT_UNKNOWN_COLLECTION_KEY <!----> - Min. python version is now 3.10. - The Syrupy project is switching from Apache 2.0 to a more permissive MIT license. By using Syrupy >=5, you agree to abide by this new license. You can continue to use Syrupy v1 through v4 under Apache 2.0. - Drops support for Python 3.8 which is end of life as of October 2024. Raises the minimum version of pytest to v8. #### [4.9.1](https://github.com/syrupy-project/syrupy/compare/v4.9.0...v4.9.1) (2025-03-24) ##### Bug Fixes - **serializer:** preserve trailing newlines in ambr serialization ([#&#8203;950](https://github.com/syrupy-project/syrupy/issues/950)) ([5897490](https://github.com/syrupy-project/syrupy/commit/5897490e9821156327fe56bc5f7695146e2363a5)) - **serializer:** preserve trailing newlines in ambr serialization ([#&#8203;950](https://github.com/syrupy-project/syrupy/issues/950)) ([5037477](https://github.com/syrupy-project/syrupy/commit/5037477ceece0f2cf861aabd356f4dd07a9eeb71)) ### [`v4.9.1`](https://github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#&#8203;491-httpsgithubcomsyrupy-projectsyrupycomparev490v491-2025-03-24) [Compare Source](https://github.com/syrupy-project/syrupy/compare/v4.9.0...v4.9.1) ##### Bug Fixes - **serializer:** preserve trailing newlines in ambr serialization ([#&#8203;950](https://github.com/syrupy-project/syrupy/issues/950)) ([5897490](https://github.com/syrupy-project/syrupy/commit/5897490e9821156327fe56bc5f7695146e2363a5)) - **serializer:** preserve trailing newlines in ambr serialization ([#&#8203;950](https://github.com/syrupy-project/syrupy/issues/950)) ([5037477](https://github.com/syrupy-project/syrupy/commit/5037477ceece0f2cf861aabd356f4dd07a9eeb71)) ### [`v4.9.0`](https://github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#&#8203;490-httpsgithubcomsyrupy-projectsyrupycomparev483v490-2025-03-08) [Compare Source](https://github.com/syrupy-project/syrupy/compare/v4.8.3...v4.9.0) ##### Bug Fixes - **serializer:** raise TypeError when serializing non-byte like object in binary mode ([#&#8203;951](https://github.com/syrupy-project/syrupy/issues/951)) ([2bd0f54](https://github.com/syrupy-project/syrupy/commit/2bd0f54ea0923f4c549209abc40d2eec9b973d65)) ##### Features - add --snapshot-ignore-file-extensions argument to support DVC ([#&#8203;943](https://github.com/syrupy-project/syrupy/issues/943)) ([056cc6e](https://github.com/syrupy-project/syrupy/commit/056cc6e1057f6d1c49b4b609aa09be9f507dd55c)) - add compose_matchers utility for composing 1 or more matchers ([#&#8203;952](https://github.com/syrupy-project/syrupy/issues/952)) ([157dbec](https://github.com/syrupy-project/syrupy/commit/157dbecc87fd03ea938c4a7dc194418da43c90a5)) - add SingleFileAmberSnapshotExtension as a single-file variant of the default amber extension ([#&#8203;959](https://github.com/syrupy-project/syrupy/issues/959)) ([a753b7a](https://github.com/syrupy-project/syrupy/commit/a753b7a0aa6763a7489da78291bf27b7b5081b74)) - include details about created/updated snapshots in detailed report ([#&#8203;942](https://github.com/syrupy-project/syrupy/issues/942)) ([25d37ef](https://github.com/syrupy-project/syrupy/commit/25d37ef978cbbd5b034fe394d283e923295b1750)) #### [4.8.3](https://github.com/syrupy-project/syrupy/compare/v4.8.2...v4.8.3) (2025-03-08) ##### Bug Fixes - snapshots of deselected parametrized tests wrongly marked as unused ([#&#8203;965](https://github.com/syrupy-project/syrupy/issues/965)) ([52f3bb2](https://github.com/syrupy-project/syrupy/commit/52f3bb2089f6289ef6502486301d56d7b13fdf28)) #### [4.8.2](https://github.com/syrupy-project/syrupy/compare/v4.8.1...v4.8.2) (2025-02-20) ##### Bug Fixes - avoid unnecessary env updates to reduce chances of segfault ([#&#8203;956](https://github.com/syrupy-project/syrupy/issues/956)) ([7fdffd9](https://github.com/syrupy-project/syrupy/commit/7fdffd906dc851d8ff7aa0327b6a8bdb5d0cbed5)) #### [4.8.1](https://github.com/syrupy-project/syrupy/compare/v4.8.0...v4.8.1) (2025-01-13) ##### Bug Fixes - check current session's pending-write queue when recalling snapshots (e.g. diffing) ([#&#8203;927](https://github.com/syrupy-project/syrupy/issues/927)) ([0f6bb55](https://github.com/syrupy-project/syrupy/commit/0f6bb55000593e5d5198feb2bd9ccbb1376a37fb)) ### [`v4.8.3`](https://github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#&#8203;483-httpsgithubcomsyrupy-projectsyrupycomparev482v483-2025-03-08) [Compare Source](https://github.com/syrupy-project/syrupy/compare/v4.8.2...v4.8.3) ##### Bug Fixes - snapshots of deselected parametrized tests wrongly marked as unused ([#&#8203;965](https://github.com/syrupy-project/syrupy/issues/965)) ([52f3bb2](https://github.com/syrupy-project/syrupy/commit/52f3bb2089f6289ef6502486301d56d7b13fdf28)) ### [`v4.8.2`](https://github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#&#8203;482-httpsgithubcomsyrupy-projectsyrupycomparev481v482-2025-02-20) [Compare Source](https://github.com/syrupy-project/syrupy/compare/v4.8.1...v4.8.2) ##### Bug Fixes - avoid unnecessary env updates to reduce chances of segfault ([#&#8203;956](https://github.com/syrupy-project/syrupy/issues/956)) ([7fdffd9](https://github.com/syrupy-project/syrupy/commit/7fdffd906dc851d8ff7aa0327b6a8bdb5d0cbed5)) ### [`v4.8.1`](https://github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#&#8203;481-httpsgithubcomsyrupy-projectsyrupycomparev480v481-2025-01-13) [Compare Source](https://github.com/syrupy-project/syrupy/compare/v4.8.0...v4.8.1) ##### Bug Fixes - check current session's pending-write queue when recalling snapshots (e.g. diffing) ([#&#8203;927](https://github.com/syrupy-project/syrupy/issues/927)) ([0f6bb55](https://github.com/syrupy-project/syrupy/commit/0f6bb55000593e5d5198feb2bd9ccbb1376a37fb)) ### [`v4.8.0`](https://github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#&#8203;480-httpsgithubcomsyrupy-projectsyrupycomparev472v480-2024-11-23) [Compare Source](https://github.com/syrupy-project/syrupy/compare/v4.7.2...v4.8.0) ##### Features - add option to disable diffing ([#&#8203;924](https://github.com/syrupy-project/syrupy/issues/924)) ([d283e87](https://github.com/syrupy-project/syrupy/commit/d283e87c2b8d1d5623ea3258653d579757bfa78c)) #### [4.7.2](https://github.com/syrupy-project/syrupy/compare/v4.7.1...v4.7.2) (2024-10-06) ##### Bug Fixes - allow snapshot dir to be different ([#&#8203;892](https://github.com/syrupy-project/syrupy/issues/892)) ([548ec06](https://github.com/syrupy-project/syrupy/commit/548ec0660c2f8f3c80f2b7f0188e8bb2b0c81fc8)) #### [4.7.1](https://github.com/syrupy-project/syrupy/compare/v4.7.0...v4.7.1) (2024-08-23) ##### Bug Fixes - pytest-rerunfailures compatibility ([#&#8203;881](https://github.com/syrupy-project/syrupy/issues/881)) ([16911ad](https://github.com/syrupy-project/syrupy/commit/16911ad0541c642118f3f1ac2d1347362d80c854)) ### [`v4.7.2`](https://github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#&#8203;472-httpsgithubcomsyrupy-projectsyrupycomparev471v472-2024-10-06) [Compare Source](https://github.com/syrupy-project/syrupy/compare/v4.7.1...v4.7.2) ##### Bug Fixes - allow snapshot dir to be different ([#&#8203;892](https://github.com/syrupy-project/syrupy/issues/892)) ([548ec06](https://github.com/syrupy-project/syrupy/commit/548ec0660c2f8f3c80f2b7f0188e8bb2b0c81fc8)) ### [`v4.7.1`](https://github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#&#8203;471-httpsgithubcomsyrupy-projectsyrupycomparev470v471-2024-08-23) [Compare Source](https://github.com/syrupy-project/syrupy/compare/v4.7.0...v4.7.1) ##### Bug Fixes - pytest-rerunfailures compatibility ([#&#8203;881](https://github.com/syrupy-project/syrupy/issues/881)) ([16911ad](https://github.com/syrupy-project/syrupy/commit/16911ad0541c642118f3f1ac2d1347362d80c854)) ### [`v4.7.0`](https://github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#&#8203;470-httpsgithubcomsyrupy-projectsyrupycomparev464v470-2024-08-23) [Compare Source](https://github.com/syrupy-project/syrupy/compare/v4.6.4...v4.7.0) ##### Features - Added a new CLI flag: --snapshot-patch-pycharm-diff ([a4dfcf5](https://github.com/syrupy-project/syrupy/commit/a4dfcf51df4df6d5da1afd863126ddca3f2c9b43)) #### [4.6.4](https://github.com/syrupy-project/syrupy/compare/v4.6.3...v4.6.4) (2024-08-21) ##### Bug Fixes - relax python version constraint, remove upperbound ([#&#8203;878](https://github.com/syrupy-project/syrupy/issues/878)) ([05a35a1](https://github.com/syrupy-project/syrupy/commit/05a35a15d6d13484bd6445231b963c33e2d7d76c)) #### [4.6.3](https://github.com/syrupy-project/syrupy/compare/v4.6.2...v4.6.3) (2024-08-21) ##### Bug Fixes - ignore unused snapshots for skipped test ([#&#8203;862](https://github.com/syrupy-project/syrupy/issues/862)) ([3f6e301](https://github.com/syrupy-project/syrupy/commit/3f6e30182b3aed34687782385c16001c7cf0b5f3)) #### [4.6.2](https://github.com/syrupy-project/syrupy/compare/v4.6.1...v4.6.2) (2024-08-21) ##### Bug Fixes - update classifiers, metadata ([#&#8203;870](https://github.com/syrupy-project/syrupy/issues/870)) ([87592e5](https://github.com/syrupy-project/syrupy/commit/87592e581f34f213cfa4d4125bcc15959dad8113)) #### [4.6.2](https://github.com/syrupy-project/syrupy/compare/v4.6.1...v4.6.2) (2024-08-21) ##### Bug Fixes - update classifiers, metadata ([#&#8203;870](https://github.com/syrupy-project/syrupy/issues/870)) ([87592e5](https://github.com/syrupy-project/syrupy/commit/87592e581f34f213cfa4d4125bcc15959dad8113)) #### [4.6.1](https://github.com/syrupy-project/syrupy/compare/v4.6.0...v4.6.1) (2024-02-07) ##### Bug Fixes - support pytest 8 ([#&#8203;855](https://github.com/syrupy-project/syrupy/issues/855)) ([3175615](https://github.com/syrupy-project/syrupy/commit/3175615a31bde0cdac6ec4a18d4a9285001d5d21)) ### [`v4.6.4`](https://github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#&#8203;464-httpsgithubcomsyrupy-projectsyrupycomparev463v464-2024-08-21) [Compare Source](https://github.com/syrupy-project/syrupy/compare/v4.6.3...v4.6.4) ##### Bug Fixes - relax python version constraint, remove upperbound ([#&#8203;878](https://github.com/syrupy-project/syrupy/issues/878)) ([05a35a1](https://github.com/syrupy-project/syrupy/commit/05a35a15d6d13484bd6445231b963c33e2d7d76c)) ### [`v4.6.3`](https://github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#&#8203;463-httpsgithubcomsyrupy-projectsyrupycomparev462v463-2024-08-21) [Compare Source](https://github.com/syrupy-project/syrupy/compare/v4.6.2...v4.6.3) ##### Bug Fixes - ignore unused snapshots for skipped test ([#&#8203;862](https://github.com/syrupy-project/syrupy/issues/862)) ([3f6e301](https://github.com/syrupy-project/syrupy/commit/3f6e30182b3aed34687782385c16001c7cf0b5f3)) ### [`v4.6.2`](https://github.com/syrupy-project/syrupy/blob/HEAD/CHANGELOG.md#&#8203;462-httpsgithubcomsyrupy-projectsyrupycomparev461v462-2024-08-21) [Compare Source](https://github.com/syrupy-project/syrupy/compare/v4.6.1...v4.6.2) ##### Bug Fixes - update classifiers, metadata ([#&#8203;870](https://github.com/syrupy-project/syrupy/issues/870)) ([87592e5](https://github.com/syrupy-project/syrupy/commit/87592e581f34f213cfa4d4125bcc15959dad8113)) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2025-09-29 01:34:49 +00:00
chore(deps): update dependency syrupy to v5
Some checks failed
renovate/artifacts Artifact file update failure
gitea-physics/deepdog/pipeline/head There was a failure building this commit
gitea-physics/deepdog/pipeline/pr-master There was a failure building this commit
f91021efa0
deepak was assigned by renovate-bot 2025-09-29 01:34:50 +00:00
Author
Owner

⚠ Artifact update problem

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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
The currently activated Python version 3.10.2 is not supported by the project (>=3.8.1,<3.10).
Trying to find and use a compatible version. 

  NoCompatiblePythonVersionFound

  Poetry was unable to find a compatible version. If you have one, you can explicitly use it via the "env use" command.

  at /usr/local/poetry/1.1.13/venv/lib/python3.10/site-packages/poetry/utils/env.py:768 in create_venv
       764│                     python_minor = ".".join(python_patch.split(".")[:2])
       765│                     break
       766│ 
       767│             if not executable:
    →  768│                 raise NoCompatiblePythonVersionFound(
       769│                     self._poetry.package.python_versions
       770│                 )
       771│ 
       772│         if root_venv:


### ⚠ Artifact update problem 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: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: poetry.lock ``` The currently activated Python version 3.10.2 is not supported by the project (>=3.8.1,<3.10). Trying to find and use a compatible version. NoCompatiblePythonVersionFound Poetry was unable to find a compatible version. If you have one, you can explicitly use it via the "env use" command. at /usr/local/poetry/1.1.13/venv/lib/python3.10/site-packages/poetry/utils/env.py:768 in create_venv 764│ python_minor = ".".join(python_patch.split(".")[:2]) 765│ break 766│ 767│ if not executable: → 768│ raise NoCompatiblePythonVersionFound( 769│ self._poetry.package.python_versions 770│ ) 771│ 772│ if root_venv: ```
Some checks failed
renovate/artifacts Artifact file update failure
gitea-physics/deepdog/pipeline/head There was a failure building this commit
gitea-physics/deepdog/pipeline/pr-master There was a failure building this commit
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/syrupy-5.x:renovate/syrupy-5.x
git checkout renovate/syrupy-5.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: physics/deepdog#45