Browse Source

Merge pull request #448 from chakki-works/bugfix/update-tornado

Bugfix/Fix vulnerabilities in Tornado
pull/450/head
Hiroki Nakayama 5 years ago
committed by GitHub
parent
commit
c73d870183
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. 2
      app/requirements.txt
  2. 2
      requirements.txt

2
app/requirements.txt

@ -36,7 +36,7 @@ seqeval==0.0.6
social-auth-app-django==3.1.0
social-auth-core[azuread]==3.0.0
text-unidecode==1.2
tornado==5.0.2
tornado==5.1.1
unittest-xml-reporting==2.5.1
vcrpy==2.0.1
vcrpy-unittest==0.1.7

2
requirements.txt

@ -36,7 +36,7 @@ seqeval==0.0.6
social-auth-app-django==3.1.0
social-auth-core[azuread]==3.0.0
text-unidecode==1.2
tornado==5.0.2
tornado==5.1.1
unittest-xml-reporting==2.5.1
vcrpy==2.0.1
vcrpy-unittest==0.1.7

Loading…
Cancel
Save