Skip to content

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
dependabot/pip/develop/types-colorama-0.4.15.20260408
Open

chore(deps-dev): bump types-colorama from 0.4.15.20250801 to 0.4.15.20260408#8902
dependabot[bot] wants to merge 3 commits intodevelopfrom
dependabot/pip/develop/types-colorama-0.4.15.20260408

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 8, 2026

Bumps types-colorama from 0.4.15.20250801 to 0.4.15.20260408.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 8, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 8, 2026 08:20
seshubaws
seshubaws previously approved these changes Apr 15, 2026
Vandita2020
Vandita2020 previously approved these changes May 5, 2026
@Vandita2020 Vandita2020 added this pull request to the merge queue May 5, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to a conflict with the base branch May 6, 2026
@Vandita2020 Vandita2020 dismissed stale reviews from seshubaws and themself via 2b6b70b May 6, 2026 20:14
@Vandita2020 Vandita2020 enabled auto-merge May 6, 2026 20:14
Copy link
Copy Markdown
Collaborator

@aws-sam-cli-bot aws-sam-cli-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review Results

Reviewed: a905529..2b6b70b
Files: 1
Comments: 1

Comment thread pyproject.toml
"types-colorama==0.4.15.20250801",
"types-dateparser==1.4.0.20260408",
"types-colorama==0.4.15.20260408",
"types-dateparser==1.4.0.20260328",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[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:

  1. The change is out of scope for the stated PR and is not documented in the description, making it easy to merge without review.
  2. It silently rolls back types-dateparser stubs 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-dateparser line back to 1.4.0.20260408 so this PR only bumps types-colorama as advertised, or
  • Update the PR title/description to reflect that types-dateparser is intentionally being pinned to 1.4.0.20260328 and 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",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file pr/internal python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants