From bc5189fa5c96699524a4a1e68eaa93f06ef282d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 15:17:16 +0000 Subject: [PATCH] chore(deps): Bump the pip group in /sdk/python with 8 updates Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt), [cryptography](https://github.com/pyca/cryptography), [httpx](https://github.com/encode/httpx), [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [pytest-httpx](https://github.com/Colin-b/pytest_httpx), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pyjwt` to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.8.0...2.13.0) Updates `cryptography` to 49.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...49.0.0) Updates `httpx` to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.0...0.28.1) Updates `pytest` to 9.1.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.0.0...9.1.1) Updates `pytest-asyncio` to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.0...v1.4.0) Updates `pytest-httpx` to 0.36.2 - [Release notes](https://github.com/Colin-b/pytest_httpx/releases) - [Changelog](https://github.com/Colin-b/pytest_httpx/blob/develop/CHANGELOG.md) - [Commits](https://github.com/Colin-b/pytest_httpx/compare/v0.30.0...0.36.2) Updates `mypy` to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v2.3.0) Updates `ruff` to 0.16.0 - [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/v0.4.0...0.16.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: pip - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: pip - dependency-name: pytest-httpx dependency-version: 0.36.2 dependency-type: direct:development dependency-group: pip - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development dependency-group: pip - dependency-name: ruff dependency-version: 0.16.0 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 e908cc2e..c76a6e11 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.8.0,<3.0", "cryptography>=42.0,<49.0", "httpx>=0.27.0,<1.0"] +dependencies = ["pyjwt[crypto]>=2.13.0,<3.0", "cryptography>=49.0.0,<50.0", "httpx>=0.28.1,<1.0"] [project.optional-dependencies] -dev = ["pytest>=8.0", "pytest-asyncio>=0.23", "pytest-httpx>=0.30", "mypy>=1.10", "ruff>=0.4"] +dev = ["pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-httpx>=0.36.2", "mypy>=2.3.0", "ruff>=0.16.0"] [project.urls] Homepage = "https://xid.dev"