diff --git a/poetry.lock b/poetry.lock index 44390f2a..2a02b89a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -924,13 +924,13 @@ files = [ [[package]] name = "rabe-cridlib" -version = "0.10.2" +version = "0.11.1" description = "Generate CRIDs for RaBe" optional = false python-versions = ">=3.11,<4.0" files = [ - {file = "rabe_cridlib-0.10.2-py3-none-any.whl", hash = "sha256:3cb771711ddd5fdd36b888a3885a09d76a51e89726484503c9a8f0035cc8f662"}, - {file = "rabe_cridlib-0.10.2.tar.gz", hash = "sha256:11c377e8048c8e54bd12dfb2daac148c5bb566190108da85c97160a2433195a5"}, + {file = "rabe_cridlib-0.11.1-py3-none-any.whl", hash = "sha256:ceeef4ad08cb5201a34879a8c3981b958ec439cb64b79dbe5ca13113ee3570a5"}, + {file = "rabe_cridlib-0.11.1.tar.gz", hash = "sha256:f43f406559cf916751cd96f9801b8438d628f0bee499dc63266036fb60c82ef7"}, ] [package.dependencies] @@ -1187,4 +1187,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9967882759cb43f3709b61accd05d90751c93413ee56bf5497ce976d80431d71" +content-hash = "51b92c56eb60887fbac09cdac3d7552bb612af062cd182ca3cc1ed5a43583c3d" diff --git a/pyproject.toml b/pyproject.toml index 651fba84..55f3bf23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ iso3901 = "^0.3.0.post1" openpyxl = "^3.1.2" pytz = "^2023.3" requests = "^2.31.0" -rabe-cridlib = "^0.10.1" +rabe-cridlib = ">=0.10.1,<0.12.0" dateutils = "^0.6.12" tqdm = "^4.65.0" Babel = "^2.12.1"