From cc1a9ad6fa3e9aa36ed5a1e271aa4f327831aea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:44:50 +0000 Subject: [PATCH] Update dependency bw2data to v4.4.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dfa0a7d..efa46d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "bw2calc==2.0.dev23", - "bw2data==4.0.dev46", + "bw2data==4.4.2", "bw_graph_tools>0.4", "numpy", "pandas",