From 999ee981f78d7261ffbc9f771322df88e28ef0e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 04:22:36 +0000 Subject: [PATCH] chore(deps-dev): bump time-machine from 2.14.2 to 2.15.0 Bumps [time-machine](https://github.com/adamchainz/time-machine) from 2.14.2 to 2.15.0. - [Changelog](https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/time-machine/compare/2.14.2...2.15.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 be3c6f533..4443c9494 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -19,7 +19,7 @@ pytest-timeout==2.3.1 pytest-xdist==3.6.1 isort==5.13.2 # For datetime mocking -time-machine==2.14.2 +time-machine==2.15.0 # Convert jupyter notebooks to markdown documents nbconvert==7.16.4