fix: fixed list changes in TOML files#577
Merged
andreoliwa merged 1 commit intoandreoliwa:developfrom May 29, 2023
Merged
Conversation
Contributor
Author
|
@andreoliwa Hi, should I open an issue first? Or is there another problem, why this can't be merged? |
Owner
@danygielow There is something wrong with the GitHub Actions workflow, it's not triggering your build. Thanks for the PR, by the way. 🙏🏻 No need to create an issue. |
2 tasks
8b2b245 to
a01d4c7
Compare
github-actions bot
pushed a commit
that referenced
this pull request
May 29, 2023
## [0.33.2](v0.33.1...v0.33.2) (2023-05-29) ### Bug Fixes * changed TOML lists are replaced (same behaviour as in YAML files) ([#577](#577)) ([dbd9ac7](dbd9ac7)) * **deps:** update dependency attrs to v23 ([07c9bdd](07c9bdd)) * **deps:** update dependency dpath to v2.1.6 ([4550476](4550476)) * **deps:** update dependency identify to v2.5.23 ([6e66f66](6e66f66)) * **deps:** update dependency identify to v2.5.24 ([2e5cb4b](2e5cb4b)) * **deps:** update dependency loguru to v0.7.0 ([da24d3a](da24d3a)) * **deps:** update dependency pylint to v2.17.4 ([ba8f68e](ba8f68e)) * **deps:** update dependency pytest to v7.3.0 ([c7f71a0](c7f71a0)) * **deps:** update dependency pytest to v7.3.1 ([0ca66ec](0ca66ec)) * **deps:** update dependency pytest-cov to v4.1.0 ([ae11654](ae11654)) * **deps:** update dependency pytest-testmon to v2.0.5 ([8548727](8548727)) * **deps:** update dependency pytest-testmon to v2.0.6 ([ecc305c](ecc305c)) * **deps:** update dependency pytest-testmon to v2.0.8 ([4a01477](4a01477)) * **deps:** update dependency requests to v2.29.0 ([6096405](6096405)) * **deps:** update dependency requests to v2.30.0 ([f930af7](f930af7)) * **deps:** update dependency requests to v2.31.0 ([82af708](82af708)) * **deps:** update dependency ruamel.yaml to v0.17.22 ([544c264](544c264)) * **deps:** update dependency ruamel.yaml to v0.17.23 ([1685e3f](1685e3f)) * **deps:** update dependency ruamel.yaml to v0.17.24 ([bd2e810](bd2e810)) * **deps:** update dependency ruamel.yaml to v0.17.26 ([935328d](935328d)) * **deps:** update dependency ruamel.yaml to v0.17.27 ([5f12e41](5f12e41)) * **deps:** update dependency ruamel.yaml to v0.17.28 ([c4fc365](c4fc365)) * **deps:** update dependency sphinx to v7 ([45f9f63](45f9f63)) * **deps:** update dependency sphinx_rtd_theme to v1.2.1 ([a3049cc](a3049cc)) * **deps:** update dependency tomlkit to v0.11.8 ([#579](#579)) ([2292285](2292285)) * **deps:** update ruamel.yaml* to work with Python 3.11 ([c410aeb](c410aeb))
|
🎉 This PR is included in version 0.33.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Checklist
makelocally before pushing commitsflake8plugin (normal mode)flake8plugin (offline mode)