mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
Bump cbor to 5.2.0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user