From 68f7e071f5cfa7dc426af088578d0e0359cf08bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:56:09 +0000 Subject: [PATCH] Bump python-ulid from 2.7.0 to 3.0.0 (#1015) Bumps [python-ulid](https://github.com/mdomke/python-ulid) from 2.7.0 to 3.0.0. - [Release notes](https://github.com/mdomke/python-ulid/releases) - [Changelog](https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst) - [Commits](https://github.com/mdomke/python-ulid/compare/2.7.0...3.0.0) --- updated-dependencies: - dependency-name: python-ulid 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 e24e40ea11..ce2312d80f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ strict = [ "pydantic==2.9.2", "pymatgen-analysis-defects==2024.7.19", "pymatgen==2024.10.3", - "python-ulid==2.7.0", + "python-ulid==3.0.0", "seekpath==2.1.0", "tblite==0.3.0; python_version < '3.12'", "typing-extensions==4.12.2",