From a561e6496bfac3c3c962b6e7850ca7369317b4fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:36:44 +0000 Subject: [PATCH] chore(deps): bump thermo from 0.3.0 to 0.4.0 Bumps [thermo](https://github.com/CalebBell/thermo) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/CalebBell/thermo/releases) - [Changelog](https://github.com/CalebBell/thermo/blob/master/changelog.md) - [Commits](https://github.com/CalebBell/thermo/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: thermo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 26 +++++++++++++------------- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/poetry.lock b/poetry.lock index e66bc8f6..b7e40f07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -515,17 +515,17 @@ files = [ [[package]] name = "chemicals" -version = "1.2.0" +version = "1.3.1" description = "Chemical properties component of Chemical Engineering Design Library (ChEDL)" optional = true python-versions = "*" files = [ - {file = "chemicals-1.2.0-py3-none-any.whl", hash = "sha256:201e2ca14764a865d84d9da5a50819733a281128260ac4e825cd3d9c4aecbf3c"}, - {file = "chemicals-1.2.0.tar.gz", hash = "sha256:54d9620da6de92c4540a2379600f7e3360f5a1e28c64912df58afb0d792439a8"}, + {file = "chemicals-1.3.1-py3-none-any.whl", hash = "sha256:0f1b6cff71ea30c95c1c5a1897f53e3b0c6e507034e59ebb9638de03499b0ff4"}, + {file = "chemicals-1.3.1.tar.gz", hash = "sha256:8af8a6e59482e0b5b9d2365b8e804c73ba451458cc231886f8c9376d74a54ae6"}, ] [package.dependencies] -fluids = ">=1.0.26" +fluids = ">=1.0.27" numpy = "*" pandas = "*" scipy = ">=1.6.0" @@ -844,13 +844,13 @@ devel = ["colorama", "json-spec", "jsonschema", "pylint", "pytest", "pytest-benc [[package]] name = "fluids" -version = "1.0.26" +version = "1.0.27" description = "Fluid dynamics component of Chemical Engineering Design Library (ChEDL)" optional = true python-versions = "*" files = [ - {file = "fluids-1.0.26-py3-none-any.whl", hash = "sha256:4d813ab995138f96d84406354b252648f4cf4570f43c1d4df101809b4c36b96c"}, - {file = "fluids-1.0.26.tar.gz", hash = "sha256:733729c71cf3b87fbc055fe33547178d4f8b7eb6ff6036bbb1472b8c0d8c1fb3"}, + {file = "fluids-1.0.27-py3-none-any.whl", hash = "sha256:4b783ae2ec07d956f2231f79c4147eda620d35b88e4fc8ccf434fb9fea5758f4"}, + {file = "fluids-1.0.27.tar.gz", hash = "sha256:78b382354044c6480d7207dade3ea2cf6908b4fd4e47ae6fefc3634a1e7e5a27"}, ] [package.dependencies] @@ -3369,18 +3369,18 @@ typing = ["mypy (>=1.6,<2.0)", "traitlets (>=5.11.1)"] [[package]] name = "thermo" -version = "0.3.0" +version = "0.4.0" description = "Chemical properties component of Chemical Engineering Design Library (ChEDL)" optional = true python-versions = "*" files = [ - {file = "thermo-0.3.0-py3-none-any.whl", hash = "sha256:97fb23e85aced5132679097a6953273d9d4575605801d67f1cbfcd52a25ac948"}, - {file = "thermo-0.3.0.tar.gz", hash = "sha256:f09c2c12b8e8651b1a2cf6c238fcf933055895e19c9be5696570a7dd4f6c31cb"}, + {file = "thermo-0.4.0-py3-none-any.whl", hash = "sha256:b1774aea371155810b33f648b61583aefe27f963449854063c64b54b2942e46f"}, + {file = "thermo-0.4.0.tar.gz", hash = "sha256:cad5cc8b90b044a9ef1bd229b856c2c92d36a7dc10755abb76b15bda3d7a56ae"}, ] [package.dependencies] -chemicals = ">=1.2.0" -fluids = ">=1.0.26" +chemicals = ">=1.3.0" +fluids = ">=1.0.27" pandas = "*" scipy = ">=1.6.0" @@ -3649,4 +3649,4 @@ solvents = ["thermo"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "4e1e1e202410da064b090649b2411d60e10c5270ac620e4a68afc9ad3e424f25" +content-hash = "779b3c7a73a5f6e8773d17a528a4ff3599ac270987a7525edcc26a82407aa193" diff --git a/pyproject.toml b/pyproject.toml index 481523fc..6bf8ada9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ scipy = "^1.10" jax = { version = "^0.4", optional = true } jaxlib = { version = "^0.4", optional = true } rich = { version = "^13", optional = true } -thermo = { version = ">=0.2,<0.4", optional = true } +thermo = { version = ">=0.2,<0.5", optional = true } [tool.poetry.extras] cli = ["rich"]