Skip to content
Snippets Groups Projects
Commit bf2d886b authored by Dan Notestein's avatar Dan Notestein
Browse files

Merge branch 'brianoflondon/updated-websocker-client-dep' into 'master'

fix:modify dependencies in setup.py and requirements.txt to update requests...

See merge request !17
parents 705e74ac c47de580
No related branches found
No related tags found
1 merge request!17fix:modify dependencies in setup.py and requirements.txt to update requests...
......@@ -69,3 +69,6 @@ target/
# IDEs
.vscode
.DS_Store
{env_name}*
.python-version
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.27'
version = '0.26.1'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.27'
version = '0.26.1'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.27'
version = '0.26.1'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.24.27'
version = '0.26.1'
......@@ -17,3 +17,6 @@ Click
prettytable
sphinx_rtd_theme
sphinx-click
asn1crypto
parameterized
click_shell
\ No newline at end of file
......@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.26.0'
VERSION = '0.26.1'
tests_require = [
"mock == 4.0.3",
......@@ -40,8 +40,8 @@ tests_require = [
requires = [
"ecdsa == 0.16.1",
"requests == 2.27.1",
"websocket-client == 0.58.0",
"requests >= 2.31.0",
"websocket-client >= 1.6.3",
"appdirs == 1.4.4",
"scrypt == 0.8.18",
"pycryptodomex == 3.10.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment