Skip to content

Commit

Permalink
build(deps-dev): Bump the development-dependencies group with 2 updat…
Browse files Browse the repository at this point in the history
…es (#467)
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 47b61b6 commit a4648d0
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
96 changes: 48 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tap_postgres/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def guess_key_type(self, key_data: str) -> paramiko.PKey:
paramiko.Ed25519Key,
):
try:
key = key_class.from_private_key(io.StringIO(key_data)) # type: ignore[attr-defined]
key = key_class.from_private_key(io.StringIO(key_data))
except paramiko.SSHException: # noqa: PERF203
continue
else:
Expand Down

0 comments on commit a4648d0

Please sign in to comment.