From d882929573b80971ddadb10d4b89c32f0ee021ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 03:23:10 +0000 Subject: [PATCH] Update python-ulid requirement from <=3.1.0,>=1.0.3 to >=1.0.3,<=4.0.1 Updates the requirements on [python-ulid](https://github.com/mdomke/python-ulid) to permit the latest version. - [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/1.0.3...4.0.1) --- updated-dependencies: - dependency-name: python-ulid dependency-version: 4.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e365f454..9fc13069 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "pydantic>=2.0.0,<3.0.0", "click>=8.0.1", "types-redis>=3.5.9,<5.0.0", - "python-ulid>=1.0.3,<=3.1.0", + "python-ulid>=1.0.3,<=4.0.1", "typing-extensions>=4.4.0", "hiredis>=2.2.3,<4.0.0", "more-itertools>=8.14,<11.0",