From 70176aca89e6cab365a4c5dc044cc43de149486c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:01:37 -0700 Subject: [PATCH] chore(deps): bump the python-packages group with 2 updates (#268) Bumps the python-packages group with 2 updates: [pytket](https://github.com/CQCL/tket) and [ruff](https://github.com/astral-sh/ruff). Updates `pytket` from 1.36.0 to 1.37.0 - [Release notes](https://github.com/CQCL/tket/releases) - [Commits](https://github.com/CQCL/tket/compare/v1.36.0...v1.37.0) Updates `ruff` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.2...0.8.3) --- updated-dependencies: - dependency-name: pytket dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a27609a..579b7af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ phir==0.3.3 pre-commit==4.0.1 pydata_sphinx_theme==0.16.0 pytest==8.3.4 -pytket==1.36.0 -ruff==0.8.2 +pytket==1.37.0 +ruff==0.8.3 setuptools_scm==8.1.0 wasmtime==27.0.2 wheel==0.45.1