Skip to content

Commit

Permalink
deps: bump dvc-ssh to 2.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed Apr 6, 2023
1 parent a919936 commit f03d555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dvc/config_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def __call__(self, data):
"timeout": Coerce(int),
"gss_auth": Bool,
"allow_agent": Bool,
"max_sessions": Coerce(int),
Optional("verify", default=False): Bool,
**REMOTE_COMMON,
},
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ lint = [
]
oss = ["dvc-oss==2.19"]
s3 = ["dvc-s3==2.21"]
ssh = ["dvc-ssh==2.21"]
ssh_gssapi = ["dvc-ssh[gssapi]==2.21"]
ssh = ["dvc-ssh>=2.22.1,<3"]
ssh_gssapi = ["dvc-ssh[gssapi]>=2.22.1,<3"]
terraform = ["tpi[ssh]>=2.1"]
testing = ["pytest-test-utils"]
tests = [
Expand Down

0 comments on commit f03d555

Please sign in to comment.