diff --git a/poetry.lock b/poetry.lock index 17271ff2..3a8ff288 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2238,19 +2238,20 @@ signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"] [[package]] name = "oemof-network" -version = "0.5.0a1" +version = "0.5.0" description = "The network/graph submodules of oemof." optional = false python-versions = ">=3.7" files = [ - {file = "oemof.network-0.5.0a1-py2.py3-none-any.whl", hash = "sha256:43fad16fdf82634e037d22d9bf66c4bae7f75b1069ef059f0b457b6992045e61"}, - {file = "oemof.network-0.5.0a1.tar.gz", hash = "sha256:ea701d901bc1a87a5bfe31f2f117dbd841a04ad5f2a2af122212f90a92170715"}, + {file = "oemof.network-0.5.0-py2.py3-none-any.whl", hash = "sha256:bde212ef993f5c9da198768ccd038b1d3c3b36b6bb2798e0a6821e1056c78633"}, + {file = "oemof.network-0.5.0.tar.gz", hash = "sha256:aea331d15a8d1a3d343253783560ec45311a8587f3354ed1134d8b062ddfdb0d"}, ] [package.dependencies] blinker = "*" dill = "*" networkx = "*" +"oemof.tools" = "*" pandas = "*" [package.extras] @@ -3818,4 +3819,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "fb02befe0fdbdc91ec8ba128622358e0c779e283a46ef94e698d2c87f2a17946" +content-hash = "ad909710cbd9edad03cccf01d1dc0a5a2f00dcf06f40cdde91968d6ccb55a356" diff --git a/pyproject.toml b/pyproject.toml index 69805ce6..e53a5506 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ django-geojson = "^3.1.0" django-oemof = {git = "https://github.com/rl-institut/django-oemof.git", tag="v0.17.0"} django-mapengine = "1.3.0" geojson = "^3.0.1" -oemof-network = "0.5.0a1" +oemof-network = "0.5.0" [tool.poetry.group.dev.dependencies] Werkzeug = "^2.0.1" # https://github.com/pallets/werkzeug