From efa67de27e51ca6dfc48d3c9e02d6cfd7038d551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:44:54 +0000 Subject: [PATCH] Bump tickit from 0.3 to 0.4.0 Bumps [tickit](https://github.com/dls-controls/tickit) from 0.3 to 0.4.0. - [Release notes](https://github.com/dls-controls/tickit/releases) - [Changelog](https://github.com/dls-controls/tickit/blob/master/CHANGELOG.rst) - [Commits](https://github.com/dls-controls/tickit/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: tickit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45b2fee8..f95870db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ ] description = "Devices for tickit, an event-based device simulation framework" dependencies = [ - "tickit==0.3", + "tickit==0.4.0", "typing_extensions", "softioc", "pydantic>1",