Skip to content

Commit bb42d04

Browse files
Bump trio from 0.12.1 to 0.13.0 (#151)
Bumps [trio](https://github.com/python-trio/trio) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](python-trio/trio@v0.12.1...v0.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent dbc28e0 commit bb42d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ pytest==5.2.2; python_version>="3.5"
99
six==1.13.0
1010
tornado==5.1.1; python_version<"3.6"
1111
tornado==6.0.3; python_version>="3.6"
12-
trio==0.12.1; python_version>="3.6"
12+
trio==0.13.0; python_version>="3.6"
1313
outcome==1.0.1; python_version>="3.5"
1414
attrs==19.3.0; python_version>="3.5"

0 commit comments

Comments
 (0)