Stop pyup upgrading Cryptography

We'd specified that the version should be less than 3.4 previously, but
needed to also tell pyup not to change that.
This commit is contained in:
Katie Smith
2021-04-19 11:52:58 +01:00
parent 1439f1b528
commit 6287b40732
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ beautifulsoup4==4.9.3
lxml==4.6.3
# higher version causes build to fail on PaaS due to lack of Rust
# see https://github.com/pyca/cryptography/issues/5810
cryptography<3.4
cryptography<3.4 # pyup: <3.4
notifications-python-client==6.0.2

View File

@@ -29,7 +29,7 @@ beautifulsoup4==4.9.3
lxml==4.6.3
# higher version causes build to fail on PaaS due to lack of Rust
# see https://github.com/pyca/cryptography/issues/5810
cryptography<3.4
cryptography<3.4 # pyup: <3.4
notifications-python-client==6.0.2