simplemonitor
simplemonitor copied to clipboard
Bump freezegun from 1.2.1 to 1.2.2
Bumps freezegun from 1.2.1 to 1.2.2.
Changelog
Sourced from freezegun's changelog.
1.2.2
Removes Python 3.6 support, which reached its EOL on 2021-12-23 (https://devguide.python.org/versions/?highlight=End-of-life#unsupported-versions).
Improved static typing definitions
Don't freeze pytest timings. This avoids class-level decorator usage messing with pytest timings.
Pass through all setUp and tearDown arguments
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Base: 73.62% // Head: 73.62% // No change to project coverage :thumbsup:
Coverage data is based on head (
0a08d52) compared to base (ec8be1e). Patch has no changes to coverable lines.
Additional details and impacted files
@@ Coverage Diff @@
## develop #1045 +/- ##
========================================
Coverage 73.62% 73.62%
========================================
Files 44 44
Lines 4114 4114
========================================
Hits 3029 3029
Misses 1085 1085
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@dependabot rebase