Skip to content

Commit

Permalink
changed dependencies updated to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithSamuelM committed Dec 21, 2023
1 parent e3f9242 commit 3cef246
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
],
python_requires='>=3.10.4',
install_requires=[
'lmdb>=1.3.0',
'msgpack>=1.0.4',
'cbor2>=5.4.3',
'multidict>=6.0.2',
'falcon>=3.1.0',
'lmdb>=1.4.1',
'msgpack>=1.0.7',
'cbor2>=5.5.1',
'multidict>=6.0.4',
'falcon>=3.1.3',
'ordered-set>=4.1.0',

],
Expand All @@ -95,8 +95,8 @@
# ':python_version=="2.6"': ['argparse'],
},
tests_require=[
'coverage>=6.5.0',
'pytest>=7.2.0',
'coverage>=7.3.4',
'pytest>=7.4.3',
],
setup_requires=[
],
Expand Down

0 comments on commit 3cef246

Please sign in to comment.