Skip to content

Commit f451f5f

Browse files
Bump pyyaml from 5.1 to 5.4 in /committee/mock_availability_gateway
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@5.1...5.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44a15c7 commit f451f5f

File tree

1 file changed

+1
-1
lines changed
  • committee/mock_availability_gateway

1 file changed

+1
-1
lines changed

committee/mock_availability_gateway/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
packages=find_packages(),
1717
install_requires=[
1818
'aiohttp==3.6.2',
19-
'PyYAML==5.1',
19+
'PyYAML==5.4',
2020
'Web3==5.2.2',
2121
],
2222
package_data={

0 commit comments

Comments
 (0)