-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore(deps-dev): bump types-colorama from 0.4.15.20250801 to 0.4.15.20260408 #8902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
fe0eb14
3de804c
2b6b70b
fde2d9d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -76,8 +76,8 @@ dev = [ | |
| "types-psutil==7.2.2.20260130", | ||
| "types-setuptools==82.0.0.20260408", | ||
| "types-Pygments==2.19.0.20251121", | ||
| "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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [GENERAL] This PR is titled as a bump of Two problems with this change:
Please revert the "types-colorama==0.4.15.20260408",
"types-dateparser==1.4.0.20260408",This was flagged in the previous review and has not been addressed or explicitly dismissed by the author, so re-raising. |
||
| "types-docutils==0.22.3.20260322", | ||
| "types-jsonschema==4.26.0.20260202", | ||
| "types-pyOpenSSL==24.1.0.20240722", | ||
|
|
||
There was a problem hiding this comment.
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-coloramaonly, but it also modifies an unrelated dependency:types-dateparseris being changed from1.4.0.20260408to1.4.0.20260328, which is a downgrade (March 28, 2026 is earlier than April 8, 2026 in the typeshedYYYYMMDDstub suffix scheme).Scope-wise, a Dependabot PR whose description mentions only
types-coloramashould not touch other dependency lines. Two concerns: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:
types-dateparserline back to1.4.0.20260408so this PR only bumpstypes-coloramaas advertised, ortypes-dateparseris intentionally being pinned to1.4.0.20260328and explain why the downgrade is needed.