From 1d6c241dbcc4328deac82484e7848c886d0bd849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:14:03 -0600 Subject: [PATCH] chore(deps): bump the python-packages group with 2 updates (#247) Bumps the python-packages group with 2 updates: [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `mypy` from 1.11.2 to 1.12.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.12.1) Updates `ruff` from 0.6.9 to 0.7.0 - [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.6.9...0.7.0) --- updated-dependencies: - dependency-name: mypy 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-minor 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 3f05f19..ecec6ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ build==1.2.2.post1 -mypy==1.11.2 +mypy==1.12.1 networkx<3 phir==0.3.3 pre-commit==4.0.1 pydata_sphinx_theme==0.15.4 pytest==8.3.3 pytket==1.33.1 -ruff==0.6.9 +ruff==0.7.0 setuptools_scm==8.1.0 wasmtime==25.0.0 wheel==0.44.0