From 5d20e7c4fdfb67bc46445507a40e26d6fcb060fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:21:42 +0000 Subject: [PATCH] chore(deps): Bump the pip group in /sdk/python with 3 updates Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `cryptography` to 50.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/50.0.0...50.0.1) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) Updates `ruff` to 0.16.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.0...0.16.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: pip - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- sdk/python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/python/pyproject.toml b/sdk/python/pyproject.toml index 2716e074..f15b3de5 100644 --- a/sdk/python/pyproject.toml +++ b/sdk/python/pyproject.toml @@ -18,10 +18,10 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -dependencies = ["pyjwt[crypto]>=2.13.0,<3.0", "cryptography>=50.0.0,<51.0", "httpx>=0.28.1,<1.0"] +dependencies = ["pyjwt[crypto]>=2.13.0,<3.0", "cryptography>=50.0.1,<51.0", "httpx>=0.28.1,<1.0"] [project.optional-dependencies] -dev = ["pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-httpx>=0.36.2", "mypy>=2.3.0", "ruff>=0.16.0"] +dev = ["pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-httpx>=0.36.2", "mypy>=2.3.1", "ruff>=0.16.5"] [project.urls] Homepage = "https://xid.dev"