diff --git a/pyproject.toml b/pyproject.toml index e2af44f..3c221f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ maintainers = [{name = "Vadim Kozyrevskiy", email = "vadikko2@mail.ru"}] name = "python-cqrs" readme = "README.md" requires-python = ">=3.10" -version = "4.10.3" +version = "4.10.4" [project.optional-dependencies] aiobreaker = ["aiobreaker>=0.3.0"] @@ -51,7 +51,7 @@ dev = [ "pytest~=7.4.2", "pytest-asyncio~=0.21.1", "pytest-env==0.6.2", - "cryptography==42.0.2", + "cryptography==48.0.1", "asyncmy==0.2.9", "asyncpg>=0.29.0", "redis>=5.0.0",