From 0cdbf00f0cf687cae47f738b6015e55848855aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:36:05 +0000 Subject: [PATCH] chore(deps): bump rabe-cridlib from 0.11.7 to 0.12.0 (#525) Bumps [rabe-cridlib](https://github.com/radiorabe/python-rabe-cridlib) from 0.11.7 to 0.12.0. - [Release notes](https://github.com/radiorabe/python-rabe-cridlib/releases) - [Commits](https://github.com/radiorabe/python-rabe-cridlib/compare/v0.11.7...v0.12.0) --- updated-dependencies: - dependency-name: rabe-cridlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 93218cf5..f288799b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1262,13 +1262,13 @@ pyyaml = "*" [[package]] name = "rabe-cridlib" -version = "0.11.7" +version = "0.12.0" description = "Generate CRIDs for RaBe" optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "rabe_cridlib-0.11.7-py3-none-any.whl", hash = "sha256:ca5927331a110ff4a1ce6fc07facf46821adbab7d8bef2a6df9639ac123c243d"}, - {file = "rabe_cridlib-0.11.7.tar.gz", hash = "sha256:6e4adfe6985f064cf85b31cce81a3fda116281bbdf9185dbc813170ac2f25dd8"}, + {file = "rabe_cridlib-0.12.0-py3-none-any.whl", hash = "sha256:c3de5d32157e007ffd11a66240c40f459484abbf5b68c50051d4bf2229a0bdec"}, + {file = "rabe_cridlib-0.12.0.tar.gz", hash = "sha256:6686d41d70f6a177d4faaf1043e608dd1258c29abe5656adec07e2aca372cb48"}, ] [package.dependencies] @@ -1666,4 +1666,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "93cbaa00cce4e2c6fa7b2546d6d5f484e1d0f171f9ba22551e4185258887836a" +content-hash = "c05cd3363cb33a756a8d2b391f10168b7209d79c4a08246cdad9b0ee00a9f821" diff --git a/pyproject.toml b/pyproject.toml index 9e2bbf7f..55b15dd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ iso3901 = "^0.3.0.post1" openpyxl = "^3.1.2" pytz = ">=2023.3,<2025.0" requests = "^2.31.0" -rabe-cridlib = ">=0.10.1,<0.12.0" +rabe-cridlib = ">=0.12.0,<0.13.0" dateutils = "^0.6.12" tqdm = "^4.65.0" Babel = "^2.12.1"