Skip to content

Commit

Permalink
Bump paramiko in /airbyte-integrations/connectors/destination-sftp-json
Browse files Browse the repository at this point in the history
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.10.1 to 3.4.0.
- [Commits](paramiko/paramiko@2.10.1...3.4.0)

---
updated-dependencies:
- dependency-name: paramiko
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent 3187b1f commit 4b18a13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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==3.4.0"]

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

Expand Down

0 comments on commit 4b18a13

Please sign in to comment.