update vendored modules (argcomplete, pydot, pyparsing)#2022
Merged
JeanChristopheMorinPerso merged 2 commits intoAcademySoftwareFoundation:mainfrom Oct 17, 2025
Conversation
fb765fa to
cd8476f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2022 +/- ##
=======================================
Coverage 60.07% 60.07%
=======================================
Files 163 163
Lines 20185 20185
Branches 3510 3510
=======================================
Hits 12126 12126
Misses 7241 7241
Partials 818 818 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…arsing-3.1.4 Signed-off-by: Stephen Mackenzie <maxnbk@users.noreply.github.com>
Signed-off-by: Stephen Mackenzie <maxnbk@users.noreply.github.com>
783b0b7 to
b0c6ac9
Compare
JeanChristopheMorinPerso
approved these changes
Oct 17, 2025
Member
JeanChristopheMorinPerso
left a comment
There was a problem hiding this comment.
LGTM, thanks for doing that!
71d2eb1
into
AcademySoftwareFoundation:main
46 checks passed
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.
Fixes #1943
Versions are not the latest of these packages, but are a stepping stone to the latest, or at least towards compatible support for higher versions of python. They may all receive additional updates or patches again before all is said and done (due to changes in other things like packaging), but this batch is co-compatible with what currently is in-place.
argcomplete from arbitrary 2014 hash to 3.1.2
pydot from 1.4.1 with a custom patch to a version of 2.0.0 with less-patching-but-still-patched.
pyparsing to 3.1.4 which used to be patched and is currently unpatched.
This precedes an update to memcached workflows.