Skip to content

Commit d497724

Browse files
authored
Bump time-machine from 2.9.0 to 2.10.0 (#447)
Bumps [time-machine](https://github.com/adamchainz/time-machine) from 2.9.0 to 2.10.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst">time-machine's changelog</a>.</em></p> <blockquote> <h2>2.10.0 (2023-06-16)</h2> <ul> <li>Support Python 3.12.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adamchainz/time-machine/commit/6d752420269ce48e3041282fdae2d2901450b79f"><code>6d75242</code></a> Version 2.10.0</li> <li><a href="https://github.com/adamchainz/time-machine/commit/f7c876e1a968d0d636a3fcd480916b5f4cb84a75"><code>f7c876e</code></a> Support Python 3.12 (<a href="https://redirect.github.com/adamchainz/time-machine/issues/354">#354</a>)</li> <li><a href="https://github.com/adamchainz/time-machine/commit/7dc5081e0c4be0a2ced3a217062c3fd2f6ac6495"><code>7dc5081</code></a> Upgrade cibuildwheel (<a href="https://redirect.github.com/adamchainz/time-machine/issues/353">#353</a>)</li> <li><a href="https://github.com/adamchainz/time-machine/commit/49710824f31c48422fd7c5e843f78e6f3536b3b1"><code>4971082</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/adamchainz/time-machine/issues/352">#352</a>)</li> <li><a href="https://github.com/adamchainz/time-machine/commit/d6496e7b9627bcb7abb51955307a0230f5e6ec41"><code>d6496e7</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/adamchainz/time-machine/issues/351">#351</a>)</li> <li><a href="https://github.com/adamchainz/time-machine/commit/7c92ab6b6e55aca25e3849e4922448d3357fabcb"><code>7c92ab6</code></a> Upgrade requirements (<a href="https://redirect.github.com/adamchainz/time-machine/issues/350">#350</a>)</li> <li><a href="https://github.com/adamchainz/time-machine/commit/2c1253a9b140e1d95a3c177816fff52c73ec5ef0"><code>2c1253a</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/adamchainz/time-machine/issues/347">#347</a>)</li> <li><a href="https://github.com/adamchainz/time-machine/commit/89bc6e25c1a3708575bd2e33799ff8876a562dd9"><code>89bc6e2</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/adamchainz/time-machine/issues/346">#346</a>)</li> <li><a href="https://github.com/adamchainz/time-machine/commit/fc84aedc10b4df0148d83f18c2651c51351678fe"><code>fc84aed</code></a> Upgrade requirements (<a href="https://redirect.github.com/adamchainz/time-machine/issues/345">#345</a>)</li> <li><a href="https://github.com/adamchainz/time-machine/commit/4e46daab478ca31619f16e6a48e4bba9dbe60152"><code>4e46daa</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/adamchainz/time-machine/issues/344">#344</a>)</li> <li>Additional commits viewable in <a href="https://github.com/adamchainz/time-machine/compare/2.9.0...2.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=time-machine&package-manager=pip&previous-version=2.9.0&new-version=2.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
2 parents 650d058 + 277da79 commit d497724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pytest = [
6464
"pytest-cov == 4.1.0",
6565
"pytest-mock == 3.10.0",
6666
"pytest-asyncio == 0.21.0",
67-
"time-machine == 2.9.0",
67+
"time-machine == 2.10.0",
6868
"async-solipsism == 0.5",
6969
# For checking docstring code examples
7070
"sybil == 5.0.2",

0 commit comments

Comments
 (0)