diff --git a/newsfragments/3856.minor b/newsfragments/3856.minor new file mode 100644 index 000000000..e69de29bb diff --git a/setup.py b/setup.py index 7e7a955c6..53057b808 100644 --- a/setup.py +++ b/setup.py @@ -409,7 +409,9 @@ setup(name="tahoe-lafs", # also set in __init__.py "html5lib", "junitxml", "tenacity", - "paramiko", + # Pin old version until + # https://github.com/paramiko/paramiko/issues/1961 is fixed. + "paramiko < 2.9", "pytest-timeout", # Does our OpenMetrics endpoint adhere to the spec: "prometheus-client == 0.11.0",