Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- a/pyproject.toml 2+++ b/pyproject.toml 3@@ -20,7 +20,7 @@ flet-core = "0.6.2" 4 python = "^3.7" 5 typing-extensions = { version = "^4.4.0", python = "<3.8" } 6 websocket-client = "^1.4.2" 7-watchdog = "^2.2.1" 8+watchdog = ">=2.2.1" 9 oauthlib = "^3.2.2" 10 websockets = "^10.4" 11 httpx = "^0.23.3"