From 43262c542cff5293467b31e667bf3b9337b74358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 12:56:11 +0000 Subject: [PATCH] chore(deps): bump thermo from 0.4.2 to 0.5.0 Bumps [thermo](https://github.com/CalebBell/thermo) from 0.4.2 to 0.5.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.4.2...0.5.0) --- updated-dependencies: - dependency-name: thermo dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 32 ++++++++++++++++---------------- pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/poetry.lock b/poetry.lock index ec3f58f2..3d216ea0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "anyio" @@ -168,7 +168,7 @@ description = "An AST unparser for Python" optional = false python-versions = "*" groups = ["dev"] -markers = "python_version < \"3.9\"" +markers = "python_version == \"3.8\"" files = [ {file = "astunparse-1.6.3-py2.py3-none-any.whl", hash = "sha256:c2652417f2c8b5bb325c885ae329bdf3f86424075c4fd1a128674bc6fba4b8e8"}, {file = "astunparse-1.6.3.tar.gz", hash = "sha256:5ad93a8456f0d084c3456d059fd9a92cce667963232cbf763eac3bc5b7940872"}, @@ -537,15 +537,15 @@ files = [ [[package]] name = "chemicals" -version = "1.3.3" +version = "1.4.0" description = "Chemical properties component of Chemical Engineering Design Library (ChEDL)" optional = true python-versions = "*" groups = ["main"] markers = "extra == \"solvents\"" files = [ - {file = "chemicals-1.3.3-py3-none-any.whl", hash = "sha256:b65c8ba3d0a3a3ad40728e24f7d9c836c0ecc61cd68585aa961093ae81cb91a1"}, - {file = "chemicals-1.3.3.tar.gz", hash = "sha256:0ac3648ce11120ed2e2c5d424ee28fdf8ceeb4d2d3d2a6c5535e7162f49dd9d5"}, + {file = "chemicals-1.4.0-py3-none-any.whl", hash = "sha256:896491812408fc87f5afe2df4404d7ae56be25ec44a61bef54ef0a47f9d7e24c"}, + {file = "chemicals-1.4.0.tar.gz", hash = "sha256:ee4f21f9781ce069bdc15e2ebc77662a105c10706bbf84c4c875b331dd11cc05"}, ] [package.dependencies] @@ -882,15 +882,15 @@ devel = ["colorama", "json-spec", "jsonschema", "pylint", "pytest", "pytest-benc [[package]] name = "fluids" -version = "1.1.0" +version = "1.2.0" description = "Fluid dynamics component of Chemical Engineering Design Library (ChEDL)" optional = true python-versions = "*" groups = ["main"] markers = "extra == \"solvents\"" files = [ - {file = "fluids-1.1.0-py3-none-any.whl", hash = "sha256:8ddfe29a6ef4fbb4b9107ee821568cbb3e9120f4572903bda48b24037b0fdd1f"}, - {file = "fluids-1.1.0.tar.gz", hash = "sha256:bad78e4530f0778ee4a63dc65c724af409d00810aa3fa7042f2a851fcae5210b"}, + {file = "fluids-1.2.0-py3-none-any.whl", hash = "sha256:2f2631ed00357b637d305e4ab1450c6b528cbaf40fc53325e3d73ad1c41cca49"}, + {file = "fluids-1.2.0.tar.gz", hash = "sha256:234977e6dd31097157c740d9efead85b35affd8495c4492bdb6e08c515411b39"}, ] [package.dependencies] @@ -2657,7 +2657,7 @@ description = "Resolve a name to an object." optional = false python-versions = ">=3.6" groups = ["dev"] -markers = "python_version < \"3.9\"" +markers = "python_version == \"3.8\"" files = [ {file = "pkgutil_resolve_name-1.3.10-py3-none-any.whl", hash = "sha256:ca27cc078d25c5ad71a9de0a7a330146c4e014c2462d9af19c6b828280649c5e"}, {file = "pkgutil_resolve_name-1.3.10.tar.gz", hash = "sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174"}, @@ -3548,20 +3548,20 @@ typing = ["mypy (>=1.6,<2.0)", "traitlets (>=5.11.1)"] [[package]] name = "thermo" -version = "0.4.2" +version = "0.5.0" description = "Chemical properties component of Chemical Engineering Design Library (ChEDL)" optional = true python-versions = "*" groups = ["main"] markers = "extra == \"solvents\"" files = [ - {file = "thermo-0.4.2-py3-none-any.whl", hash = "sha256:cdc4c03860ea3ba14cc5f3cfaf81d563362d54bdb4511cd31c5b79c7f7479ef2"}, - {file = "thermo-0.4.2.tar.gz", hash = "sha256:7a76376c57067399d465101b133dee8f0b52b1691b81eaad543084807bd208f8"}, + {file = "thermo-0.5.0-py3-none-any.whl", hash = "sha256:405a8644a126d32bce03f49259ba1184f4c51ccd33c9eb64055270fe6af17a75"}, + {file = "thermo-0.5.0.tar.gz", hash = "sha256:8f34d5b574f3e723d6a2ba4efb84b65bf020ec25a529124cee466a3fa478d672"}, ] [package.dependencies] -chemicals = ">=1.3.3" -fluids = ">=1.1.0" +chemicals = ">=1.4.0" +fluids = ">=1.2.0" pandas = "*" scipy = ">=1.6.0" @@ -3807,7 +3807,7 @@ description = "A built-package format for Python" optional = false python-versions = ">=3.7" groups = ["dev"] -markers = "python_version < \"3.9\"" +markers = "python_version == \"3.8\"" files = [ {file = "wheel-0.42.0-py3-none-any.whl", hash = "sha256:177f9c9b0d45c47873b619f5b650346d632cdc35fb5e4d25058e09c9e581433d"}, {file = "wheel-0.42.0.tar.gz", hash = "sha256:c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8"}, @@ -3853,4 +3853,4 @@ solvents = ["thermo"] [metadata] lock-version = "2.1" python-versions = ">=3.8,<3.11" -content-hash = "0f08f1fd82f0a3794c6f2e21bcd7c9a338bcb79094be57fc52b8afaf45acf757" +content-hash = "8eb3895a4c2bf088c56fb58f0c93ace89aaeb69e0d70e70f8e9d909ceeaf058f" diff --git a/pyproject.toml b/pyproject.toml index 64b6336e..04b95a6e 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,<15", optional = true } -thermo = { version = ">=0.2,<0.5", optional = true } +thermo = { version = ">=0.2,<0.6", optional = true } importlib = "^1.0.4" [tool.poetry.extras]