Browse Source

Bump twisted from 21.7.0 to 22.2.0 in /jmbase

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

---
updated-dependencies:
- dependency-name: twisted
  dependency-type: direct:production
...

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

2
jmbase/setup.py

@ -9,7 +9,7 @@ setup(name='joinmarketbase',
author_email='',
license='GPL',
packages=['jmbase'],
install_requires=['twisted==21.7.0', 'service-identity',
install_requires=['twisted==22.2.0', 'service-identity',
'chromalog==1.0.5'],
python_requires='>=3.6',
zip_safe=False)

Loading…
Cancel
Save