From 16393f32bf54883d298189528d74972123a27296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 04:42:42 +0000 Subject: [PATCH] Bump the python-dependencies group across 6 directories with 2 updates Updates the requirements on [httpx](https://github.com/encode/httpx) and [cyclonedx-bom](https://github.com/CycloneDX/cyclonedx-python) to permit the latest version. 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 `cyclonedx-bom` from 4.6.1 to 7.3.0 - [Release notes](https://github.com/CycloneDX/cyclonedx-python/releases) - [Changelog](https://github.com/CycloneDX/cyclonedx-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/CycloneDX/cyclonedx-python/compare/v4.6.1...v7.3.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 `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 `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 `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 `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) --- updated-dependencies: - dependency-name: cyclonedx-bom dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- packages/connectors/fhir_cerner/pyproject.toml | 2 +- packages/connectors/fhir_epic/pyproject.toml | 2 +- packages/connectors/http_generic/pyproject.toml | 2 +- packages/connectors/salesforce/pyproject.toml | 2 +- packages/connectors/slack/pyproject.toml | 2 +- pyproject.toml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/connectors/fhir_cerner/pyproject.toml b/packages/connectors/fhir_cerner/pyproject.toml index a9579e6..b16f64d 100644 --- a/packages/connectors/fhir_cerner/pyproject.toml +++ b/packages/connectors/fhir_cerner/pyproject.toml @@ -12,7 +12,7 @@ authors = [{ name = "AOT Technologies", email = "opensource@aot-technologies.com dependencies = [ "node-wire-runtime>=1.0.0", - "httpx[http2]>=0.27.0,<0.28.0", + "httpx[http2]>=0.27.0,<0.29.0", "PyJWT[crypto]>=2.8.0", ] diff --git a/packages/connectors/fhir_epic/pyproject.toml b/packages/connectors/fhir_epic/pyproject.toml index 8f3c8bd..7541edf 100644 --- a/packages/connectors/fhir_epic/pyproject.toml +++ b/packages/connectors/fhir_epic/pyproject.toml @@ -12,7 +12,7 @@ authors = [{ name = "AOT Technologies", email = "opensource@aot-technologies.com dependencies = [ "node-wire-runtime>=1.0.0", - "httpx[http2]>=0.27.0,<0.28.0", + "httpx[http2]>=0.27.0,<0.29.0", "PyJWT[crypto]>=2.8.0", ] diff --git a/packages/connectors/http_generic/pyproject.toml b/packages/connectors/http_generic/pyproject.toml index c4e3ad6..f56a363 100644 --- a/packages/connectors/http_generic/pyproject.toml +++ b/packages/connectors/http_generic/pyproject.toml @@ -12,7 +12,7 @@ authors = [{ name = "AOT Technologies", email = "opensource@aot-technologies.com dependencies = [ "node-wire-runtime>=1.0.0", - "httpx[http2]>=0.27.0,<0.28.0", + "httpx[http2]>=0.27.0,<0.29.0", ] [project.entry-points."node_wire.connectors"] diff --git a/packages/connectors/salesforce/pyproject.toml b/packages/connectors/salesforce/pyproject.toml index 8af24ad..0f96d1e 100644 --- a/packages/connectors/salesforce/pyproject.toml +++ b/packages/connectors/salesforce/pyproject.toml @@ -12,7 +12,7 @@ authors = [{ name = "AOT Technologies", email = "opensource@aot-technologies.com dependencies = [ "node-wire-runtime>=1.0.0", - "httpx[http2]>=0.27.0,<0.28.0", + "httpx[http2]>=0.27.0,<0.29.0", ] [project.entry-points."node_wire.connectors"] diff --git a/packages/connectors/slack/pyproject.toml b/packages/connectors/slack/pyproject.toml index 255a1bb..847be32 100644 --- a/packages/connectors/slack/pyproject.toml +++ b/packages/connectors/slack/pyproject.toml @@ -12,7 +12,7 @@ authors = [{ name = "AOT Technologies", email = "opensource@aot-technologies.com dependencies = [ "node-wire-runtime>=1.0.0", - "httpx[http2]>=0.27.0,<0.28.0", + "httpx[http2]>=0.27.0,<0.29.0", ] [project.entry-points."node_wire.connectors"] diff --git a/pyproject.toml b/pyproject.toml index d04a89e..1a8d259 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "grpcio>=1.62.0", "grpcio-tools>=1.62.0", "aiosmtplib>=3.0.1", - "httpx[http2]>=0.27.0,<0.28.0", + "httpx[http2]>=0.27.0,<0.29.0", "pyyaml>=6.0.1", "stripe>=10.0.0", "email-validator>=2.0.0", @@ -107,7 +107,7 @@ dev = [ "bandit[toml]>=1.7.9", "pre-commit>=4.0.0", "pytest-playwright>=0.4.0", - "cyclonedx-bom==4.6.1", + "cyclonedx-bom==7.3.0", "reuse>=5.0.0", "licenseheaders>=0.8.8", ]