diff --git a/.binder/environment.yml b/.binder/environment.yml index d244e0ec..66469f65 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -9,7 +9,7 @@ dependencies: - hatchling =1.27.0 - hatch-vcs =0.5.0 - pandas =2.3.3 -- pint =0.25 +- pint =0.25.1 - pyiron_snippets =1.0.2 - python >=3.11,<3.14 - python-graphviz =0.21 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index d244e0ec..66469f65 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,7 +9,7 @@ dependencies: - hatchling =1.27.0 - hatch-vcs =0.5.0 - pandas =2.3.3 -- pint =0.25 +- pint =0.25.1 - pyiron_snippets =1.0.2 - python >=3.11,<3.14 - python-graphviz =0.21 diff --git a/docs/environment.yml b/docs/environment.yml index 00b97b79..7510e099 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -15,7 +15,7 @@ dependencies: - hatchling =1.27.0 - hatch-vcs =0.5.0 - pandas =2.3.3 -- pint =0.25 +- pint =0.25.1 - pyiron_snippets =1.0.2 - python >=3.11,<3.14 - python-graphviz =0.21 diff --git a/pyproject.toml b/pyproject.toml index b624b709..688daa88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "executorlib==1.7.1", "graphviz==0.21", "pandas==2.3.3", - "pint==0.25", + "pint==0.25.1", "pyiron_snippets==1.0.2", "rdflib==7.1.4", "semantikon==0.0.22",