Skip to content

Commit a2ded35

Browse files
committed
Update cbor2 dependency
1 parent d280f44 commit a2ded35

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
desc: Updated the allowed versions of the ``cbor2`` library.
3+
desc:literal: false
4+
prs: []
5+
type: feat
6+
...

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
'pycryptodome>=3.11.0,<3.24.0',
4646
'typing-extensions>=3.7.4,<5.0.0', # synapse.vendor.xrpl req
4747
'scalecodec>=1.0.2,<1.3.0', # synapse.vendor.substrateinterface req
48-
'cbor2>=5.4.1,<5.7.0',
48+
'cbor2>=5.4.1,<5.9.0',
4949
'bech32==1.2.0',
5050
'oauthlib>=3.2.1,<4.0.0',
5151
'idna>=3.6,<3.11',

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python-bitcoinlib>=0.11.0,<0.13.0
2020
pycryptodome>=3.11.0,<3.24.0
2121
typing-extensions>=3.7.4,<5.0.0 # synapse.vendor.xrpl req
2222
scalecodec>=1.0.2,<1.3.0 # synapse.vendor.substrateinterface req
23-
cbor2>=5.4.1,<5.7.0
23+
cbor2>=5.4.1,<5.9.0
2424
bech32==1.2.0
2525
oauthlib>=3.2.1,<4.0.0
2626
idna>=3.6,<3.11

0 commit comments

Comments
 (0)