Browse Source

Bump twisted from 18.9.0 to 19.7.0 in /jmbase

Bumps [twisted](https://github.com/twisted/twisted) from 18.9.0 to 19.7.0.
- [Release notes](https://github.com/twisted/twisted/releases)
- [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst)
- [Commits](https://github.com/twisted/twisted/compare/twisted-18.9.0...twisted-19.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
master
dependabot[bot] 6 years ago committed by GitHub
parent
commit
9066ad4b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jmbase/setup.py

2
jmbase/setup.py

@ -9,6 +9,6 @@ setup(name='joinmarketbase',
author_email='', author_email='',
license='GPL', license='GPL',
packages=['jmbase'], packages=['jmbase'],
install_requires=['future', 'twisted==18.9.0', 'service-identity', install_requires=['future', 'twisted==19.7.0', 'service-identity',
'chromalog==1.0.5'], 'chromalog==1.0.5'],
zip_safe=False) zip_safe=False)

Loading…
Cancel
Save