Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use timezone-aware datetimes in certificate checks #29

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Conversation

s-hamann
Copy link
Owner

Naïve datetime objects are deprecated as of python 3.12 and cryptography 42.0.0.

@s-hamann s-hamann added the technical debt Non-functional changes that improve code quality or maintainability label Jun 25, 2024
Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.33%. Comparing base (cb0fb71) to head (c2ed8ba).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #29   +/-   ##
=======================================
  Coverage   65.33%   65.33%           
=======================================
  Files           1        1           
  Lines         724      724           
=======================================
  Hits          473      473           
  Misses        251      251           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Naïve datetime objects are deprecated as of python 3.12 and cryptography
42.0.0.
@s-hamann s-hamann merged commit c2ed8ba into main Jun 25, 2024
9 checks passed
@s-hamann s-hamann deleted the aware-datetimes branch June 25, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical debt Non-functional changes that improve code quality or maintainability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant