From 488b4512e0f14ea91f3a2ec37fd13de0d58e0bf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 03:01:00 +0000 Subject: [PATCH] Bump time-machine from 2.8.2 to 2.9.0 Bumps [time-machine](https://github.com/adamchainz/time-machine) from 2.8.2 to 2.9.0. - [Release notes](https://github.com/adamchainz/time-machine/releases) - [Changelog](https://github.com/adamchainz/time-machine/blob/main/HISTORY.rst) - [Commits](https://github.com/adamchainz/time-machine/compare/2.8.2...2.9.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 c1fd160ee..cf7a75d98 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ pytest-mock==3.10.0 pytest-random-order==1.1.0 isort==5.11.4 # For datetime mocking -time-machine==2.8.2 +time-machine==2.9.0 # fastapi testing httpx==0.23.1