{{ message }}
fix dependabot python package manager versions#43699
Merged
Sharra-writes merged 9 commits intogithub:mainfrom Apr 14, 2026
Merged
fix dependabot python package manager versions#43699Sharra-writes merged 9 commits intogithub:mainfrom
Sharra-writes merged 9 commits intogithub:mainfrom
Conversation
Contributor
Contributor
|
@djbrown I've asked the Dependabot team if they have any objections, and I'll let you know when they get back to me. |
kbukum1
reviewed
Apr 9, 2026
Comment on lines
+545
to
+547
| | pip | `pip` | 24.2 | | ||
| | pip-compile | `pip` | 7.4.1 | | ||
| | pipenv | `pip` | <= 2024.4.1 | | ||
| | pipenv | `pip` | 2024.4.1 | |
Contributor
There was a problem hiding this comment.
Suggested change
| | pip | `pip` | 24.2 | | |
| | pip-compile | `pip` | 7.4.1 | | |
| | pipenv | `pip` | <= 2024.4.1 | | |
| | pipenv | `pip` | 2024.4.1 | | |
| | pip | `pip` | 24.2 | | |
| | pip-compile | `pip` | 7.5.3 | | |
| | pipenv | `pip` | <= 2024.4.1 | |
kbukum1
reviewed
Apr 9, 2026
kbukum1
previously requested changes
Apr 9, 2026
Co-authored-by: kbukum1 <kbukum1@github.com>
1 task
jc-clark
reviewed
Apr 14, 2026
jc-clark
reviewed
Apr 14, 2026
jc-clark
reviewed
Apr 14, 2026
Sharra-writes
approved these changes
Apr 14, 2026
The UI wasn't allowing the changes to be made to multiple lines, but we were able to make them line by line, so that was what we did. All the requested changes were incorporated, just not via the review comments.
Contributor
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.

Why:
align versions to actual source of dependabot:
https://github.com/dependabot/dependabot-core/blob/main/python/helpers/requirements.txt
fixes #43697
What's being changed (if available, include any code snippets, screenshots, or gifs):
Check off the following: