Skip to content

Commit

Permalink
Require pymongo>=4.6.3 (CVE-2024-21506)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes committed Apr 8, 2024
1 parent 7ae9daa commit c4b6814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_description():
include_package_data=True,
zip_safe=False,
platforms="any",
install_requires=["thingy>=0.10.0", "pymongo>=4"],
install_requires=["thingy>=0.10.0", "pymongo>=4.6.3"],
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit c4b6814

Please sign in to comment.