Bump semver compatible deps, restore Python CI - #520
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #520 +/- ##
=======================================
Coverage 97.61% 97.61%
=======================================
Files 20 20
Lines 4070 4070
=======================================
Hits 3973 3973
Misses 97 97 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Python 3.12+ deprecates datetime.utcfromtimestamp(). This commit adopts the suggested replacement, a timezone-aware datetime.fromtimestamp() with datetime.UTC. The generated test files are unchanged.
The testgen.yml workflow was removed along with tests/generate.py when the client auth revocation tests were ported to Rust, but the CRL test generation scripts and requirements.txt remain in-tree. This commit restores a trimmed down version of the workflow that typechecks the scripts with mypy and enforces that the committed test files continue to match what the scripts generate. We can remove this when the last Python scripts are removed/replaced.
ctz
approved these changes
Aug 7, 2026
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.
requirements.txtPython deps (I was prodded into this by GitHub ("1 repository in your rustls organization might be affected by a security vulnerability in cryptography" for CVE-2026-69247).