From e51620f909f0d7b4e3e8bd8f4c1aece7b5923e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:48:10 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 2 updates Updates the requirements on [dirty-equals](https://github.com/samuelcolvin/dirty-equals) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `dirty-equals` to 0.9.0 - [Release notes](https://github.com/samuelcolvin/dirty-equals/releases) - [Commits](https://github.com/samuelcolvin/dirty-equals/compare/v0.7.0...v0.9.0) Updates `ruff` from 0.6.9 to 0.9.1 - [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.9.1) --- updated-dependencies: - dependency-name: dirty-equals dependency-type: direct:production dependency-group: pip - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- requirements.test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 4c2ab248..bb5bd67d 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -4,5 +4,5 @@ -r requirements.test.txt mypy >=1.8.0 -ruff ==0.6.9 +ruff ==0.9.1 codespell ==2.3.0 \ No newline at end of file diff --git a/requirements.test.txt b/requirements.test.txt index fa49a064..efbc15b8 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -2,4 +2,4 @@ coverage[toml] >=7.2.0,<8.0.0 pytest >=8.0.0,<9 -dirty-equals >=0.7.0,<0.9 \ No newline at end of file +dirty-equals >=0.7.0,<0.10 \ No newline at end of file