summaryrefslogtreecommitdiff
path: root/etc/pip/components/jiraclient.req
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pip/components/jiraclient.req')
-rw-r--r--etc/pip/components/jiraclient.req6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/pip/components/jiraclient.req b/etc/pip/components/jiraclient.req
index 6a402e42ed6..1e18fadee5c 100644
--- a/etc/pip/components/jiraclient.req
+++ b/etc/pip/components/jiraclient.req
@@ -1,6 +1,6 @@
# TIG jira integration
-jira
-requests-oauth
-PyJWT # https://github.com/pycontribs/jira/issues/247
+jira <= 3.1.1
+requests-oauth <= 0.4.1
+PyJWT <= 2.3.0 # https://github.com/pycontribs/jira/issues/247
cryptography == 2.3 # Needed for oauthlib to use RSAAlgorithm # Version locked - see SERVER-36618
# We are omitting pycrypto based on https://github.com/pycontribs/jira/pull/629