Bump sortedcontainers from 2.2.2 to 2.3.0
Bumps [sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/grantjenks/python-sortedcontainers/releases) - [Changelog](https://github.com/grantjenks/python-sortedcontainers/blob/master/HISTORY.rst) - [Commits](https://github.com/grantjenks/python-sortedcontainers/compare/v2.2.2...v2.3.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a10cb4522a
commit
03fe32bddc
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ dependencies = [
|
|||
"keyring==21.4.0", # Store keys in MacOS Keychain, Windows Credential Locker
|
||||
"keyrings.cryptfile==1.3.4", # Secure storage for keys on Linux (Will be replaced)
|
||||
"PyYAML==5.3.1", # Used for config file format
|
||||
"sortedcontainers==2.2.2", # For maintaining sorted mempools
|
||||
"sortedcontainers==2.3.0", # For maintaining sorted mempools
|
||||
"websockets==8.1.0", # For use in wallet RPC and electron UI
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue