Open
Conversation
Bump certifi from 2021.5.30 to 2022.12.7
…8664755c [Snyk] Security upgrade pygments from 2.5.2 to 2.7.4
…707aa3ee [Snyk] Fix for 2 vulnerabilities
Bump cryptography from 3.4.7 to 39.0.1
…214b34215 [Snyk] Security upgrade cryptography from 3.4.7 to 39.0.1
…d2ef87daa [Snyk] Security upgrade requests from 2.25.1 to 2.31.0
…a4434eb04 [Snyk] Security upgrade cryptography from 39.0.1 to 41.0.0
Remove Python 3.6 as it is end of life
Removing Python 3.8 as it is end of life
|
Yes, waiting patiently for this merge (and eventually the updated npm for ease of install). 🚀 |
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-6002459
…6c76ac505 [Snyk] Security upgrade urllib3 from 2.0.3 to 2.0.7
…6b753c206 [Snyk] Security upgrade certifi from 2023.5.7 to 2023.7.22
|
Seems like the maintainer has given up on gitinspector. @adam-waldenberg |
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-3164749 - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975
…d83f68e96 [Snyk] Security upgrade idna from 3.4 to 3.7
…c3dde6ca1 [Snyk] Fix for 3 vulnerabilities
639fdea to
fb6b79b
Compare
Author
|
In the latest set of changes I've included the following:
|
Author
|
Based on the inactivity of the project, I have started a stripped down version of this application. It is written in GO for cross-platform compatibility, and can be found here: https://github.com/jpwhite3/git-inquisitor Contributions welcome. |
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.
As several have noted in issues, not supporting Python 3+ has been an issue. Given that the Python Software Foundation has officially ended support for the 2.x line, I though it time to address the issues by dropping support for anything 3.5 or lower. Here are the highlights of the change-set: