From 8b3fb11f1457f05ad5d3119c5431a29875a4f908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 04:46:55 +0000 Subject: [PATCH] chore(deps-dev): bump time-machine from 2.16.0 to 2.17.0 Bumps [time-machine](https://github.com/adamchainz/time-machine) from 2.16.0 to 2.17.0. - [Changelog](https://github.com/adamchainz/time-machine/blob/main/docs/changelog.rst) - [Commits](https://github.com/adamchainz/time-machine/compare/2.16.0...2.17.0) --- updated-dependencies: - dependency-name: time-machine dependency-version: 2.17.0 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 5b506522b..4f207c9bc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ pytest-timeout==2.4.0 pytest-xdist==3.8.0 isort==6.0.1 # For datetime mocking -time-machine==2.16.0 +time-machine==2.17.0 # Convert jupyter notebooks to markdown documents nbconvert==7.16.6