From 9d5cb103dd5c1e66e647ab690ce92c356bcf0868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:14:28 +0000 Subject: [PATCH] Bump time-machine from 2.14.0 to 2.14.1 Bumps [time-machine](https://github.com/adamchainz/time-machine) from 2.14.0 to 2.14.1. - [Changelog](https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/time-machine/compare/2.14.0...2.14.1) --- updated-dependencies: - dependency-name: time-machine dependency-type: direct:development update-type: version-update:semver-patch ... 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 93aedc416..db03df1a9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ pytest-random-order==1.1.1 pytest-xdist==3.5.0 isort==5.13.2 # For datetime mocking -time-machine==2.14.0 +time-machine==2.14.1 # Convert jupyter notebooks to markdown documents nbconvert==7.16.2