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:
James Smith
2026-06-12 09:30:19 +01:00
parent 379b6a9667
commit 2ec5085673
+1 -1
View File
@@ -63,7 +63,7 @@ optionals = [
"numpy>=1.24.0",
"Pillow>=9.0.0",
"meshtastic>=2.0.0",
"meshcore>=1.0.0",
"meshcore>=2.3.0",
"psycopg2-binary>=2.9.9",
"scapy>=2.4.5",
"cryptography>=41.0.0",