Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit bfab57e

Browse files
supertopherdependabot[bot]
authored and
Jordan Scott
committed
Bump paramiko in /airbyte-integrations/connectors/destination-sftp-json (airbytehq#12608)
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.7.2 to 2.10.1. - [Release notes](https://github.com/paramiko/paramiko/releases) - [Changelog](https://github.com/paramiko/paramiko/blob/main/NEWS) - [Commits](paramiko/paramiko@2.7.2...2.10.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2048e4 commit bfab57e

File tree

1 file changed

+1
-1
lines changed
  • airbyte-integrations/connectors/destination-sftp-json

1 file changed

+1
-1
lines changed

airbyte-integrations/connectors/destination-sftp-json/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from setuptools import find_packages, setup
77

8-
MAIN_REQUIREMENTS = ["airbyte-cdk", "smart_open==5.1.0", "paramiko==2.7.2"]
8+
MAIN_REQUIREMENTS = ["airbyte-cdk", "smart_open==5.1.0", "paramiko==2.10.1"]
99

1010
TEST_REQUIREMENTS = ["pytest~=6.1", "docker==5.0.3"]
1111

0 commit comments

Comments
 (0)