Skip to content

Commit

Permalink
Dependencies: Update requirement pyyaml~=6.0 (#128)
Browse files Browse the repository at this point in the history
This latest version adds official support for Python 3.11.
  • Loading branch information
sphuber authored Nov 20, 2022
1 parent 2927a60 commit 7426989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords = ['ommunication', 'messaging', 'rpc', 'broadcast']
requires-python = '>=3.7'
dependencies = [
'deprecation',
'pyyaml~=5.4',
'pyyaml~=6.0',
'shortuuid',
]

Expand Down

0 comments on commit 7426989

Please sign in to comment.