Skip to content

Commit 4e7f21e

Browse files
authored
Merge pull request #2519 from python-trio/dependabot/pip/cryptography-39.0.0
Bump cryptography from 38.0.4 to 39.0.0
2 parents 9690959 + 47b51d7 commit 4e7f21e

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ xfail_strict = true
5656
faulthandler_timeout = 60
5757
markers = ["redistributors_should_skip: tests that should be skipped by downstream redistributors"]
5858
junit_family = "xunit2"
59-
filterwarnings = ["error"]
59+
filterwarnings = [
60+
"error",
61+
# https://gitter.im/python-trio/general?at=63bb8d0740557a3d5c688d67
62+
'ignore:You are using cryptography on a 32-bit Python on a 64-bit Windows Operating System. Cryptography will be significantly faster if you switch to using a 64-bit Python.:UserWarning',
63+
]

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ click==8.1.3
2525
# via black
2626
coverage[toml]==6.4.1
2727
# via pytest-cov
28-
cryptography==38.0.4
28+
cryptography==39.0.0
2929
# via
3030
# -r test-requirements.in
3131
# pyopenssl

0 commit comments

Comments
 (0)