Important downgrade to enable text message send again (#1953)

* Revert gevent to 25.5.1

* Add Dependabot ignore rule for gevent 25.8+

* Added dependabot rule
This commit is contained in:
Alex Janousek
2025-09-02 10:26:58 -04:00
committed by GitHub
parent 3da3abb812
commit 7e573e1a6d
3 changed files with 900 additions and 899 deletions

View File

@@ -13,3 +13,7 @@ updates:
- "dependabot" # Custom label to identify Dependabot PRs
assignees:
- "alexjanousekGSA"
ignore:
# gevent 25.8+ breaks Celery/Kombu compatibility (potentially)
- dependency-name: "gevent"
versions: [">=25.8.0"]