From 6f80ac4cb0e6ff8ce36b5f690090adfe6b74aa59 Mon Sep 17 00:00:00 2001 From: Alex Ganose Date: Mon, 22 Jul 2024 09:51:38 +0100 Subject: [PATCH 01/24] Update release.yml --- .github/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release.yml b/.github/release.yml index b56e0d10..9ab7904b 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -13,7 +13,7 @@ changelog: - enhancement - title: Documentation ๐Ÿ“– labels: - - documentation + - docs - title: House-Keeping ๐Ÿงน labels: - house-keeping From 04b7ae762646a0a9cf344cf4ac5dad8f91affc8d Mon Sep 17 00:00:00 2001 From: utf Date: Mon, 22 Jul 2024 09:53:43 +0100 Subject: [PATCH 02/24] Update readme --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03e85d60..d429b502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Change log +## v0.1.18 + +### Bug Fixes ๐Ÿ› +* FIX: Properly jsanitize fireworks Task by @gpetretto in https://github.com/materialsproject/jobflow/pull/544 +* fix @job annotation (again) by @FabiPi3 in https://github.com/materialsproject/jobflow/pull/579 + +### Enhancements ๐Ÿ›  +* Add `job_dir` attribute to `Response` class to record where a job ran by @janosh in https://github.com/materialsproject/jobflow/pull/570 +* Add type hint for @job and fix for run_locally by @FabiPi3 in https://github.com/materialsproject/jobflow/pull/578 +* Add dynamic option to append_name by @JaGeo in https://github.com/materialsproject/jobflow/pull/644 + +### Documentation ๐Ÿ“– +* Fix `JobStore.from_file` docstring by @Andrew-S-Rosen in https://github.com/materialsproject/jobflow/pull/543 +* Added logo by @davidwaroquiers in https://github.com/materialsproject/jobflow/pull/569 +* fix firework command bug in doc by @chiang-yuan in https://github.com/materialsproject/jobflow/pull/589 +* Add JFR to readme. by @utf in https://github.com/materialsproject/jobflow/pull/595 + +### House-Keeping ๐Ÿงน +* Migrate from `pip` to `uv` for CI dependency install by @janosh in https://github.com/materialsproject/jobflow/pull/574 +* Bump `ruff` and fix errors by @janosh in https://github.com/materialsproject/jobflow/pull/593 + +### New Contributors +* @FabiPi3 made their first contribution in https://github.com/materialsproject/jobflow/pull/578 +* @chiang-yuan made their first contribution in https://github.com/materialsproject/jobflow/pull/589 + +**Full Changelog**: https://github.com/materialsproject/jobflow/compare/v0.1.17...v0.1.18 + ## v0.1.17 ### New Features ๐ŸŽ‰ From f1ac6686bc8b8d760e0ae31bab52d3a88ed32483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:18:23 +0000 Subject: [PATCH 03/24] Bump sphinx from 7.4.4 to 7.4.7 (#651) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.4 to 7.4.7. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.4...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ac19c5c..a15d59f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ docs = [ "myst_parser==3.0.1", "nbsphinx==0.9.4", "sphinx-copybutton==0.5.2", - "sphinx==7.4.4", + "sphinx==7.4.7", ] dev = ["pre-commit>=2.12.1", "typing_extensions; python_version < '3.11'"] tests = ["moto==4.2.13", "pytest-cov==5.0.0", "pytest==8.2.2"] From eb4f11b912a88ce56abf97df9c9dbd508b524af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:18:27 +0000 Subject: [PATCH 04/24] Bump furo from 2024.5.6 to 2024.7.18 (#650) Bumps [furo](https://github.com/pradyunsg/furo) from 2024.5.6 to 2024.7.18. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2024.05.06...2024.07.18) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a15d59f3..5c347f1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ ulid = ["python-ulid"] docs = [ "autodoc_pydantic==2.1.0", - "furo==2024.5.6", + "furo==2024.7.18", "ipython==8.26.0", "myst_parser==3.0.1", "nbsphinx==0.9.4", From 2ae2621e7ea1791b20cd0ebbc3b462c772997089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:18:29 +0000 Subject: [PATCH 05/24] Bump pytest from 8.2.2 to 8.3.1 (#653) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c347f1c..9bc25210 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ docs = [ "sphinx==7.4.7", ] dev = ["pre-commit>=2.12.1", "typing_extensions; python_version < '3.11'"] -tests = ["moto==4.2.13", "pytest-cov==5.0.0", "pytest==8.2.2"] +tests = ["moto==4.2.13", "pytest-cov==5.0.0", "pytest==8.3.1"] vis = ["matplotlib", "pydot"] fireworks = ["FireWorks"] strict = [ From 599c4453b18424cc42c15f07471d524f11e1f4a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:18:34 +0000 Subject: [PATCH 06/24] Bump pydash from 8.0.1 to 8.0.3 (#652) Bumps [pydash](https://github.com/dgilland/pydash) from 8.0.1 to 8.0.3. - [Changelog](https://github.com/dgilland/pydash/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/dgilland/pydash/compare/v8.0.1...v8.0.3) --- updated-dependencies: - dependency-name: pydash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9bc25210..7c23ce85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ strict = [ "networkx==3.2.1", "pydantic-settings==2.3.4", "pydantic==2.8.2", - "pydash==8.0.1", + "pydash==8.0.3", "pydot==2.0.0", "python-ulid==2.7.0", "typing-extensions==4.12.2", From 2fdf82eac48d47877259e53af1ec237746e34183 Mon Sep 17 00:00:00 2001 From: Fabian Peschel Date: Thu, 25 Jul 2024 14:16:13 +0200 Subject: [PATCH 07/24] fix @job annotation again --- src/jobflow/core/job.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/jobflow/core/job.py b/src/jobflow/core/job.py index ffab0a72..c0d3a513 100644 --- a/src/jobflow/core/job.py +++ b/src/jobflow/core/job.py @@ -69,17 +69,22 @@ class JobConfig(MSONable): @overload -def job(method: Callable = None) -> Callable[..., Job]: +def job(method: Callable | None = None) -> Callable[..., Job]: pass @overload -def job(method: Callable = None, **job_kwargs) -> Callable[..., Callable[..., Job]]: +def job(method: Callable, **job_kwargs) -> Callable[..., Job]: + pass + + +@overload +def job(method: None = None, **job_kwargs) -> Callable[..., Callable[..., Job]]: pass def job( - method: Callable = None, **job_kwargs + method: Callable | None = None, **job_kwargs ) -> Callable[..., Job] | Callable[..., Callable[..., Job]]: """ Wrap a function to produce a :obj:`Job`. From 2e9414dbcde1fbf4c6d1f7e0d02cb3bd152003a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:55:17 +0000 Subject: [PATCH 08/24] Bump monty from 2024.7.12 to 2024.7.30 (#655) Bumps [monty](https://github.com/materialsvirtuallab/monty) from 2024.7.12 to 2024.7.30. - [Release notes](https://github.com/materialsvirtuallab/monty/releases) - [Changelog](https://github.com/materialsvirtuallab/monty/blob/master/docs/changelog.md) - [Commits](https://github.com/materialsvirtuallab/monty/commits) --- updated-dependencies: - dependency-name: monty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c23ce85..e1ad3cf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ strict = [ "PyYAML==6.0.1", "maggma==0.69.0", "matplotlib==3.9.1", - "monty==2024.7.12", + "monty==2024.7.30", "moto==4.2.13", "networkx==3.2.1", "pydantic-settings==2.3.4", From 4b110652e533349cd6964178ab4d209c5343f53a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:55:27 +0000 Subject: [PATCH 09/24] Bump maggma from 0.69.0 to 0.69.1 (#656) Bumps [maggma](https://github.com/materialsproject/maggma) from 0.69.0 to 0.69.1. - [Release notes](https://github.com/materialsproject/maggma/releases) - [Changelog](https://github.com/materialsproject/maggma/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/materialsproject/maggma/compare/v0.69.0...v0.69.1) --- updated-dependencies: - dependency-name: maggma dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1ad3cf2..8859343c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ fireworks = ["FireWorks"] strict = [ "FireWorks==2.0.3", "PyYAML==6.0.1", - "maggma==0.69.0", + "maggma==0.69.1", "matplotlib==3.9.1", "monty==2024.7.30", "moto==4.2.13", From 4a738585e4446a934a7e315e79858dcf11335e02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:55:31 +0000 Subject: [PATCH 10/24] Bump pytest from 8.3.1 to 8.3.2 (#658) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.1 to 8.3.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.1...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8859343c..e8e794d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ docs = [ "sphinx==7.4.7", ] dev = ["pre-commit>=2.12.1", "typing_extensions; python_version < '3.11'"] -tests = ["moto==4.2.13", "pytest-cov==5.0.0", "pytest==8.3.1"] +tests = ["moto==4.2.13", "pytest-cov==5.0.0", "pytest==8.3.2"] vis = ["matplotlib", "pydot"] fireworks = ["FireWorks"] strict = [ From d31037680100353197eb1f9652cf9f0eee7346e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:26:43 +0000 Subject: [PATCH 11/24] Bump pydantic-settings from 2.3.4 to 2.4.0 (#659) Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.3.4...v2.4.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8e794d1..23a5cf4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ strict = [ "monty==2024.7.30", "moto==4.2.13", "networkx==3.2.1", - "pydantic-settings==2.3.4", + "pydantic-settings==2.4.0", "pydantic==2.8.2", "pydash==8.0.3", "pydot==2.0.0", From d9bf715a9d24281bf68ba9ec5dcb0e609c9e3c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:27:06 +0000 Subject: [PATCH 12/24] Bump myst-parser from 3.0.1 to 4.0.0 (#662) Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23a5cf4b..8a48b263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ docs = [ "autodoc_pydantic==2.1.0", "furo==2024.7.18", "ipython==8.26.0", - "myst_parser==3.0.1", + "myst_parser==4.0.0", "nbsphinx==0.9.4", "sphinx-copybutton==0.5.2", "sphinx==7.4.7", From 3e0500fa2b57a37ea30eb94ca8c5eba4dd5f0900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:27:32 +0000 Subject: [PATCH 13/24] Bump pyyaml from 6.0.1 to 6.0.2 (#664) Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a48b263..23701dfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ vis = ["matplotlib", "pydot"] fireworks = ["FireWorks"] strict = [ "FireWorks==2.0.3", - "PyYAML==6.0.1", + "PyYAML==6.0.2", "maggma==0.69.1", "matplotlib==3.9.1", "monty==2024.7.30", From cba6b7c519616c64044799ddd80e29b0a8347961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:27:43 +0000 Subject: [PATCH 14/24] Bump matplotlib from 3.9.1 to 3.9.1.post1 (#666) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.1 to 3.9.1.post1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.1...v3.9.1.post1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23701dfe..4e0f9543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ strict = [ "FireWorks==2.0.3", "PyYAML==6.0.2", "maggma==0.69.1", - "matplotlib==3.9.1", + "matplotlib==3.9.1.post1", "monty==2024.7.30", "moto==4.2.13", "networkx==3.2.1", From 0dc3f9d3409443258bc7a93b571ad40f620eaa0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:27:51 +0000 Subject: [PATCH 15/24] Bump furo from 2024.7.18 to 2024.8.6 (#665) Bumps [furo](https://github.com/pradyunsg/furo) from 2024.7.18 to 2024.8.6. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2024.07.18...2024.08.06) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e0f9543..ee06b207 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ ulid = ["python-ulid"] docs = [ "autodoc_pydantic==2.1.0", - "furo==2024.7.18", + "furo==2024.8.6", "ipython==8.26.0", "myst_parser==4.0.0", "nbsphinx==0.9.4", From 68dd055283cf3c2d33610e81bea7d2dbbd571b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:30:09 +0000 Subject: [PATCH 16/24] Bump sphinx from 7.4.7 to 8.0.2 (#661) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.7...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee06b207..5d9cb104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ docs = [ "myst_parser==4.0.0", "nbsphinx==0.9.4", "sphinx-copybutton==0.5.2", - "sphinx==7.4.7", + "sphinx==8.0.2", ] dev = ["pre-commit>=2.12.1", "typing_extensions; python_version < '3.11'"] tests = ["moto==4.2.13", "pytest-cov==5.0.0", "pytest==8.3.2"] From 3ad893c3b3aee9f16e7fbef9d08608031d9b7fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 23:42:07 +0000 Subject: [PATCH 17/24] Bump maggma from 0.69.1 to 0.69.2 (#667) Bumps [maggma](https://github.com/materialsproject/maggma) from 0.69.1 to 0.69.2. - [Release notes](https://github.com/materialsproject/maggma/releases) - [Changelog](https://github.com/materialsproject/maggma/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/materialsproject/maggma/compare/v0.69.1...v0.69.2) --- updated-dependencies: - dependency-name: maggma dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d9cb104..b807f6cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ fireworks = ["FireWorks"] strict = [ "FireWorks==2.0.3", "PyYAML==6.0.2", - "maggma==0.69.1", + "maggma==0.69.2", "matplotlib==3.9.1.post1", "monty==2024.7.30", "moto==4.2.13", From 411c4947dd814685158b9b92718e5dca29cf9957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 23:42:21 +0000 Subject: [PATCH 18/24] Bump nbsphinx from 0.9.4 to 0.9.5 (#669) Bumps [nbsphinx](https://github.com/spatialaudio/nbsphinx) from 0.9.4 to 0.9.5. - [Release notes](https://github.com/spatialaudio/nbsphinx/releases) - [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst) - [Commits](https://github.com/spatialaudio/nbsphinx/compare/0.9.4...0.9.5) --- updated-dependencies: - dependency-name: nbsphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b807f6cd..98f33868 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ docs = [ "furo==2024.8.6", "ipython==8.26.0", "myst_parser==4.0.0", - "nbsphinx==0.9.4", + "nbsphinx==0.9.5", "sphinx-copybutton==0.5.2", "sphinx==8.0.2", ] From 6f9f691696190bfe5cfb4e725f15078013f7d7b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 23:44:42 +0000 Subject: [PATCH 19/24] Bump matplotlib from 3.9.1.post1 to 3.9.2 (#670) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.1.post1 to 3.9.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.1.post1...v3.9.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98f33868..88215df2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ strict = [ "FireWorks==2.0.3", "PyYAML==6.0.2", "maggma==0.69.2", - "matplotlib==3.9.1.post1", + "matplotlib==3.9.2", "monty==2024.7.30", "moto==4.2.13", "networkx==3.2.1", From 8e2088850889c583b1007d89c25bea423f0c76de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 23:22:38 +0000 Subject: [PATCH 20/24] Bump maggma from 0.69.2 to 0.69.3 (#672) Bumps [maggma](https://github.com/materialsproject/maggma) from 0.69.2 to 0.69.3. - [Release notes](https://github.com/materialsproject/maggma/releases) - [Changelog](https://github.com/materialsproject/maggma/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/materialsproject/maggma/compare/v0.69.2...v0.69.3) --- updated-dependencies: - dependency-name: maggma dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88215df2..909f77ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ fireworks = ["FireWorks"] strict = [ "FireWorks==2.0.3", "PyYAML==6.0.2", - "maggma==0.69.2", + "maggma==0.69.3", "matplotlib==3.9.2", "monty==2024.7.30", "moto==4.2.13", From 3ed580b86e6f5ea08f2e97942108b2711c994d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:34:59 +0000 Subject: [PATCH 21/24] Bump ipython from 8.26.0 to 8.27.0 (#674) Bumps [ipython](https://github.com/ipython/ipython) from 8.26.0 to 8.27.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.26.0...8.27.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 909f77ea..72cc22dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ ulid = ["python-ulid"] docs = [ "autodoc_pydantic==2.1.0", "furo==2024.8.6", - "ipython==8.26.0", + "ipython==8.27.0", "myst_parser==4.0.0", "nbsphinx==0.9.5", "sphinx-copybutton==0.5.2", From 32ad9b833be3f7ba74c818624a6959f65af306ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:37:21 +0000 Subject: [PATCH 22/24] Bump pydantic from 2.8.2 to 2.9.1 (#676) Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.8.2...v2.9.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72cc22dc..12ff1e21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ strict = [ "moto==4.2.13", "networkx==3.2.1", "pydantic-settings==2.4.0", - "pydantic==2.8.2", + "pydantic==2.9.1", "pydash==8.0.3", "pydot==2.0.0", "python-ulid==2.7.0", From 04d072b5eafc2a356b05c47b56fc07d495847dd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:43:45 +0000 Subject: [PATCH 23/24] Bump pytest from 8.3.2 to 8.3.3 (#677) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12ff1e21..23c4fcfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ docs = [ "sphinx==8.0.2", ] dev = ["pre-commit>=2.12.1", "typing_extensions; python_version < '3.11'"] -tests = ["moto==4.2.13", "pytest-cov==5.0.0", "pytest==8.3.2"] +tests = ["moto==4.2.13", "pytest-cov==5.0.0", "pytest==8.3.3"] vis = ["matplotlib", "pydot"] fireworks = ["FireWorks"] strict = [ From 1cfdf30343a209732633c1fa850a797ad45ea7b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:44:02 +0000 Subject: [PATCH 24/24] Bump pydantic-settings from 2.4.0 to 2.5.2 (#678) Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.4.0 to 2.5.2. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.4.0...v2.5.2) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23c4fcfc..99f6cf5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ strict = [ "monty==2024.7.30", "moto==4.2.13", "networkx==3.2.1", - "pydantic-settings==2.4.0", + "pydantic-settings==2.5.2", "pydantic==2.9.1", "pydash==8.0.3", "pydot==2.0.0",