mirror of
https://github.com/smittix/intercept.git
synced 2026-07-08 01:28:13 -07:00
fix: align pyproject meshcore pin with requirements.txt (>=2.3.0)
Caught by test_dependency_files_integrity, which had been buried in the never-reached tail of the test suite. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ optionals = [
|
|||||||
"numpy>=1.24.0",
|
"numpy>=1.24.0",
|
||||||
"Pillow>=9.0.0",
|
"Pillow>=9.0.0",
|
||||||
"meshtastic>=2.0.0",
|
"meshtastic>=2.0.0",
|
||||||
"meshcore>=1.0.0",
|
"meshcore>=2.3.0",
|
||||||
"psycopg2-binary>=2.9.9",
|
"psycopg2-binary>=2.9.9",
|
||||||
"scapy>=2.4.5",
|
"scapy>=2.4.5",
|
||||||
"cryptography>=41.0.0",
|
"cryptography>=41.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user