From c7b59ae7c90a413450fc18e309babcf4a80299d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 20:46:10 +0000 Subject: [PATCH] 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] --- jmclient/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmclient/setup.py b/jmclient/setup.py index 63437571f..f24e1eeba 100644 --- a/jmclient/setup.py +++ b/jmclient/setup.py @@ -12,6 +12,6 @@ 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)