Closed
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Visualization environment’s tomlkit dependency to a newer release.
Changes:
- Bump
tomlkitfrom0.11.6to0.14.0in the VisualizationPipfile.
Comments suppressed due to low confidence (1)
Visualization/Pipfile:11
- tomlkit 0.14.0 drops support for Python < 3.9. This Pipfile still allows any Python 3.x (python_version = "3"), and Visualization/README.md indicates the scripts were tested on Python 3.8.10—pipenv installs on 3.8 will fail to resolve/install tomlkit. Either bump the Pipfile [requires] to python_version = "3.9" (and update the docs accordingly) or keep tomlkit pinned to a <0.14 version that supports 3.8.
tomlkit = "==0.14.0"
matplotlib = "==3.5.3"
[requires]
python_version = "3"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
This PR contains the following updates:
==0.11.6→==0.14.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
sdispater/tomlkit (tomlkit)
v0.14.0Compare Source
Changed
Added
_parentand_sort_keysparameters to enable proper encoding of nested structures. (#429)String.typeproperty to get the string type. (#443)v0.13.3Compare Source
Added
.item()method to array and tables to retrieve an item by key. (#390)Fixed
v0.13.2Compare Source
Fixed
v0.13.1Compare Source
Fixed
Table.is_super_table()check for tables with dotted key as the only child. (#374)v0.13.0Compare Source
Changed
TypeErrorfrom a custom encoder. (#355)Fixed
datetime.replace()change. (#333)v0.12.5Compare Source
Fixed
v0.12.4Compare Source
Fixed
|and|=operator for tables, and support+and+=operator for arrays. (#331)v0.12.3Compare Source
Fixed
v0.12.2Compare Source
Fixed
v0.12.1Compare Source
Fixed
v0.12.0Compare Source
Added
Fixed
datetime.utcnow(). (#308)v0.11.8Compare Source
Fixed
v0.11.7Compare Source
Fixed
unwrap()method forContainerchildren values which sometimes returns an internal object if the table is an out-of-order table. (#264)Configuration
📅 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 has been generated by Renovate Bot.