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

Fix datetime.utcnow deprecation warnings #1162

Merged
merged 5 commits into from
Feb 20, 2024
Merged

Conversation

rafalp
Copy link
Collaborator

@rafalp rafalp commented Feb 20, 2024

Replaces deprecated datetime.utcnow() calls with custom utc_now calls.

Fixes #1152

@rafalp rafalp added this to the Next release milestone Feb 20, 2024
@rafalp rafalp self-assigned this Feb 20, 2024
Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2ae2146) 97.87% compared to head (660dec5) 97.87%.
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1162   +/-   ##
=======================================
  Coverage   97.87%   97.87%           
=======================================
  Files         109      109           
  Lines        8052     8059    +7     
=======================================
+ Hits         7881     7888    +7     
  Misses        171      171           

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

@rafalp rafalp merged commit 64da7f8 into main Feb 20, 2024
22 checks passed
@rafalp rafalp deleted the fix-1152-fix-py312-warning branch February 20, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python 3.12 has deprecation warnings
1 participant