sachinraja / simple-icons-py

python wrapper for simple-icons
https://pypi.org/project/simpleicons/
MIT License
18 stars 3 forks source link

chore(deps): update dependency poethepoet to ^0.11.0 #18

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
poethepoet ^0.10.0 -> ^0.11.0 age adoption passing confidence

Release Notes

nat-n/poethepoet ### [`v0.11.0`](https://togithub.com/nat-n/poethepoet/releases/v0.11.0) [Compare Source](https://togithub.com/nat-n/poethepoet/compare/v0.10.0...v0.11.0) #### Enhancements - Add support for of named arguments ([#​6](https://togithub.com/nat-n/poethepoet/issues/6)) - task definitions may now include the `args` options to defining CLI options to be accepted for that task, and exposed to the task in a manner appropriate for the task type - Support task level and global options for loading an var vars from an envfile ([#​29](https://togithub.com/nat-n/poethepoet/issues/29)) - Add ability to declare default values for env vars in pyproject.toml, similar to ?= in a makefile ([#​30](https://togithub.com/nat-n/poethepoet/issues/30)) - Add experimental implementation of task dependencies ([#​26](https://togithub.com/nat-n/poethepoet/issues/26)) - tasks now support addition options: - `deps` to define a list of tasks that are run before this one - `uses` to define a map of tasks by variable name, for tasks that are run before this one and their stdout is captured and exposed to this task via the environment variable with the given name. - `capture_stdout` to give the name of a file that the stdout of this file should be piped to. - Add global option for overriding the default verbosity level ([#​34](https://togithub.com/nat-n/poethepoet/issues/34)) - Make the -v and -q global CLI options incremental ([#​35](https://togithub.com/nat-n/poethepoet/issues/35)) - Update ignore_fail option to support non-zero exit status from sequences ([#​40](https://togithub.com/nat-n/poethepoet/issues/40)) #### Dependency updates - Switch from tomlkit to tomli for performance and more complete toml support - Update pastel dependency to latest version #### Breaking changes - drop support for python < 3.6.2 **Full Changelog**: https://github.com/nat-n/poethepoet/compare/v0.10.0...v0.11.0

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Enabled.

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 WhiteSource Renovate. View repository job log here.