From 16ead69ecb170da67a7fc7cd3bf01e7de7c6f09a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:26:12 +0000 Subject: [PATCH] Bump splink from 4.0.0 to 4.0.1 Bumps [splink](https://github.com/moj-analytical-services/splink) from 4.0.0 to 4.0.1. - [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.0...v4.0.1) --- updated-dependencies: - dependency-name: splink dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 12f0f2a..541e45d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -756,8 +756,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" @@ -919,8 +919,8 @@ astroid = ">=3.2.4,<=3.3.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" @@ -1119,13 +1119,13 @@ files = [ [[package]] name = "splink" -version = "4.0.0" +version = "4.0.1" description = "Fast probabilistic data linkage at scale" optional = false python-versions = "<4.0.0,>=3.8.0" files = [ - {file = "splink-4.0.0-py3-none-any.whl", hash = "sha256:55d1404fc804f36c102803f07507af90ad7c7552e00a0a6e9c2e9c8977af56cc"}, - {file = "splink-4.0.0.tar.gz", hash = "sha256:193a51747c4d92265073aae30af1bb85b351f3b70bcb0ae18dde2f8d8727584b"}, + {file = "splink-4.0.1-py3-none-any.whl", hash = "sha256:30c281f8bd738085bf758b4a35b9ad18a30c6512fb165111b71a72b82eacc93f"}, + {file = "splink-4.0.1.tar.gz", hash = "sha256:0d15b9848ff44692368cc883c8d6c77db23d7200d035879dda97c829d3989f9e"}, ] [package.dependencies] @@ -1242,4 +1242,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1ab583088f2953638c7156b39880c29aec9d396485a141453f558062fa7eb96f" +content-hash = "bec201b76a9fa74717bccd6a6aee86169356778f26507f8d7c4605bb23340ab1" diff --git a/pyproject.toml b/pyproject.toml index 2c6b547..e5e9850 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Pat Sier ", [tool.poetry.dependencies] python = "^3.10" -splink = "^4.0.0" +splink = "^4.0.1" click = "^8.1.7" pandas = "^2.2.2" pytest = "^8.2.2"