Bump cbor to 5.2.0

This commit is contained in:
Gene Hoffman
2020-12-03 11:53:02 -08:00
parent 8f29747bad
commit 6726064ce9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ for setuptools_scm/PEP 440 reasons.
### Changed
- We have moved from using gulrak/filesystem across all platforms to only using it on MacOS. It's required on MacOS as we are still targeting Mojave compatibility. This should resolve Windows path issues.
- We upgraded to cbor 5.2.0 but expect to deprecate cbor in a future release.
### Fixed
+1 -1
View File
@@ -13,7 +13,7 @@ dependencies = [
"aiosqlite@git+https://github.com/mariano54/aiosqlite.git@28cb5754deec562ac931da8fca799fb82df97a12#egg=aiosqlite",
# asyncio wrapper for sqlite, to store blocks
"bitstring==3.1.7", # Binary data management library
"cbor2==5.1.2", # Used for network wire format
"cbor2==5.2.0", # Used for network wire format
"colorlog==4.4.0", # Adds color to logs
"concurrent-log-handler==0.9.17", # Concurrently log and rotate logs
"cryptography==3.1.1", # Python cryptography library for TLS