From 61177071ff8c9e029ffcaacd589b11e0a9c35e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 07:41:21 +0000 Subject: [PATCH] Bump time-machine from 2.11.0 to 2.12.0 Bumps [time-machine](https://github.com/adamchainz/time-machine) from 2.11.0 to 2.12.0. - [Changelog](https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/time-machine/compare/2.11.0...2.12.0) --- updated-dependencies: - dependency-name: time-machine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index caa1dcfd0..1bf798a4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dev-pytest = [ "pytest == 7.4.0", "pytest-mock == 3.11.1", "pytest-asyncio == 0.21.1", - "time-machine == 2.11.0", + "time-machine == 2.12.0", "async-solipsism == 0.5", # For checking docstring code examples "sybil == 5.0.3",