diff --git a/poetry.lock b/poetry.lock index 9f784687..0f302c6d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.5 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 = "aiocron" @@ -1384,7 +1384,6 @@ files = [ {file = "cryptography-44.0.0-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:761817a3377ef15ac23cd7834715081791d4ec77f9297ee694ca1ee9c2c7e5eb"}, {file = "cryptography-44.0.0-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3c672a53c0fb4725a29c303be906d3c1fa99c32f58abe008a82705f9ee96f40b"}, {file = "cryptography-44.0.0-cp37-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:4ac4c9f37eba52cb6fbeaf5b59c152ea976726b865bd4cf87883a7e7006cc543"}, - {file = "cryptography-44.0.0-cp37-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:60eb32934076fa07e4316b7b2742fa52cbb190b42c2df2863dbc4230a0a9b385"}, {file = "cryptography-44.0.0-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:ed3534eb1090483c96178fcb0f8893719d96d5274dfde98aa6add34614e97c8e"}, {file = "cryptography-44.0.0-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:f3f6fdfa89ee2d9d496e2c087cebef9d4fcbb0ad63c40e821b39f74bf48d9c5e"}, {file = "cryptography-44.0.0-cp37-abi3-win32.whl", hash = "sha256:eb33480f1bad5b78233b0ad3e1b0be21e8ef1da745d8d2aecbb20671658b9053"}, @@ -1395,7 +1394,6 @@ files = [ {file = "cryptography-44.0.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:c5eb858beed7835e5ad1faba59e865109f3e52b3783b9ac21e7e47dc5554e289"}, {file = "cryptography-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:f53c2c87e0fb4b0c00fa9571082a057e37690a8f12233306161c8f4b819960b7"}, {file = "cryptography-44.0.0-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:9e6fc8a08e116fb7c7dd1f040074c9d7b51d74a8ea40d4df2fc7aa08b76b9e6c"}, - {file = "cryptography-44.0.0-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:9abcc2e083cbe8dde89124a47e5e53ec38751f0d7dfd36801008f316a127d7ba"}, {file = "cryptography-44.0.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:d2436114e46b36d00f8b72ff57e598978b37399d2786fd39793c36c6d5cb1c64"}, {file = "cryptography-44.0.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:a01956ddfa0a6790d594f5b34fc1bfa6098aca434696a03cfdbe469b8ed79285"}, {file = "cryptography-44.0.0-cp39-abi3-win32.whl", hash = "sha256:eca27345e1214d1b9f9490d200f9db5a874479be914199194e746c893788d417"}, @@ -3708,12 +3706,12 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "rigour" -version = "0.8.1" +version = "0.8.2" description = "Financial crime domain data validation and normalization library." optional = false python-versions = "*" files = [ - {file = "rigour-0.8.1-py2.py3-none-any.whl", hash = "sha256:a99e248c53df9ef3ccaa9d67814bd72f94ae63a3c9c13f90d82445f2ccadc046"}, + {file = "rigour-0.8.2-py2.py3-none-any.whl", hash = "sha256:73d7ad3a3c625322cb74481f501937ad73f5804b8508c30df2b521bf2a2b8583"}, ] [package.dependencies] @@ -4591,4 +4589,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">3.10.0,<3.13.0" -content-hash = "e872ef0975d809ca79417b46b4cd61d773fd04840337c5b51687a72523eb269e" +content-hash = "64cad5ca61c42303678aa1e8c45276da8aa35f5083f783e785b21f3946a00658" diff --git a/pyproject.toml b/pyproject.toml index 87b1a204..25b5cc7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pantomime = "0.6.1" cryptography = "44.0.0" followthemoney = "3.7.10" nomenklatura = "3.14.0" -rigour = "0.8.1" +rigour = "0.8.2" asyncstdlib = "3.13.0" aiocron = "1.8" aiocsv = "1.3.2"