chore(deps-dev): bump types-colorama from 0.4.15.20250801 to 0.4.15.20260408#8902
Open
dependabot[bot] wants to merge 3 commits intodevelopfrom
Open
chore(deps-dev): bump types-colorama from 0.4.15.20250801 to 0.4.15.20260408#8902dependabot[bot] wants to merge 3 commits intodevelopfrom
dependabot[bot] wants to merge 3 commits intodevelopfrom
Conversation
Bumps [types-colorama](https://github.com/python/typeshed) from 0.4.15.20250801 to 0.4.15.20260408. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-colorama dependency-version: 0.4.15.20260408 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
seshubaws
previously approved these changes
Apr 15, 2026
Vandita2020
previously approved these changes
May 5, 2026
Vandita2020
approved these changes
May 6, 2026
| "types-colorama==0.4.15.20250801", | ||
| "types-dateparser==1.4.0.20260408", | ||
| "types-colorama==0.4.15.20260408", | ||
| "types-dateparser==1.4.0.20260328", |
Collaborator
There was a problem hiding this comment.
[GENERAL] This PR is titled as a bump of types-colorama only, but it also modifies an unrelated dependency: types-dateparser is being changed from 1.4.0.20260408 to 1.4.0.20260328, which is a downgrade (March 28, 2026 is earlier than April 8, 2026 in the typeshed YYYYMMDD stub suffix scheme).
Scope-wise, a Dependabot PR whose description mentions only types-colorama should not touch other dependency lines. Two concerns:
- The change is out of scope for the stated PR and is not documented in the description, making it easy to merge without review.
- It silently rolls back
types-dateparserstubs by ~11 days, which may re-introduce stub bugs or type errors that were fixed in the newer release.
Before merging, please either:
- Revert the
types-dateparserline back to1.4.0.20260408so this PR only bumpstypes-coloramaas advertised, or - Update the PR title/description to reflect that
types-dateparseris intentionally being pinned to1.4.0.20260328and explain why the downgrade is needed.
- "types-colorama==0.4.15.20250801",
- "types-dateparser==1.4.0.20260408",
+ "types-colorama==0.4.15.20260408",
+ "types-dateparser==1.4.0.20260328",
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.
Bumps types-colorama from 0.4.15.20250801 to 0.4.15.20260408.
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.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)