janik6n / jetzt

Light-weight project manager for Python projects.
MIT License
9 stars 0 forks source link

Update colorama requirement from <=0.4.3,>=0.3.9 to >=0.3.9,<0.4.5 #17

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on colorama to permit the latest version.

Changelog

Sourced from colorama's changelog.

0.4.3

: - Fix release 0.4.2 which was uploaded with missing files.

0.4.2

: - #228: Drop support for EOL Python 3.4, and add 3.7 and 3.8. Thanks to hugovk. - Several additions and fixes to documentation and metadata. - Added Tidelift subscription information.

0.4.1

: - Fix issue #196: prevent exponential number of calls when calling 'init' multiple times. Reported by bbayles and fixed by Delgan.

0.4.0

: - Fix issue #142: reset LIGHT_EX colors with RESET_ALL. Reported by Delgan - Fix issue #147: ignore invalid "erase" ANSI codes. Reported by shin- - Fix issues #163 and #164: fix stream wrapping under PyCharm. Contributed by veleek and Delgan. - Thanks to jdufresne for various code cleanup and updates to documentation and project metadata. (pull requests #171, #172, #173, #174, #176, #177, #189, #190, #192) - #186: added contextlib magic methods to ansitowin32.StreamWrapper. Contributed by hoefling. - Fix issue #131: don't cache stdio handles, since they might be closed/changed by fd redirection. This fixes an issue with pytest. Contributed by segevfiner. - #146, #157: Drop support for EOL Python 2.5, 2.6, 3.1, 3.2 and 3.3, and add 3.6. Thanks to hugovk.

0.3.9

: - Revert fix for issue #103 which causes problems for dependent applications

0.3.8

: - Fix issue #121: "invalid escape sequence" deprecation fixes on Python 3.6+ - Fix issue #110: fix "set console title" when working with unicode strings - Fix issue #103: enable color when using "input" function on Python 3.5+ - Fix issue #95: enable color when stderr is a tty but stdout is not

0.3.7

: - Fix issue #84: check if stream has 'closed' attribute before testing it - Fix issue #74: objects might become None at exit

0.3.6

: - Fix issue #81: fix ValueError when a closed stream was used

0.3.5

: - Bumping version to re-upload a wheel distribution

0.3.4

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)