From 5a0f62431faa81315b9fc7d666b26583c7364c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:15:50 +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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f00a84b55..ad7ed6514 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,7 +17,7 @@ pytest-mock==3.11.1 pytest-random-order==1.1.0 isort==5.12.0 # For datetime mocking -time-machine==2.11.0 +time-machine==2.12.0 # Convert jupyter notebooks to markdown documents nbconvert==7.7.3