From 957abbb7286c8c1e065e9dba16d9d303972ce6ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 04:23:35 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 2 updates Bumps the pip group with 1 update in the /airbyte-integrations/connectors/source-appstore-singer directory: [pyjwt](https://github.com/jpadilla/pyjwt). Bumps the pip group with 1 update in the /airbyte-integrations/connectors/destination-sftp-json directory: [paramiko](https://github.com/paramiko/paramiko). Updates `pyjwt` from 1.6.4 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/1.6.4...2.13.0) Updates `paramiko` from 2.10.1 to 5.0.0 - [Commits](https://github.com/paramiko/paramiko/compare/2.10.1...5.0.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production dependency-group: pip - dependency-name: paramiko dependency-version: 5.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- airbyte-integrations/connectors/destination-sftp-json/setup.py | 2 +- airbyte-integrations/connectors/source-appstore-singer/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airbyte-integrations/connectors/destination-sftp-json/setup.py b/airbyte-integrations/connectors/destination-sftp-json/setup.py index 1ade4c13054a..be1387229c69 100644 --- a/airbyte-integrations/connectors/destination-sftp-json/setup.py +++ b/airbyte-integrations/connectors/destination-sftp-json/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup -MAIN_REQUIREMENTS = ["airbyte-cdk", "smart_open==5.1.0", "paramiko==2.10.1"] +MAIN_REQUIREMENTS = ["airbyte-cdk", "smart_open==5.1.0", "paramiko==5.0.0"] TEST_REQUIREMENTS = ["pytest~=6.1", "docker==5.0.3"] diff --git a/airbyte-integrations/connectors/source-appstore-singer/setup.py b/airbyte-integrations/connectors/source-appstore-singer/setup.py index e263b5f42dae..e7e2ed4ba66e 100644 --- a/airbyte-integrations/connectors/source-appstore-singer/setup.py +++ b/airbyte-integrations/connectors/source-appstore-singer/setup.py @@ -8,7 +8,7 @@ MAIN_REQUIREMENTS = [ "airbyte-cdk~=0.1", "appstoreconnect==0.9.0", - "pyjwt==1.6.4", + "pyjwt==2.13.0", "tap-appstore @ https://github.com/airbytehq/tap-appstore/tarball/v0.2.1-airbyte", ]