From 6c596eff7f320a5c330f469da3ae1cd92e9d3119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:10:33 +0000 Subject: [PATCH] Bump jestspectation from 1.4.2 to 1.4.3 Bumps [jestspectation](https://github.com/MaddyGuthridge/Jestspectation) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/MaddyGuthridge/Jestspectation/releases) - [Commits](https://github.com/MaddyGuthridge/Jestspectation/compare/v1.4.2...v1.4.3) --- updated-dependencies: - dependency-name: jestspectation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 886a5823..2793b504 100644 --- a/poetry.lock +++ b/poetry.lock @@ -179,13 +179,13 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "jestspectation" -version = "1.4.2" +version = "1.4.3" description = "Pattern matching tools to test complex data structures" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "jestspectation-1.4.2-py3-none-any.whl", hash = "sha256:9116c596adf36c84355ca7688c5e29b426c4f1e2e04713ad7f661041ffb4589e"}, - {file = "jestspectation-1.4.2.tar.gz", hash = "sha256:5d27995752966b123b75af52742cb5c3503a609fc373a1743225dcc8bc16ea1f"}, + {file = "jestspectation-1.4.3-py3-none-any.whl", hash = "sha256:7883f81db9dd10199b67220f46067314c5562092ce12fd4e5002b10e2e188635"}, + {file = "jestspectation-1.4.3.tar.gz", hash = "sha256:9a961ba0279753e76c33080bfe915ba6a63661a969e9aa62fb65b95ac211f32b"}, ] [package.dependencies] @@ -410,4 +410,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9.1" -content-hash = "01efaf533c028f4e13e44dea704078ec8ad65f0d3f12503ada9aaf93e64c409a" +content-hash = "b64aa1d363bdd382d8a5116cc0db8012e61889d7ffa1325e22c85aed859674e8" diff --git a/pyproject.toml b/pyproject.toml index 33c1cd13..a1cb17d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.9.1" fl-studio-api-stubs = "^33.2.0" typing-extensions = "^4.12.2" -jestspectation = "^1.4.2" +jestspectation = "^1.4.3" [tool.poetry.group.dev.dependencies] coverage = "^7.6.0" @@ -19,7 +19,7 @@ isort = "^5.13.2" mypy = "^1.11.0" pytest = "^8.3.2" autopep8 = "^2.3.1" -jestspectation = "^1.4.2" +jestspectation = "^1.4.3" [build-system] requires = ["poetry-core"]