Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #34 from CSCfi/dependabot/pip/uvloop-0.15.2
Browse files Browse the repository at this point in the history
Bump uvloop from 0.14.0 to 0.15.2
  • Loading branch information
teemukataja committed Mar 17, 2021
2 parents 9330f2e + 4f498a4 commit 69bfa20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Expand Up @@ -13,5 +13,6 @@ multidict==5.1.0
pycparser==2.20
six==1.15.0
typing-extensions==3.7.4.3
uvloop==0.14.0
uvloop==0.14.0; python_version < '3.7'
uvloop==0.15.2; python_version >= '3.7'
yarl==1.6.3

0 comments on commit 69bfa20

Please sign in to comment.