Browse Source

Bump werkzeug from 2.2.0 to 2.2.3 in /jmclient

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.2.0...2.2.3)

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

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

2
jmclient/setup.py

@ -12,6 +12,6 @@ setup(name='joinmarketclient',
install_requires=['joinmarketbase==0.9.10dev', 'mnemonic==0.20',
'argon2_cffi==21.3.0', 'bencoder.pyx==3.0.1',
'pyaes==1.6.1', 'klein==20.6.0', 'pyjwt==2.4.0',
'autobahn==20.12.3', 'werkzeug==2.2.0'],
'autobahn==20.12.3', 'werkzeug==2.2.3'],
python_requires='>=3.6',
zip_safe=False)

Loading…
Cancel
Save