mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 10:28:55 -04:00
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:
@@ -27,7 +27,7 @@ beautifulsoup4==4.9.3
|
|||||||
lxml==4.6.3
|
lxml==4.6.3
|
||||||
# higher version causes build to fail on PaaS due to lack of Rust
|
# higher version causes build to fail on PaaS due to lack of Rust
|
||||||
# see https://github.com/pyca/cryptography/issues/5810
|
# see https://github.com/pyca/cryptography/issues/5810
|
||||||
cryptography<3.4
|
cryptography<3.4 # pyup: <3.4
|
||||||
|
|
||||||
notifications-python-client==6.0.2
|
notifications-python-client==6.0.2
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -29,7 +29,7 @@ beautifulsoup4==4.9.3
|
|||||||
lxml==4.6.3
|
lxml==4.6.3
|
||||||
# higher version causes build to fail on PaaS due to lack of Rust
|
# higher version causes build to fail on PaaS due to lack of Rust
|
||||||
# see https://github.com/pyca/cryptography/issues/5810
|
# see https://github.com/pyca/cryptography/issues/5810
|
||||||
cryptography<3.4
|
cryptography<3.4 # pyup: <3.4
|
||||||
|
|
||||||
notifications-python-client==6.0.2
|
notifications-python-client==6.0.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user