mblayman / homeschool

An app for homeschool planning
MIT License
225 stars 60 forks source link

Bump time-machine from 2.13.0 to 2.14.1 #1098

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps time-machine from 2.13.0 to 2.14.1.

Changelog

Sourced from time-machine's changelog.

2.14.1 (2024-03-22)

  • Fix segmentation fault when the first travel() call in a process uses a timedelta.

    Thanks to Marcin Sulikowski for the report in Issue [#431](https://github.com/adamchainz/time-machine/issues/431) <https://github.com/adamchainz/time-machine/issues/431>__.

2.14.0 (2024-03-03)

  • Fix utcfromtimestamp() warning on Python 3.12+.

    Thanks to Konstantin Baikov in PR [#424](https://github.com/adamchainz/time-machine/issues/424) <https://github.com/adamchainz/time-machine/pull/424>__.

  • Fix class decorator for classmethod overrides.

    Thanks to Pavel Bitiukov for the reproducer in PR [#404](https://github.com/adamchainz/time-machine/issues/404) <https://github.com/adamchainz/time-machine/pull/404>__.

  • Avoid calling deprecated uuid._load_system_functions() on Python 3.9+.

    Thanks to Nikita Sobolev for the ping in CPython Issue [#113308](https://github.com/adamchainz/time-machine/issues/113308) <https://github.com/python/cpython/issues/113308>__.

  • Support Python 3.13 alpha 4.

    Thanks to Miro Hrončok in PR [#409](https://github.com/adamchainz/time-machine/issues/409) <https://github.com/adamchainz/time-machine/pull/409>__.

Commits


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)