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"]

1793
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -25,7 +25,7 @@ click-didyoumean = "==0.3.1"
click-plugins = "==1.1.1.2"
click-repl = "==0.3.0"
deprecated = "==1.2.18"
gevent = "==25.8.2"
gevent = "==25.5.1"
expiringdict = "==1.2.2"
flask = "~=3.1"
flask-bcrypt = "==1.0.1"