Skip to content

Commit

Permalink
bump cffi version, fix pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Aug 31, 2024
1 parent f22fa75 commit 4e6f1c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build==1.2.1
# via pip-tools
certifi==2024.6.2
# via requests
cffi==1.16.0
cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via requests
Expand Down
2 changes: 1 addition & 1 deletion tests/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
if _TRIO_MULTI_ERROR:
EXCEPTION_GROUP_TYPE = trio.MultiError # type: ignore[attr-defined] # pylint: disable=no-member
else:
EXCEPTION_GROUP_TYPE = BaseExceptionGroup
EXCEPTION_GROUP_TYPE = BaseExceptionGroup # pylint: disable=possibly-used-before-assignment

WS_PROTO_VERSION = tuple(map(int, wsproto.__version__.split('.')))

Expand Down

0 comments on commit 4e6f1c7

Please sign in to comment.