From b89f225ba20dfa49c6ff7200faf82150cf807a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:04:52 +0000 Subject: [PATCH] Bump dirty-equals from 0.8.0 to 0.9.0 Bumps [dirty-equals](https://github.com/samuelcolvin/dirty-equals) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/samuelcolvin/dirty-equals/releases) - [Commits](https://github.com/samuelcolvin/dirty-equals/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: dirty-equals dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 98f0b86..b503645 100644 --- a/poetry.lock +++ b/poetry.lock @@ -652,13 +652,13 @@ files = [ [[package]] name = "dirty-equals" -version = "0.8.0" +version = "0.9.0" description = "Doing dirty (but extremely useful) things with equals." optional = false python-versions = ">=3.8" files = [ - {file = "dirty_equals-0.8.0-py3-none-any.whl", hash = "sha256:0ef998ba3c395e03cf5eb3cd1c13c26a9a992efa18c0d59c22ba27344519cee1"}, - {file = "dirty_equals-0.8.0.tar.gz", hash = "sha256:798db3b9481b9a5024c0e520946507676ed2f0c65317d3e95bdce1a01657cf60"}, + {file = "dirty_equals-0.9.0-py3-none-any.whl", hash = "sha256:ff4d027f5cfa1b69573af00f7ba9043ea652dbdce3fe5cbe828e478c7346db9c"}, + {file = "dirty_equals-0.9.0.tar.gz", hash = "sha256:17f515970b04ed7900b733c95fd8091f4f85e52f1fb5f268757f25c858eb1f7b"}, ] [package.extras] @@ -3869,4 +3869,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "e440fde1d3c6b79704b8dfe5374443b3d7dde57d6a3000085522abcf6400e27a" +content-hash = "25edb3200d7ebb50be4baa5b737c863a0f7ca2e5333b8823430620ed9840b573" diff --git a/pyproject.toml b/pyproject.toml index 34dbc7b..71803f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ mkdocs-awesome-pages-plugin = ">=2.9.2" mkdocs-blogging-plugin = ">=2.2.11" mkdocstrings-python = ">=1.10.5" black = ">=24.4.2" -dirty-equals = ">=0.7.1,<0.9.0" +dirty-equals = ">=0.7.1,<0.10.0" iolanta = ">=1.0.25" types-requests = ">=2.32.0.20240622" ipython = ">=8.30.0"