From c6cd0b23745060feda9570a2371a6d71fa577bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 14:08:48 +0000 Subject: [PATCH] Bump multipledispatch from 0.6.0 to 1.0.0 (#133) --- poetry.lock | 12 ++++-------- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 07d03b7..d29826f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -339,19 +339,15 @@ referencing = ">=0.28.0" [[package]] name = "multipledispatch" -version = "0.6.0" +version = "1.0.0" description = "Multiple dispatch" optional = false python-versions = "*" files = [ - {file = "multipledispatch-0.6.0-py2-none-any.whl", hash = "sha256:407e6d8c5fa27075968ba07c4db3ef5f02bea4e871e959570eeb69ee39a6565b"}, - {file = "multipledispatch-0.6.0-py3-none-any.whl", hash = "sha256:a55c512128fb3f7c2efd2533f2550accb93c35f1045242ef74645fc92a2c3cba"}, - {file = "multipledispatch-0.6.0.tar.gz", hash = "sha256:a7ab1451fd0bf9b92cab3edbd7b205622fb767aeefb4fb536c2e3de9e0a38bea"}, + {file = "multipledispatch-1.0.0-py3-none-any.whl", hash = "sha256:0c53cd8b077546da4e48869f49b13164bebafd0c2a5afceb6bb6a316e7fb46e4"}, + {file = "multipledispatch-1.0.0.tar.gz", hash = "sha256:5c839915465c68206c3e9c473357908216c28383b425361e5d144594bf85a7e0"}, ] -[package.dependencies] -six = "*" - [[package]] name = "nodeenv" version = "1.7.0" @@ -977,4 +973,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "6e655345dcebba206ad37593caab0c5894aff30b88a878e1a88e5502b1a55690" +content-hash = "c9b3acda56a4f7805ae9de24eba61e73c8ccfff80ce1ed95f45fb2f2443ab99f" diff --git a/pyproject.toml b/pyproject.toml index 9259de3..1d8b676 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ version = "0" # This version number is automatically set by github actions when [tool.poetry.dependencies] jsonschema = "^4.19" -multipledispatch = "^0.6" +multipledispatch = "^1.0" pyrsistent = "^0.19" python = ">=3.8,<4" python-dateutil = "^2.8"