fix: update pyngrok dependency version to 7.5.0

6.0.0 doesn't work with unpaid accounts anymore
This commit is contained in:
Markus Lobedann 2026-01-15 09:19:29 +01:00 committed by GitHub
parent e52061c1ae
commit 740b65ff32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,7 +98,7 @@ Repository = "https://github.com/frappe/frappe.git"
[project.optional-dependencies]
dev = [
"pyngrok~=6.0.0",
"pyngrok~=7.5.0",
"watchdog~=6.0.0",
"responses==0.23.1",
# typechecking
@ -148,7 +148,7 @@ skip_namespaces = [
[tool.bench.dev-dependencies]
coverage = "~=7.10.0"
Faker = "~=18.10.1"
pyngrok = "~=6.0.0"
pyngrok = "~=7.5.0"
unittest-xml-reporting = "~=3.2.0"
watchdog = "~=6.0.0"
hypothesis = "~=6.77.0"