From 2c19bf06f05d2e7b50a5a8b3d475dc1cfd132015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:06:35 +0000 Subject: [PATCH] Bump splink from 4.0.1 to 4.0.5 Bumps [splink](https://github.com/moj-analytical-services/splink) from 4.0.1 to 4.0.5. - [Release notes](https://github.com/moj-analytical-services/splink/releases) - [Changelog](https://github.com/moj-analytical-services/splink/blob/master/CHANGELOG.md) - [Commits](https://github.com/moj-analytical-services/splink/compare/v4.0.1...v4.0.5) --- updated-dependencies: - dependency-name: splink dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index b9eb345..59b33a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "altair" @@ -757,8 +757,8 @@ files = [ [package.dependencies] numpy = [ {version = ">=1.22.4", markers = "python_version < \"3.11\""}, - {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, {version = ">=1.23.2", markers = "python_version == \"3.11\""}, + {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" @@ -920,8 +920,8 @@ astroid = ">=3.3.4,<=3.4.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, - {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, + {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, ] isort = ">=4.2.5,<5.13.0 || >5.13.0,<6" mccabe = ">=0.6,<0.8" @@ -1120,13 +1120,13 @@ files = [ [[package]] name = "splink" -version = "4.0.4" +version = "4.0.5" description = "Fast probabilistic data linkage at scale" optional = false python-versions = "<4.0.0,>=3.8.0" files = [ - {file = "splink-4.0.4-py3-none-any.whl", hash = "sha256:fc151b2eaa8e4b0e835512fe1b1fc1e6d4333dae36c89f4c9b0595e7cb53df02"}, - {file = "splink-4.0.4.tar.gz", hash = "sha256:b9604d120bdbba2ac2da9571b8f28102805539daae50fe7c32a0d51c48c98aef"}, + {file = "splink-4.0.5-py3-none-any.whl", hash = "sha256:0afc28e12fc863030ad1add89dffa54c91a35b50f14fee64ac78bfa43f5d8866"}, + {file = "splink-4.0.5.tar.gz", hash = "sha256:72dbdaa7a1211733018d01a80b87f3bfecd32216a1693b1c67fe31db9034f356"}, ] [package.dependencies] @@ -1243,4 +1243,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a596d0e156fd333d61394b1e3d5e6882912aa322f97dcd06c01966d126902661" +content-hash = "a939ea64ceceacd409565a3a6c967d05905691994f94ae6d649f7c93cb177ea8" diff --git a/pyproject.toml b/pyproject.toml index d677f6d..81e03e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Pat Sier ", [tool.poetry.dependencies] python = "^3.10" -splink = "^4.0.4" +splink = "^4.0.5" click = "^8.1.7" pandas = "^2.2.2" pytest = "^8.3.3"