Closed
Conversation
🔧 [pygit2] Limit pygit2 max version to <1.15 due to breaking changes [pygit2-changelog]. [pygit2-changelog]: https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md#1150-2024-05-18
For some reason (internal change on pipx?), 'constraint' parameter now requires a full path.
b64e33f to
1a80814
Compare
1a80814 to
67b74ab
Compare
Drop support for python 3.7, which is EOL. This was required to allow upgrading some dependencies which were affected by CVEs. Also bump supported python versions up to the latest, which at time of writing is python 3.12.
Update pycodestyle to include a [fix][pycodestyle fix] for false positives E231 being triggered in python 3.12. In order to do so, dependency resolution required bumping minimum python version to 3.8.1 (dependency hell, is that you?). [pycodestyle fix]: PyCQA/pycodestyle#1148
B017 (assert-raises-exception) enforces treats assertRaises(Exception) and pytest.raises(Exception) like pure evil.
5e8d821 to
76775c3
Compare
This commit introduces a change that is required for typeguard to get past at least "collection" phase of pytest. However, ~20 failures still need to be fixed in order to be fully complaint with latest typeguard. Instead, let's just limit max typeguard version until a proper fix is implemented.
76775c3 to
91c9e72
Compare
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.
No description provided.